R. RyanTM
9520a443b6
python27Packages.braintree: 3.59.0 -> 4.0.0
2020-03-15 15:30:09 -07:00
R. RyanTM
08b801c9b3
python27Packages.azure-mgmt-rdbms: 1.9.0 -> 2.0.0
...
(cherry picked from commit 6016eec541a9cfe5faf55f7044e36bd21ccd320f)
2020-03-15 15:15:44 -07:00
R. RyanTM
1cc03ca516
python27Packages.flask_testing: 0.7.1 -> 0.8.0
2020-03-15 14:45:19 -07:00
Herman Fries
f27a51e36f
cura: 4.4.0 -> 4.5.0
2020-03-15 14:42:10 -07:00
R. RyanTM
4398ab0580
python27Packages.azure-mgmt-cosmosdb: 0.11.0 -> 0.12.0
2020-03-15 14:39:05 -07:00
R. RyanTM
3f1b579b48
python27Packages.kazoo: 2.6.1 -> 2.7.0
2020-03-15 14:38:42 -07:00
R. RyanTM
29c2d04237
python27Packages.hvac: 0.9.6 -> 0.10.0
2020-03-15 14:37:54 -07:00
adisbladis
a0104e225b
Merge pull request #82660 from geistesk/golangci-lint-v1.24.0
...
golangci-lint: 1.23.8 -> 1.24.0
2020-03-15 20:31:15 +00:00
Vladimír Čunát
c5f663ff30
gcc8: 8.3.0 -> 8.4.0
...
https://gcc.gnu.org/legacy-ml/gcc/2020-03/msg00042.html
2020-03-15 20:19:11 +01:00
adisbladis
d828748440
Merge pull request #82667 from etu/clean-up-php-derivation
...
php: Clean up php derivation
2020-03-15 18:18:17 +00:00
adisbladis
af9b839a89
nodePackages: regenerate sets
2020-03-15 17:30:37 +00:00
adisbladis
f37e7adb7b
nodePackages: Fix NODE_NIXPKGS_PATH in shell-generate.nix
2020-03-15 17:30:37 +00:00
eyjhbb@gmail.com
d8b41ad219
vimPlugins.coc-*: add npm dependencies
2020-03-15 17:30:33 +00:00
Elis Hirwing
f1dfb6e0f5
php: get rid of with lib;
used on entire file
2020-03-15 18:04:57 +01:00
Elis Hirwing
6100ac4ab2
php: remove unsupported options
...
- mcrypt was removed in 7.2
- mhash was integrated into hash in 7.0
2020-03-15 18:04:25 +01:00
Benjamin Hipple
80a3dbcdd2
geckodriver: upgrade cargo fetcher and cargoSha256
2020-03-15 17:59:25 +01:00
Michael Weiss
7a1c9d8eb7
python3Packages.google_api_python_client: 1.7.12 -> 1.8.0
...
This version doesn't depend on
https://github.com/NixOS/nixpkgs/pull/82355 anymore.
2020-03-15 16:34:56 +01:00
Michael Weiss
069f62de77
python3Packages.google_api_python_client: 1.7.11 -> 1.7.12
2020-03-15 16:34:56 +01:00
Sander van der Burg
875bcef98b
base16-builder: regenerate with node2nix 1.8.0, add supplement.json with node-pre-gyp to fix build
2020-03-15 16:37:47 +01:00
Sander van der Burg
798ab51bc7
nodePackages: regenerate with node2nix 1.8.0
2020-03-15 16:36:51 +01:00
geistesk
008362a0b5
golangci-lint: 1.23.8 -> 1.24.0
2020-03-15 16:19:22 +01:00
Timo Kaufmann
2e68526cec
Merge pull request #82647 from timokau/retdec-fix
...
retdec: fix build
2020-03-15 13:58:21 +00:00
adisbladis
79ca23ba68
nodePackages: regenerate set
2020-03-15 13:02:28 +00:00
Ersin Akinci
47069c019f
nodePackages.coc-prettier: init
2020-03-15 12:55:06 +00:00
Timo Kaufmann
e5642d405e
retdec: fix build
...
The build was broken by the gcc9 update. Pinning to gcc8 for now.
2020-03-15 11:57:57 +01:00
Elis Hirwing
da3384a25d
php: Re-indent main derivation
2020-03-15 10:27:37 +01:00
Timo Kaufmann
6c0fa331f0
python.pkgs.smmap2: remove
...
They were recently merged back together and smmap is the canonical
version:
https://github.com/gitpython-developers/smmap/issues/44
2020-03-14 16:00:38 -07:00
Timo Kaufmann
8eacb87061
python.pkgs.GitPython: 3.0.5 -> 3.1.0
2020-03-14 16:00:38 -07:00
Timo Kaufmann
6db65f8d02
python.pkgs.gitdb2: remove
...
The two are now the same:
https://github.com/gitpython-developers/gitdb/issues/59
2020-03-14 16:00:38 -07:00
Timo Kaufmann
e789990fb6
python.pkgs.gitdb: 0.6.4 -> 4.0.2
2020-03-14 16:00:38 -07:00
Fabian Möller
1e5a151ac5
cargo-udeps: 0.1.9 -> 0.1.10
2020-03-14 15:48:46 -07:00
Daniël de Kok
7b3802dfd1
sentencepiece: add myself as a maintainer
2020-03-14 15:40:29 -07:00
Daniël de Kok
27d0c5a07e
sentencepiece: split into multiple outputs, optional gperftools
...
I am using sentencepiece in a downstream application where I want to
minimize the resulting closures. This commit makes changes to make
sentencepiece a leaner dependency:
- Split the outputs, so that the binaries/headers do not end up in the
transitive closure in a library dependency.
- Add the `withGPerfTools` option, which is enabled by default, to
make it possible to disable the gperftools dependency. According to
the sentencepiece README, this dependency gives a 10-40% performance
improvement. But in many cases this is overshadowed by the neural
networks that use piece identifiers as input anyway.
2020-03-14 15:40:29 -07:00
Jaakko Luttinen
24219f69a3
pythonPackages.sphinxcontrib-katex: init at 0.5.1
2020-03-14 15:37:47 -07:00
Jaakko Luttinen
d7ef824b7b
pythonPackages.sphinxcontrib-fulltoc: init at 1.2.0
2020-03-14 15:37:20 -07:00
Daniël de Kok
e539eb93f8
python3Packages.somajo: init at 2.0.4
2020-03-14 22:58:02 +01:00
Ben Darwin
61b61ed087
python3Packages.batchgenerators: init at 0.19.7
2020-03-14 22:56:38 +01:00
Ben Darwin
45d0109512
python3Packages.threadpoolctl: init at 2.0.0
2020-03-14 22:56:38 +01:00
Frederik Rietdijk
3a2c21dc95
Merge pull request #82361 from petabyteboy/feature/jbr-from-source
...
jetbrains.jdk: build from source
2020-03-14 22:54:57 +01:00
Daniël de Kok
80d85b68a3
python3Packages.spacy: 2.2.3 -> 2.2.4
...
Changelog:
https://github.com/explosion/spaCy/releases/tag/v2.2.4
Also remove some unused propagatedBuildInputs.
2020-03-14 22:48:02 +01:00
Daniël de Kok
8dc3bb0af8
python3Packages.thinc: 7.3.1 -> 7.4.0
...
Remove old stale propagatedBuildInputs.
2020-03-14 22:48:02 +01:00
Daniël de Kok
b58cd1b2e9
python3Packages.srsly: 1.0.1 -> 1.0.2
2020-03-14 22:48:02 +01:00
zimbatm
b6fe12b1cc
cryptpad: 3.0.1 -> 3.13.0 ( #82602 )
2020-03-14 19:51:44 +00:00
Vladyslav M
1f8127d2ab
Merge pull request #82498 from r-ryantm/auto-update/cargo-udeps
...
cargo-udeps: 0.1.7 -> 0.1.9
2020-03-14 20:43:13 +02:00
Tom Hall
c6c753668d
openblas: disable optimisation pending fix
...
See https://github.com/xianyi/OpenBLAS/issues/2496
2020-03-14 18:06:59 +00:00
Alyssa Ross
dcb43197ea
rust_1_38_0: drop
2020-03-14 16:55:06 +00:00
Alyssa Ross
6cea0daaa9
rustracerd: build with current rust
...
Fix taken from https://github.com/jwilm/racerd/pull/82 . It just
updates a dependency.
2020-03-14 16:55:06 +00:00
Mario Rodas
3b2d9b3e4c
tflint: 0.15.1 -> 0.15.2
...
Changelog: https://github.com/terraform-linters/tflint/releases/tag/v0.15.2
2020-03-14 16:40:18 +00:00
Mario Rodas
8a0c1b8cf1
Merge pull request #82068 from anmonteiro/anmonteiro/bs-platform-7.2.0
...
bs-platform: 7.0.1 -> 7.2.0
2020-03-14 10:25:53 -05:00
Frederik Rietdijk
13e7a3e112
Python: introduce tests for interpreters
...
This adds tests to the passthru of all Python interpreters.
2020-03-14 15:05:37 +01:00