Tim Steinbach
b9c505b7bf
sbt-extras: Add test
2020-11-11 09:32:06 -05:00
Tim Steinbach
6134eafe08
sbt-extras: 2020-09-24 → 2020-11-08
2020-11-11 09:32:05 -05:00
Tim Steinbach
e4d8eb1c30
sbt-extras: Add update script
2020-11-11 09:32:05 -05:00
Dmitry Kalinkin
9a3ab73a5b
Merge pull request #103261 from veprbl/pr/gean4_tests
...
geant4.tests.example_B1: init
2020-11-11 08:46:36 -05:00
Daniël de Kok
5e93492b7f
Merge pull request #101917 from danieldk/pytorch-1.7.0
...
python3Packages.pytorch: 1.6.0 -> 1.7.0
2020-11-11 11:51:20 +01:00
Mario Rodas
9cbb9a308b
Merge pull request #103409 from r-ryantm/auto-update/gauge
...
gauge: 1.1.4 -> 1.1.5
2020-11-11 05:24:20 -05:00
Mario Rodas
8b11be8794
Merge pull request #103420 from r-ryantm/auto-update/hcloud
...
hcloud: 1.19.1 -> 1.20.0
2020-11-11 05:19:37 -05:00
Mario Rodas
0140aced53
Merge pull request #103354 from r-ryantm/auto-update/bear
...
bear: 3.0.1 -> 3.0.2
2020-11-11 05:17:27 -05:00
Gabriel Gonzalez
87d5e6fc1a
Change idiom for overriding Dhall package version
...
Before this change, a Dhall package like the Prelude would be
encoded as a record with one field per supported version. Then
downstream packages would specify which package to override
by selecting a different record field.
The problem with that approach is that it did not provide an
easy way to override a package to a version other than the default
ones supplied by Nixpkgs. Normally you would use the `.override`
method for this purpose, but the `override` method added by
`buildDhall{Directory,GitHub}Package` is clobbered by the
`override` method added by `callPackage` in
`./pkgs/top-level/dhall-packages.nix`.
The solution is to add a separate `.overridePackage` method which is
essentially the exact same as `.override`, except that it is no
longer clobbered by `callPackage`. This `.overridePackage` method
allows one to override the arguments supplied to
`buildDhall{Directory,GitHub}Package`, making it easier to specify
package versions outside of the ones supported by Nixpkgs..
This also includes a change to only build one (preferred) version of each
package (instead of multiple supported versions per package), in order to
minimize the maintenance burden for the Dhall package set.
2020-11-11 11:16:04 +01:00
Maximilian Bosch
13b5c8a4db
Merge pull request #102918 from omasanori/opencv/update-2.4.13.7
...
opencv: 2.4.13 -> 2.4.13.7
2020-11-11 10:56:23 +01:00
markuskowa
3b48d217b3
Merge pull request #103411 from r-ryantm/auto-update/globalarrays
...
globalarrays: 5.7.2 -> 5.8
2020-11-11 10:47:58 +01:00
Mario Rodas
73b4480091
Merge pull request #103335 from ggreif/master
...
wasmtime: 0.20.0 -> 0.21.0
2020-11-11 04:21:14 -05:00
Mario Rodas
78c2e29c5c
Merge pull request #103341 from r-ryantm/auto-update/act
...
act: 0.2.16 -> 0.2.17
2020-11-11 04:16:35 -05:00
Mario Rodas
2d4de0c1c3
Merge pull request #103386 from r-ryantm/auto-update/doctest
...
doctest: 2.4.0 -> 2.4.1
2020-11-11 04:10:57 -05:00
Mario Rodas
a0a82dd0cd
Merge pull request #103364 from r-ryantm/auto-update/cargo-make
...
cargo-make: 0.32.8 -> 0.32.9
2020-11-11 04:06:58 -05:00
Mario Rodas
cbce1f018c
Merge pull request #103375 from r-ryantm/auto-update/codeql
...
codeql: 2.3.2 -> 2.3.3
2020-11-11 04:06:04 -05:00
Mario Rodas
f0488432f0
Merge pull request #103387 from r-ryantm/auto-update/doctl
...
doctl: 1.49.0 -> 1.51.0
2020-11-11 04:01:51 -05:00
Mario Rodas
28e88417be
Merge pull request #103372 from bbigras/cargo-tarpaulin
...
cargo-tarpaulin: 0.15.0 -> 0.17.0
2020-11-11 04:00:49 -05:00
Mario Rodas
1ec0732ea1
Merge pull request #103413 from r-ryantm/auto-update/goconst
...
goconst: 1.2.0 -> 1.3.2
2020-11-11 03:54:32 -05:00
Mario Rodas
4a75e48888
Merge pull request #103405 from r-ryantm/auto-update/flyctl
...
flyctl: 0.0.145 -> 0.0.146
2020-11-11 03:51:56 -05:00
Mario Rodas
8573058856
Merge pull request #103391 from r-ryantm/auto-update/duckdb
...
duckdb: 0.2.1 -> 0.2.2
2020-11-11 03:51:30 -05:00
R. RyanTM
85d4895f09
hcloud: 1.19.1 -> 1.20.0
2020-11-11 08:50:56 +00:00
Oleksii Filonenko
89ff657d88
Merge pull request #103418 from happysalada/wrangler_fix_darwin_build
...
wrangler: fix Darwin build
2020-11-11 10:49:35 +02:00
Mario Rodas
430af49b1a
Merge pull request #103414 from r-ryantm/auto-update/golangci-lint
...
golangci-lint: 1.32.0 -> 1.32.2
2020-11-11 03:45:56 -05:00
Doron Behar
d5b962e78c
Merge pull request #103377 from r-ryantm/auto-update/cpp-utilities
...
cpp-utilities: 5.7.0 -> 5.8.0
2020-11-11 10:29:59 +02:00
happysalada
4c875b9c02
wrangler: fix Darwin build
2020-11-11 17:19:20 +09:00
R. RyanTM
27a11e95b3
golangci-lint: 1.32.0 -> 1.32.2
2020-11-11 07:50:32 +00:00
R. RyanTM
d16b0de92d
goconst: 1.2.0 -> 1.3.2
2020-11-11 07:40:48 +00:00
R. RyanTM
8e9b77130d
globalarrays: 5.7.2 -> 5.8
2020-11-11 07:29:04 +00:00
R. RyanTM
195ed0d5cd
gauge: 1.1.4 -> 1.1.5
2020-11-11 07:02:14 +00:00
R. RyanTM
df76f017f2
python37Packages.snowflake-connector-python: 2.3.4 -> 2.3.5
2020-11-10 22:35:39 -08:00
R. RyanTM
e787afe7ed
python27Packages.rope: 0.17.0 -> 0.18.0
2020-11-10 22:21:54 -08:00
R. RyanTM
b331d9f9c9
azure-storage-azcopy: 10.6.1 -> 10.7.0
2020-11-10 22:18:22 -08:00
R. RyanTM
a23aa390c5
python37Packages.google_cloud_automl: 2.0.0 -> 2.1.0
2020-11-10 22:17:56 -08:00
R. RyanTM
9d408eb834
flyctl: 0.0.145 -> 0.0.146
2020-11-11 06:17:34 +00:00
Dmitry Vyal
9b9cf9469f
python3Packages.tensorboardx: fix build after upgrade to PyTorch 1.6
2020-11-10 22:08:56 -08:00
R. RyanTM
faa1d785f6
duckdb: 0.2.1 -> 0.2.2
2020-11-11 03:47:32 +00:00
R. RyanTM
2fe0a921a4
doctl: 1.49.0 -> 1.51.0
2020-11-11 02:54:12 +00:00
R. RyanTM
a4e0d2b1b8
doctest: 2.4.0 -> 2.4.1
2020-11-11 02:48:10 +00:00
Mario Rodas
960af28444
Merge pull request #103371 from r-ryantm/auto-update/circleci-cli
...
circleci-cli: 0.1.11146 -> 0.1.11458
2020-11-10 21:40:51 -05:00
R. RyanTM
c857365a7c
cpp-utilities: 5.7.0 -> 5.8.0
2020-11-11 01:17:04 +00:00
R. RyanTM
7d2ae456bc
codeql: 2.3.2 -> 2.3.3
2020-11-11 00:59:49 +00:00
Bruno Bigras
264294bf29
cargo-tarpaulin: 0.15.0 -> 0.17.0
2020-11-10 19:44:46 -05:00
R. RyanTM
4c438d109e
circleci-cli: 0.1.11146 -> 0.1.11458
2020-11-11 00:40:18 +00:00
Gabor Greif
078dc38e35
wasmtime: 0.20.0 -> 0.21.0
2020-11-11 00:59:48 +01:00
R. RyanTM
b48a9f05bf
cargo-make: 0.32.8 -> 0.32.9
2020-11-10 23:33:45 +00:00
Thiago Franco de Moraes
dd72edcdae
python3Packages.wxpython_4_1: init at 4.1.0
2020-11-10 15:07:57 -08:00
Thiago Franco de Moraes
2a136d1605
wxGTK31: 3.1.3 -> 3.1.4
2020-11-10 15:07:57 -08:00
R. RyanTM
660ae96644
python37Packages.trytond: 5.6.8 -> 5.8.0
2020-11-10 15:05:46 -08:00
R. RyanTM
61b839d9d6
python37Packages.keep: 2.9 -> 2.10
2020-11-10 15:03:42 -08:00