Commit Graph

70879 Commits

Author SHA1 Message Date
Matthew Glazar
81d15948cc python38: fix build on macOS
Python 3.8 fails to build on macOS for two reasons:

* python-3.x-distutils-C++.patch fails to apply cleanly.
* An #include for <util.h> is missing, causing a build failure:

    ./Modules/posixmodule.c:6586:9: error: implicit declaration of function 'openpty' is invalid in C99
        if (openpty(&master_fd, &slave_fd, NULL, NULL, NULL) != 0)
            ^

Use the correct version of python-3.x-distutils-C++.patch, and add a
patch to #include <util.h>.
2019-10-15 13:12:13 +02:00
Basile Henry
f61e23ac13 rustup: 1.19.0 -> 1.20.0 2019-10-15 11:40:21 +01:00
Maximilian Bosch
e071809101
cargo-make: 0.22.1 -> 0.22.2
https://github.com/sagiegurari/cargo-make/releases/tag/0.22.2

Also regenerated the lockfile and added it to the repo itself rather
than fetching it from a GitHub gist.
2019-10-15 12:06:39 +02:00
Frederik Rietdijk
911b053802 python38: 3.8.0rc1 -> 3.8.0 2019-10-15 11:56:01 +02:00
Filipe Regadas
f416e8cc5e
sbt: 1.3.2 -> 1.3.3 2019-10-15 10:20:26 +01:00
Mario Rodas
4aee304c62
nodejs-12_x: 12.10.0 -> 12.12.0 2019-10-15 04:20:00 -05:00
Florian Klink
24ea8a6113 nodePackages_10_x.azure-cli, nodePackages_10_x.azure-functions-core-tools: remove 2019-10-15 10:28:01 +02:00
Vincent Laporte
7c6026019e
ocamlPackages.doc-ock: remove at 1.2.1
This is now part of ocamlPackages.odoc
2019-10-15 06:03:53 +00:00
Vincent Laporte
e33563438e
ocamlPackages.doc-ock-xml: remove at 1.2.1
This is now part of ocamlPackages.odoc
2019-10-15 06:03:48 +00:00
Vincent Laporte
960dfbc5b4
ocamlPackages.doc-ock-html: remove at 1.2.1
This is now part of ocamlPackages.odoc
2019-10-15 06:03:42 +00:00
Vincent Laporte
0feb4e8729 ocamlPackages.digestif: 0.5 → 0.8.0 2019-10-15 07:08:13 +02:00
Vincent Laporte
e191a69e8d ocamlPackages.eqaf: init at 0.5 2019-10-15 07:08:13 +02:00
Mario Rodas
a388e920f3
Merge pull request #70720 from yrashk/swipl-8.1.15
swipl: 8.1.4 -> 8.1.15
2019-10-14 22:16:16 -05:00
Jonathan Ringer
883031e670
pythonPackages.xmlschema: 1.0.13 -> 1.0.15 2019-10-14 19:38:37 -07:00
Jonathan Ringer
5a61c5169c
pythonPackages.elementpath: 1.1.8 -> 1.3.0 2019-10-14 19:34:46 -07:00
Will Dietz
981abce3e2
Merge pull request #70678 from dtzWill/update/dicts-2019-10
aspellDicts,hunspellDicts: misc updates (en_*)
2019-10-14 19:00:42 -05:00
Matthew Bauer
1016bfcff1
Merge pull request #71087 from matthewbauer/libbsd-0_10_0
Revert "Revert "libbsd: 0.9.1 -> 0.10.0 (#66948)""
2019-10-14 19:17:14 -04:00
worldofpeace
516e61a69e
Merge pull request #70724 from yrashk/swipl-gui
swipl: include GUI tools
2019-10-14 22:41:56 +00:00
Matthew Bauer
0a13901f16 libbsd: update darwin.patch
fix multiple version map flags
2019-10-14 17:47:28 -04:00
worldofpeace
fb9783d42c gnome3.libgweather: 3.33.92 -> 3.34.0 2019-10-14 17:25:41 -04:00
Florian Klink
0fd1df74be bazel_0_4: remove
bazel_0_4 fails to build since 2018-04-29, so clearly nobody is using
it.
2019-10-14 18:33:17 +02:00
cw
768215a1f4 elixir_1_9: 1.9.1 -> 1.9.2 2019-10-14 08:29:01 -07:00
Florian Klink
79676a26dc
Merge pull request #68248 from Moredread/slicer
prusa-slicer: 2.0.0 -> 2.1.0
2019-10-14 15:33:34 +02:00
Matthieu Coudron
73c64f0f38 luaPackages.luacov: init at 0.13.0-1
It is needed to run luarocks test.
2019-10-14 21:53:23 +09:00
Renaud
581ada4270
Merge pull request #70400 from stigtsp/package/perl-device-mac-init
perlPackages.DeviceMAC: init at 1.00
2019-10-14 14:36:59 +02:00
Frederik Rietdijk
5344414e33 pythonPackages.babelfish: uses pkg_resources 2019-10-14 14:08:26 +02:00
Michael Weiss
2e1b91ed8e
python37Packages.goobook: Add the missing setuptools dependency
Querying resulted in the following error:

$ goobook query test
Traceback (most recent call last):
  File "/nix/store/y68w4wwx65yfck84vjsdvfwnii5594lc-python3.7-goobook-3.4/bin/.goobook-wrapped", line 7, in <module>
    from goobook.application import main
  File "/nix/store/y68w4wwx65yfck84vjsdvfwnii5594lc-python3.7-goobook-3.4/lib/python3.7/site-packages/goobook/application.py", line 18, in <module>
    import pkg_resources
ModuleNotFoundError: No module named 'pkg_resources'
2019-10-14 13:01:58 +02:00
Franz Pletz
da20b8a7f6
libressl: fix libdir in pkgconfig files
Fix #71107.
2019-10-14 11:32:26 +02:00
Franz Pletz
a86f16d864
libressl_3_0: 3.0.0 -> 3.0.1 2019-10-14 11:32:25 +02:00
Jörg Thalheim
63746f6bcf
Merge pull request #70506 from danieldk/racer-2.1.27
rustracer: 2.1.22 -> 2.1.27
2019-10-14 10:16:40 +01:00
Jörg Thalheim
d94f92c816
python3.pkgs.tables: fix build against hdf5
In 6cbf0b4bd2 the package splitted
of header files, which broke this build as a result.

cc @ttuegel
2019-10-14 08:58:02 +01:00
Graham Christensen
8aaf5de4bd
Merge pull request #70490 from Ralith/openxr-loader-fix
openxr-loader: fix missing graphics API support
2019-10-13 18:32:08 -04:00
Orivej Desh
1357d10048 qca2: 2.1.3 -> 2.2.1 2019-10-13 21:53:29 +00:00
Thomas Tuegel
7e0cf856aa flatpak: Correct D-Bus config directory option 2019-10-13 15:17:05 -04:00
Thomas Tuegel
08ff114eec
Merge pull request #71042 from risicle/ris-poppler-0.61-CVE-2019-9959
poppler_0_61: add patch for CVE-2019-9959
2019-10-13 13:47:44 -05:00
Thomas Tuegel
df372a05f9
Merge pull request #71046 from risicle/ris-poppler-CVE-2019-9959
poppler: add patch for CVE-2019-9959
2019-10-13 13:44:14 -05:00
worldofpeace
1905ae3cc9 gnome3.tracker: move dbus to nativeBuildInputs 2019-10-13 14:01:48 -04:00
Matthew Bauer
7d364b9400 Revert "Revert "libbsd: 0.9.1 -> 0.10.0 (#66948)""
This reverts commit 9e7582c74b.

* Updates libbsd along with the darwin.patch.
* Upstream PR for darwin.patch can be found at
https://gitlab.freedesktop.org/libbsd/libbsd/merge_requests/3.
* musl.patch is removed.
2019-10-13 13:39:17 -04:00
markuskowa
f6d7f8ae16
Merge pull request #68927 from danieldk/mkl
mkl: include pkgconfig files
2019-10-13 19:16:49 +02:00
Robert Scott
3fa2864aac poppler: add patch for CVE-2019-9959 2019-10-13 16:57:10 +01:00
Vladimír Čunát
4e6826a3b2
Merge branch 'staging-next'
It's not perfect, but I think we can deal with the rest of the
regressions directly on master, so that this process does not stall.
2019-10-13 16:10:58 +02:00
c0bw3b
9e7582c74b Revert "libbsd: 0.9.1 -> 0.10.0 (#66948)"
This reverts commit 5a952d0822.

Build broken on Darwin because the patch needs a refresh
(also the musl patch is not needed anymore)
See issue #71081
2019-10-13 16:02:22 +02:00
Marek Fajkus
48e57cfd57
elm.elmPackages: Cleanup code 2019-10-13 15:08:18 +02:00
Renaud
1c40ee6fc4
Merge pull request #69932 from r-ryantm/auto-update/python3.7-xxhash
python37Packages.xxhash: 1.3.0 -> 1.4.1
2019-10-13 14:57:57 +02:00
Peter Simons
33366cce14 haskell-hpack: use latest version to fix build on ghc-8.8.x 2019-10-13 14:27:17 +02:00
Samuel Evans-Powell
4a5c24ff6e prometheus: fix build
- Prometheus was failing due to the http-client version (0.6.4) being
out-of-bounds (prometheus requires >=0.4 && <0.6).
- However it builds fine when jailbroken, so I've just jailbroken it.
- An issue has been submitted upstream on prometheus:
  https://github.com/bitnomial/prometheus/issues/34
2019-10-13 14:27:17 +02:00
Domen Kožar
e5ae4a8dc6 ormolu: add from haskell package set 2019-10-13 14:27:17 +02:00
Peter Simons
e323aab13b git-annex: update sha256 hash for version 7.20191009 2019-10-13 14:27:17 +02:00
Peter Simons
5d179c578c ghc-8.8.x: drop obsolete overrides 2019-10-13 14:27:17 +02:00
Peter Simons
658893ff36 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.15.0-4-gf382c3d from Hackage revision
765639fa13.
2019-10-13 14:27:12 +02:00
Jack Kelly
88a34ef039 haskellPackages.rank2classes: not broken 2019-10-13 14:27:12 +02:00
Luke Clifton
fa5eddfae6 haskellPackages: fix barbly (#70222)
* haskellPackages: fix barbly

Co-Authored-By: Dennis Gosnell <cdep.illabout@gmail.com>
2019-10-13 14:27:11 +02:00
Peter Simons
676e2684c1 hackage2nix: disable broken builds that cause evaluation errors on Hydra 2019-10-13 14:27:11 +02:00
Peter Simons
f70d1cf20c LTS Haskell 14.8 2019-10-13 14:27:11 +02:00
Vladimír Čunát
9e0f698a49
luajit_2_0: fix the platforms/extraMeta 2019-10-13 14:07:01 +02:00
Ryan Mulligan
d2b209d623
Merge pull request #70702 from r-ryantm/auto-update/python3.7-autograd
python37Packages.autograd: 1.2 -> 1.3
2019-10-13 04:56:40 -07:00
Vladimír Čunát
b5697c6954
Merge branch 'master' into staging-next
Hydra nixpkgs: ?compare=1548439
2019-10-13 13:31:33 +02:00
Vladimír Čunát
26ec15c267
qt511.qmake: fix after 756b46a4
5.11 was forgotten by accident, apparently.
This fixes build of qt511.qtsvg, for example (and many reverse deps).
2019-10-13 13:28:45 +02:00
Aaron Andersen
955c16a881 arcanist: 20180916 -> 20190905 2019-10-13 07:14:38 -04:00
Vladimír Čunát
5e9bf0f042
tracker: fix build by adding dbus dependency
I'm not sure why it broke, possibly some propagation from deps?
2019-10-13 13:13:20 +02:00
Vladimír Čunát
3cb1576815
poetry: remove "broken" mark
Apparently it was marked by mistake in 5aa4b1994629;
it seems fine both locally and on Hydra's three platforms.
2019-10-13 10:14:13 +02:00
Vincent Laporte
e1b9556f87 ocamlPackages.ocsigen_server: 2.11.0 → 2.15.0
ocamlPackages.ssl: 0.5.5 → 0.5.9
2019-10-13 06:52:00 +02:00
Red Davies
710e28bdd8 ponyc: 0.31.0 -> 0.32.0 2019-10-13 06:50:20 +02:00
Renaud
33e17e13ae
Merge pull request #69648 from r-ryantm/auto-update/libsvm
libsvm: 3.23 -> 3.24
2019-10-12 23:22:10 +02:00
Renaud
1c820092db
Merge pull request #69649 from r-ryantm/auto-update/libite
libite: 2.0.2 -> 2.1.0
2019-10-12 23:20:51 +02:00
worldofpeace
d4f085036b
Merge pull request #70662 from worldofpeace/gtkd-update
gtkd: 3.8.5 -> 3.9.0
2019-10-12 18:35:25 +00:00
Matthew Bauer
7acfb5c2e8
Merge pull request #66551 from Shados/qt-wrap-kvantum
qtstyleplugin-kvantum: use wrapQtAppsHook
2019-10-12 14:24:01 -04:00
R. RyanTM
0877ebd6d2 catch2: 2.8.0 -> 2.9.2 (#63993)
* catch2: 2.8.0 -> 2.9.1

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/catch2/versions

* catch2: 2.9.1 -> 2.9.2
2019-10-12 19:33:32 +02:00
Mario Rodas
589d4ff232
buildGoModule: remove cached lookup results and tiles
Since GO 1.13, the go command caches the lookup results and tiles in
$GOPATH[1], hence making the module directory non-deterministic.

Use the `-f` flag when removing /sumdb, for compatibility with Go 1.12
because in that version does not exists that directory.

[1] https://go.googlesource.com/proposal/+/master/design/25530-sumdb.md#command-client
2019-10-12 12:00:00 -05:00
Michael Weiss
6fc744bc84
python37Packages.glances: 3.1.2 -> 3.1.3 2019-10-12 17:22:59 +02:00
Mario Rodas
47de8d5aaa
Merge pull request #71021 from fgaz/misaka/https-url
python: misaka: update homepage url
2019-10-12 09:24:00 -05:00
Robert Scott
b9593f1a20 poppler_0_61: 0.61.0 -> 0.61.1 2019-10-12 14:54:00 +01:00
Robert Scott
e6889d46e0 poppler_0_61: add patch for CVE-2019-9959
custom adapted patch to accommodate the openjpeg1/openjpeg2 split that
0.61 still has
2019-10-12 14:35:01 +01:00
Renaud
0cd2ab67fa
Merge pull request #69513 from r-ryantm/auto-update/drumstick
drumstick: 1.1.2 -> 1.1.3
2019-10-12 15:00:55 +02:00
Renaud
09a8fa68e1
Merge pull request #69468 from r-ryantm/auto-update/alkimia
libsForQt5.alkimia: 8.0.1 -> 8.0.2
2019-10-12 14:58:24 +02:00
Herwig Hochleitner
6c7029e7ce libui: 3.1a -> 4.1a 2019-10-12 14:57:28 +02:00
marius851000
2718c41712 faudio, wine, vkd3d: add faudio 19.10 and vkd3d 1.1 to wine
fixes https://github.com/NixOS/nixpkgs/pull/68952
2019-10-12 14:57:28 +02:00
Renaud
994e5d2aa2
Merge pull request #69451 from r-ryantm/auto-update/actor-framework
caf: 0.17.0 -> 0.17.1
2019-10-12 14:52:16 +02:00
Renaud
e8c1011cf9
Merge pull request #69480 from r-ryantm/auto-update/credstash
credstash: 1.15.0 -> 1.16.1
2019-10-12 14:50:19 +02:00
Renaud
f55a757de2
Merge pull request #69461 from r-ryantm/auto-update/amtk
amtk: 5.0.0 -> 5.0.1
2019-10-12 14:47:48 +02:00
Joachim Fasting
9377142fe1
tinycc: fixup perms for generated .pc file 2019-10-12 14:45:17 +02:00
Joachim F
48724c7b54
Merge pull request #70598 from d-goldin/fix_v8_gcc8_log
{v8, v8_6_x}: fix log output exceeded w. GCC8
2019-10-12 12:40:06 +00:00
Florian Klink
4c66894292
Merge pull request #71024 from marcus7070/marcus7070/bokeh-fix
pythonPackages.bokeh: added packaging dependency
2019-10-12 14:36:06 +02:00
Joachim F
9c9020c42c
Merge pull request #70882 from d-goldin/conditional_debug_aws_sdk_cpp
aws-sdk-cpp: fixing hydra build
2019-10-12 12:33:58 +00:00
Domen Kožar
407fcf1afc
Merge pull request #70962 from BrianHicks/update-elm-nodepackages
Update elm nodepackages
2019-10-12 13:40:34 +02:00
Marcus Boyd
2a1797ae9b pythonPackages.bokeh: added packaging dependency 2019-10-12 20:43:12 +10:30
wucke13
348fac7b52 solo-python: init at 0.0.15
Support for solokeys U2F tokens
2019-10-12 11:56:28 +02:00
Renaud
f5cc5ce8d6
Merge pull request #70282 from moaxcp/spring-boot
spring-boot: init at 2.1.9
2019-10-12 11:53:25 +02:00
Francesco Gazzetta
fbb14b289f python: misaka: update homepage url
it redirected
2019-10-12 11:43:58 +02:00
Vladimír Čunát
758b2e4571
Merge #70558: zziplib: apply patches for CVE-2018-16548
...into staging-next
2019-10-12 10:25:04 +02:00
Vincent Laporte
a9435c8db8 ocamlPackages.labltk: init at 8.06.7 for OCaml ≥ 4.08 2019-10-12 09:37:34 +02:00
Vincent Laporte
632f69857d ocamlPackages.ocaml-monadic: init at 0.4.1 2019-10-12 07:41:49 +02:00
Mario Rodas
514968fcca
Merge pull request #71010 from moaxcp/visualvm
visualvm update homepage
2019-10-11 22:23:58 -05:00
Mario Rodas
9d14040e68
Merge pull request #70725 from r-ryantm/auto-update/python3.7-ed25519
python37Packages.ed25519: 1.4 -> 1.5
2019-10-11 22:23:34 -05:00
xrelkd
1658beb6a1 cargo-bloat: 0.8.3 -> 0.9.0 2019-10-11 18:58:21 -07:00
John Mercier
0811095d84 visualvm update homepage 2019-10-11 20:13:45 -04:00
Wael Nasreddine
62e894b300
Merge pull request #68135 from rvolosatovs/update/go
Add Go 1.13
2019-10-11 17:01:51 -07:00
Jan Tojnar
6c8aed6391
Merge branch 'master' into staging-next 2019-10-12 00:50:21 +02:00
John Mercier
32113451b7 spring-boot: init at 2.1.9 2019-10-11 18:10:57 -04:00
Edmund Wu
7d9706275d python3Packages.asyncpg: 0.18.3 -> 0.19.0 2019-10-11 14:29:01 -07:00
Florian Klink
74008e2c3c
Bazel test shebangs (#66723)
Bazel test shebangs
2019-10-11 22:50:03 +02:00
Maximilian Bosch
b6237fb589
python3Packages.diff-match-patch: fix build
Rather than using autodiscovery, the checkPhase should import
`__init__.py` from `diff_match_patch.tests to execute all relevant
tests. Otherwise several python2-related tests are executed in a py3 env
and break the build.

See also: https://hydra.nixos.org/build/102482273
2019-10-11 21:49:40 +02:00
Andreas Herrmann
1f3187c1b2 bazel: Comment on python versions. 2019-10-11 21:44:28 +02:00
Andreas Herrmann
1987d86007 bazel: shebang-test: Test for all bin/env ...
Fail on any form of `bin/env ...` shebang.
2019-10-11 21:44:28 +02:00
Andreas Herrmann
f6572b4e64 bazel: patch #!/usr/bin/env bash
To point to the custom bash instead of `/nix/store.../bin/env bash`.
2019-10-11 21:44:28 +02:00
Andreas Herrmann
d132d47199 bazel: shebang-test: pass bazel dir in Nix 2019-10-11 21:44:28 +02:00
Andreas Herrmann
7429acdea1 bazel: Test that all shebangs are patched correctly 2019-10-11 21:44:28 +02:00
Brian Hicks
847c5f077f elmPackages.*: update to latest versions
elm-verify-examples: 4.0.1 -> 4.0.2
elm-live: 4.0.0 -> 4.0.1

downstream dependencies for most packages
2019-10-11 14:44:25 -05:00
Florian Klink
a0380cbfe9 bazel: fix build on macosx 2019-10-11 21:41:23 +02:00
Guillaume Bouchard
7e5b2e74b7 bazel: 0.29 -> 1.0 2019-10-11 21:41:23 +02:00
Michael Weiss
0439282fb8
dav1d: 0.4.0 -> 0.5.0
Release notes: https://code.videolan.org/videolan/dav1d/-/tags/0.5.0
Changelog: https://code.videolan.org/videolan/dav1d/blob/0.5.0/NEWS
2019-10-11 14:05:58 +02:00
Frederik Rietdijk
1b8f8a65ba python38: 3.8.0b3 -> 3.8.0rc1 2019-10-11 13:57:18 +02:00
Mario Rodas
5e716c80f2 dune: 1.11.3 -> 1.11.4
Changelog: https://github.com/ocaml/dune/releases/tag/1.11.4
2019-10-11 12:10:18 +02:00
R. RyanTM
8b426722c0 swig4: 4.0.0 -> 4.0.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/swig/versions
2019-10-11 12:05:58 +02:00
R. RyanTM
13b0b6564c wiredtiger: 3.2.0 -> 3.2.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/wiredtiger/versions
2019-10-11 12:05:19 +02:00
R. RyanTM
12eb99c6cd wxSVG: 1.5.20 -> 1.5.21
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/wxsvg/versions
2019-10-11 12:04:25 +02:00
Jonathan Ringer
a06d98933e pythonPackages.prompt_toolkit: 2.0.9 -> 2.0.10 2019-10-11 12:02:18 +02:00
R. RyanTM
41343b2995 python37Packages.jaraco_text: 3.0 -> 3.0.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-jaraco.text/versions
2019-10-11 12:01:38 +02:00
R. RyanTM
38dc22bd9d python37Packages.gmusicapi: 12.0.0 -> 12.1.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-gmusicapi/versions
2019-10-11 12:01:20 +02:00
Frederik Rietdijk
17fed123a2
Merge pull request #70671 from jonringer/fix-cartopy
pythonPackages.cartopy: fix tests
2019-10-11 12:00:47 +02:00
Marek Mahut
52dd64fb57 python37Packages.starlette: adding darwin.apple_sdk.frameworks.ApplicationServices 2019-10-11 11:59:35 +02:00
R. RyanTM
f0411f998e python37Packages.starlette: 0.12.4 -> 0.12.7
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-starlette/versions
2019-10-11 11:59:35 +02:00
R. RyanTM
89aebb998b python27Packages.avro: 1.9.0 -> 1.9.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python2.7-avro/versions
2019-10-11 11:58:38 +02:00
R. RyanTM
4543c53f66 python37Packages.cx_oracle: 7.2.2 -> 7.2.3
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-cx_oracle/versions
2019-10-11 11:58:18 +02:00
R. RyanTM
41e0e4e7fe python37Packages.fiona: 1.8.6 -> 1.8.8
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-fiona/versions
2019-10-11 11:57:56 +02:00
R. RyanTM
ee4d0ce62b python37Packages.dugong: 3.7.4 -> 3.7.5
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-dugong/versions
2019-10-11 11:57:41 +02:00
R. RyanTM
a1950e948d python37Packages.nbval: 0.9.2 -> 0.9.3
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-nbval/versions
2019-10-11 11:56:55 +02:00
R. RyanTM
551501a410 python37Packages.nbsphinx: 0.4.2 -> 0.4.3
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-nbsphinx/versions
2019-10-11 11:56:40 +02:00
R. RyanTM
e3f9c4d790 python37Packages.pyspf: 2.0.12 -> 2.0.13
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-pyspf/versions
2019-10-11 11:56:22 +02:00
R. RyanTM
7a25be0337 python37Packages.pylibmc: 1.6.0 -> 1.6.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-pylibmc/versions
2019-10-11 11:56:07 +02:00
R. RyanTM
0cd385fdb6 python37Packages.moviepy: 1.0.0 -> 1.0.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-moviepy/versions
2019-10-11 11:55:51 +02:00
R. RyanTM
124695203c python37Packages.periodictable: 1.5.0 -> 1.5.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-periodictable/versions
2019-10-11 11:55:36 +02:00
R. RyanTM
60f6daee26 python37Packages.xdis: 4.0.3 -> 4.0.4
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-xdis/versions
2019-10-11 11:55:11 +02:00
R. RyanTM
cf1c7f22e9 python37Packages.tomlkit: 0.5.5 -> 0.5.7
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-tomlkit/versions
2019-10-11 11:54:57 +02:00
Jörg Thalheim
cca0d3f62b
nodePackages: Use repo tree as nixpkgs (#69351)
nodePackages: Use repo tree as nixpkgs
2019-10-11 10:32:26 +01:00
Colin L Rice
88f65fca79
conftest: 0.12.0 -> 0.14.0, disable go sum db.
The go sum db is a hosted service that appears to be generating a new
inclusion proof each time this build is run (rather than using the one
from the previous run). Since this ends up the module directory + thus
hash, it's breaking deterministic builds.

Co-authored-by: Roman Volosatovs <rvolosatovs@riseup.net>
2019-10-11 10:09:11 +02:00
Roman Volosatovs
f93ea5abe1
go_1_13: add kalbasit to maintainers 2019-10-11 10:09:11 +02:00
Roman Volosatovs
bd023200a9
go_1_13: init at 1.13.1 2019-10-11 10:09:05 +02:00
Symphorien Gibol
55ac8ffa43 ocamlPackages.llvm: propagate needed libs, fix missing build parameter
The opam patch makes ocaml link dependent executables with
-L${LLVM_OCAML_EXTERNAL_LLVM_LIBDIR}. This variable was previously
undefined and as a result the linker would previously be called with
just -L which makes it ignore the next argument. This would lead strange
linking errors, like missing caml_apply2.

Despite defining this variable correctly, propagating llvm is still
necessary for linking to complete. In case ocaml-llvm is a transitive
dependency only, propagatedBuildInputs is not enough. To avoid having to
guess which version of llvm was used, we provide the right one in
passthrough.
2019-10-11 08:19:51 +02:00
Vincent Laporte
1f365f9d26 coqPackages_8_7.contribs.additions: remove 2019-10-11 07:58:42 +02:00
Mario Rodas
67223bc752
Merge pull request #70889 from marsam/init-jtc
jtc: init at 1.74
2019-10-10 23:19:12 -05:00
nyanloutre
9cf81e9174 pythonPackages.block-io: propagate setuptools
Used during runtime
2019-10-10 18:54:29 -07:00
Jonathan Ringer
18faa091c6 pythonPackages.cassandra-driver: 3.18.0 -> 3.19.0 2019-10-10 18:30:21 -07:00
Jonathan Ringer
405777bcf5
pythonPackages.fiona: fix linking issue 2019-10-10 18:27:02 -07:00
makefu
9ae60cff0c devpi-client: 4.1.0 -> 5.0.0
unbreak the package, clean up dependencies and make them overridable
2019-10-10 15:49:29 -07:00
Renaud
67e0730823
Merge pull request #70759 from r-ryantm/auto-update/robin-map
robin-map: 0.6.1 -> 0.6.2
2019-10-10 22:18:14 +02:00
Peter Simons
7deb982d6a r-systemfonts: fix shebang of configure script
Closes https://github.com/NixOS/nixpkgs/pull/70813.
2019-10-10 20:50:49 +02:00
Dylan Simon
13085f13aa r-systemfonts: fix package dependencies 2019-10-10 20:50:49 +02:00
Yurii Rashkovskii
e0d7a96903
swipl: include GUI tools
swi-prolog currently misses GUI packages / tools (xpce, prolog_ide)
due to missing X dependencies.
2019-10-11 00:17:41 +07:00
Florian Klink
06dc7cbd9b python.pkgs.python-jenkins: propagate setuptools
It is used during runtime.

cc #68314
2019-10-10 16:48:13 +02:00
Renaud
4281dbce9e
Merge pull request #69911 from r-ryantm/auto-update/python3.7-python-rapidjson
python37Packages.python-rapidjson: 0.7.2 -> 0.8.0
2019-10-10 11:28:10 +02:00
Marek Mahut
5f9827f70e
Merge pull request #69860 from r-ryantm/auto-update/python3.7-limnoria
python37Packages.limnoria: 2019.02.23 -> 2019.09.08
2019-10-10 11:27:29 +02:00
Marek Mahut
6cc371c151
Merge pull request #69845 from r-ryantm/auto-update/python3.7-PyChromecast
python37Packages.PyChromecast: 3.2.3 -> 4.0.1
2019-10-10 11:26:22 +02:00
Marek Mahut
bb70a1cb7c
Merge pull request #69891 from r-ryantm/auto-update/python3.7-txtorcon
python37Packages.txtorcon: 19.0.0 -> 19.1.0
2019-10-10 11:26:05 +02:00
Marek Mahut
e3f38d52ca
Merge pull request #69896 from r-ryantm/auto-update/python3.7-sphinxcontrib-plantuml
python37Packages.sphinxcontrib_plantuml: 0.17 -> 0.17.1
2019-10-10 11:25:26 +02:00
Marek Mahut
11b26a37af
Merge pull request #70592 from r-ryantm/auto-update/geos
geos: 3.7.2 -> 3.7.3
2019-10-10 11:23:04 +02:00
Marek Mahut
acd6f332eb
Merge pull request #70706 from r-ryantm/auto-update/pipewire
pipewire: 0.2.6 -> 0.2.7
2019-10-10 11:22:32 +02:00
Antoine Eiche
92119cd96a lispPackages: add cl-prevalence and cl-hooks 2019-10-10 10:08:35 +02:00
Mario Rodas
e220ed84cb
Merge pull request #70808 from r-ryantm/auto-update/visualvm
visualvm: 1.4.3 -> 1.4.4
2019-10-09 21:33:05 -05:00
Mario Rodas
0fdd8bc09d
jtc: init at 1.74 2019-10-09 21:00:00 -05:00
Dima
0ad35ab3ad aws-sdk-cpp: fixing hydra build
Removing debug info to fix hydra build.
The debug symbols alone are around ~1.8GB in size, which
makes the closure combined with the other two outputs
too large.
2019-10-09 22:48:12 +02:00
lewo
8cff1c3a10
Merge pull request #70669 from geistesk/golangci-lint-v1.19.1
golangci-lint: 1.17.1 -> 1.20.0
2019-10-09 22:33:54 +02:00
lewo
191f28a0b7
Merge pull request #70855 from nlewo/hydra-cli-fix
hydra-cli: fix the cargoSha256 hash
2019-10-09 22:30:04 +02:00
worldofpeace
646b519965
Merge pull request #70870 from jonringer/fix-slither-analyzer
pythonPackages.slither-analyzer: add setuptools
2019-10-09 18:19:02 +00:00
Robert Schütz
2355cc13b9 python3.pkgs.pyhomematic: 0.1.59 -> 0.1.60 2019-10-09 10:33:35 -07:00
Jonathan Ringer
4ed9036e4b pythonPackages.slither-analyzer: add setuptools 2019-10-09 10:16:59 -07:00
Mario Rodas
67323040e3 heroku: 7.27.1 -> 7.33.1 2019-10-09 10:14:02 -07:00
Antoine Eiche
0a7c50e0e0 hydra-cli: update the cargoSha256 hash
This might be related to the way cargo fetches sources since the old
hash still works on the original PR (before being rebased onto master by
the merge action).
See
- https://github.com/NixOS/nixpkgs/pull/67680
- https://hydra.nixos.org/build/102205464/nixlog/2
2019-10-09 18:29:18 +02:00
Ryan Mulligan
4aac0e422f
Merge pull request #70711 from r-ryantm/auto-update/python3.7-braintree
python37Packages.braintree: 3.56.0 -> 3.57.1
2019-10-09 09:27:08 -07:00
Renaud
7899b5be55
Merge pull request #70190 from hkjn/20191001-ledgerblue-0.1.29
pythonPackages.ledgerblue: 0.1.28 -> 0.1.29
2019-10-09 18:09:58 +02:00
Renaud
0047d6795a
Merge pull request #70245 from juaningan/pysonos
python3Packages.pysonos: 0.0.22 -> 0.0.23
2019-10-09 17:59:17 +02:00
Robert Schütz
164c0a29ee python.pkgs.py3status: propagate setuptools
`pkg_resources` is imported since
cf26a686fb.
2019-10-09 08:30:15 -07:00
Nikita Uvarov
8627cc58ba rtags: 2.16 -> 2.34 2019-10-09 08:02:39 -07:00
Renaud
015e3edd24
Merge pull request #70397 from doronbehar/update-qtutilities
qtutilities: 6.0.0 -> 6.0.1
2019-10-09 16:03:29 +02:00
Renaud
1544d7df69
Merge pull request #70496 from illegalprime/libphonenumber-8.10.20
libphonenumber: 8.9.9 -> 8.10.20
2019-10-09 15:07:56 +02:00
Renaud
7a82ed50b3
Merge pull request #70564 from r-ryantm/auto-update/distgen
distgen: 1.3 -> 1.4
2019-10-09 13:47:07 +02:00
markuskowa
eb7ecd3b6f
Merge pull request #70849 from markuskowa/upd-openmpi
openmpi: 4.0.1 -> 4.0.2
2019-10-09 13:28:14 +02:00
Jörg Thalheim
aa22903f1b
libtermkey: 0.20 -> 0.22 (#59570)
libtermkey: 0.20 -> 0.22
2019-10-09 12:17:20 +01:00
Markus Kowalewski
9b04b8cf2b
openmpi: 4.0.1 -> 4.0.2
removed upstream patch
2019-10-09 12:32:51 +02:00
Andreas Rammhold
c1c9758e7c
Merge pull request #70815 from r-ryantm/auto-update/libyaml-cpp
libyamlcpp: 0.6.2 -> 0.6.3
2019-10-09 12:03:20 +02:00
Elis Hirwing
e904777dc9
Merge pull request #70756 from r-ryantm/auto-update/python3.7-voluptuous-serialize
python37Packages.voluptuous-serialize: 2.2.0 -> 2.3.0
2019-10-09 09:39:36 +02:00
Vladimír Čunát
d8218de5c5
go: apply upstream patch
This should fix the tests almost always failing on Hydra for i686.
2019-10-09 08:41:19 +02:00
Jaka Hudoklin
aef0e13d26
Merge pull request #70816 from r-ryantm/auto-update/yarn
yarn: 1.17.3 -> 1.19.0
2019-10-09 08:10:03 +02:00
R. RyanTM
e83d1ea5ee yarn: 1.17.3 -> 1.19.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/yarn/versions
2019-10-08 18:37:34 -07:00
R. RyanTM
deaa2173f0 libyamlcpp: 0.6.2 -> 0.6.3
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libyaml-cpp/versions
2019-10-08 18:18:28 -07:00
R. RyanTM
53c604760f visualvm: 1.4.3 -> 1.4.4
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/visualvm/versions
2019-10-08 16:54:01 -07:00
R. RyanTM
a795e561f7 solc: 0.5.11 -> 0.5.12
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/solc/versions
2019-10-08 16:17:47 -07:00
wucke13
add2a79b3f dqlite: 0.2.6 -> 1.0.0 2019-10-09 01:16:27 +02:00
wucke13
7017e582ff raft-canonical: init at 0.9.6 2019-10-09 01:16:27 +02:00
wucke13
f50247d4df libco-canonical: init at 19.1 2019-10-09 01:16:26 +02:00
Dmitry Kalinkin
702f58f9e8
Merge pull request #70584 from tobim/pkgs/arrow-cpp
arrow-cpp: 0.14.1 -> 0.15.0
2019-10-08 18:38:29 -04:00
Tor Hedin Brønner
7757dd115c
Merge pull request #70705 from hedning/gnome-3.34.1
Gnome 3.34.1
2019-10-09 00:35:38 +02:00
markuskowa
c40d1486cc
Merge pull request #70771 from cko/add-descriptions
Add missing descriptions
2019-10-08 23:31:50 +02:00
Sarah Brofeldt
ec358abcc3
Merge pull request #70260 from athas/ispc-no-host
ispc: do not test on the "host" target
2019-10-08 22:52:34 +02:00
R. RyanTM
3e67b3c269 python27Packages.ropper: 1.12.1 -> 1.12.5
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/ropper/versions
2019-10-08 13:31:11 -07:00
Tobias Mayer
f39ea02e24 pythonPackages.awkward: 0.12.12 -> 0.12.13 2019-10-08 22:24:01 +02:00
Dmitry Kalinkin
8c86e54a25 arrow-cpp: fix/disable some plasma tests on darwin 2019-10-08 22:22:33 +02:00
Tobias Mayer
bf09368bf5 arrow-cpp: run nixfmt 2019-10-08 22:22:33 +02:00
Tobias Mayer
366476defd arrow-cpp: 0.14.1 -> 0.15.0
This also enables building the plasma module.
2019-10-08 22:22:33 +02:00
geistesk
6e39f5c762 golangci-lint: 1.17.1 -> 1.20.0 2019-10-08 21:18:44 +02:00
Christine Koppelt
854c969b57 add missing meta data 2019-10-08 20:54:38 +02:00
Ricardo M. Correia
7ec975fa84 rustc, cargo: remove myself from maintainers 2019-10-08 19:52:47 +02:00
Ricardo M. Correia
e39cfe2309 adoptopenjdk-icedtea-web: remove myself from maintainers 2019-10-08 19:51:52 +02:00
Mario Rodas
1a615531b9
Merge pull request #70748 from r-ryantm/auto-update/python3.7-SQLObject
python37Packages.sqlobject: 3.7.2 -> 3.7.3
2019-10-08 12:48:48 -05:00
R. RyanTM
3db5d9264d robin-map: 0.6.1 -> 0.6.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/robin-map/versions
2019-10-08 09:59:23 -07:00
R. RyanTM
fd35dad46b python37Packages.voluptuous-serialize: 2.2.0 -> 2.3.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-voluptuous-serialize/versions
2019-10-08 08:50:53 -07:00
R. RyanTM
d7340fe232 python37Packages.strictyaml: 1.0.1 -> 1.0.3
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-strictyaml/versions
2019-10-08 08:42:28 -07:00
Christine Koppelt
54e4b13887 jikes: removing 2019-10-08 08:29:36 -07:00
Renaud
3323655ccb
Merge pull request #70539 from kampka/drone
drone: 1.3.1 -> 1.6.0
2019-10-08 17:21:37 +02:00
Renaud
3fea3bb3b7
Merge pull request #70540 from kampka/drone-cli
drone-cli: 0.8.6 -> 1.2.0
2019-10-08 17:21:05 +02:00
Linus Heckemann
5aa4b19946 treewide: mark some broken packages as broken
Refs:
e6754980264fe927320d5ff2dbd24ca4fac9a160
1e9cc5b9844ef603fe160e9f671178f96200774f
793a2fe1e8bb886ca2096c5904e1193dc3268b6d
c19cf65261639f749012454932a532aa7c681e4b
f6544d618f30fae0bc4798c4387a8c7c9c047a7c
2019-10-08 17:14:26 +02:00
R. RyanTM
68deec3a81 python37Packages.sqlobject: 3.7.2 -> 3.7.3
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-sqlobject/versions
2019-10-08 07:00:48 -07:00
Christian Kampka
3aa784b3e3
drone-cli: 0.8.6 -> 1.2.0 2019-10-08 14:56:36 +02:00
R. RyanTM
8d4d58bd8b python37Packages.pyannotate: 1.0.7 -> 1.2.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-pyannotate/versions
2019-10-08 04:33:29 -07:00
zimbatm
90c89eac6e
mdsh: 0.1.4 -> 0.2.0 2019-10-08 13:16:12 +02:00
Michael Weiss
07d4df5962
Merge pull request #70651 from primeos/wlroots
wlroots: 0.7.0 -> 0.8.1
2019-10-08 13:08:50 +02:00
worldofpeace
392eebdb28
Merge pull request #70544 from d-goldin/fix_qtweb_warning_clang
qt5.{qtwebengine, qtwebkit}: fix -Wno-class-memaccess warning for clang
2019-10-08 11:02:06 +00:00
R. RyanTM
b22915beb3 python37Packages.pathspec: 0.5.9 -> 0.6.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-pathspec/versions
2019-10-08 03:31:20 -07:00
Tor Hedin Brønner
6b8241bb52 vte: 0.58.0 → 0.58.1 2019-10-08 12:08:53 +02:00
Tor Hedin Brønner
04d5ccc234 gvfs: 1.42.0 → 1.42.1 2019-10-08 12:08:50 +02:00
Tor Hedin Brønner
dcd27465d6 libsecret: use plain update policy 2019-10-08 12:08:49 +02:00
Tor Hedin Brønner
5ff8945da9 libdazzle: 3.34.0 → 3.34.1 2019-10-08 12:08:48 +02:00
Frederik Rietdijk
a0c34f54cc Merge master into staging-next 2019-10-08 11:56:52 +02:00
Yurii Rashkovskii
3e9e1828bb
pakcs: 2.1.1 -> 2.1.2
packs 2.1.1 build has been observed to be broken by the upgrade of
swiProlog to 8.1.15. Upgrading packs to 2.1.2 seems to resolve this
issue.
2019-10-08 16:12:12 +07:00
R. RyanTM
5a952d0822 libbsd: 0.9.1 -> 0.10.0 (#66948)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libbsd/versions
2019-10-08 10:37:02 +02:00
makefu
1dfe851229
pythonPackages.pyhaversion: init at 3.1.0 2019-10-08 10:32:25 +02:00
makefu
9b62190190
pythonPackages.aresponses: init at 1.1.1
required by pyhaversion
2019-10-08 10:32:19 +02:00
justinwoo
8a97fedb4e purescript: 0.13.0 -> 0.13.3 2019-10-08 17:29:25 +09:00
R. RyanTM
db68425841 python37Packages.confluent-kafka: 1.0.1 -> 1.2.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-confluent-kafka/versions
2019-10-08 00:56:12 -07:00
lewo
f6b8aed4b8
Merge pull request #70661 from makefu/pkgs/nixpkgs-pytools/update
pythonPackages.nixpkgs-pytools: 1.0.1 -> 1.3.0
2019-10-08 09:34:30 +02:00
R. RyanTM
0192972ab0 python37Packages.ed25519: 1.4 -> 1.5
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-ed25519/versions
2019-10-08 00:15:35 -07:00
Yurii Rashkovskii
cbb4b91e70
swipl: 8.1.4 -> 8.1.15
8.1.4 can no longer download SWI-Prolog packages (pack_list,
pack_install, etc), rendering it much less useful.
2019-10-08 13:26:41 +07:00
R. RyanTM
86e68d02b3 python37Packages.azure-mgmt-containerservice: 5.3.0 -> 7.0.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-azure-mgmt-containerservice/versions
2019-10-07 23:08:42 -07:00
R. RyanTM
4ad928ce14 python37Packages.ijson: 2.4 -> 2.5
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-ijson/versions
2019-10-07 22:38:47 -07:00
R. RyanTM
d4af2fe8b1 python37Packages.geopandas: 0.5.1 -> 0.6.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-geopandas/versions
2019-10-07 22:25:56 -07:00
R. RyanTM
6c50a1e6bf python37Packages.cx_Freeze: 5.1.1 -> 6.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-cx_freeze/versions
2019-10-07 21:32:52 -07:00
R. RyanTM
aea94e1b16 gdcm: 3.0.1 -> 3.0.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/gdcm/versions
2019-10-07 21:32:19 -07:00
R. RyanTM
0177567863 python37Packages.braintree: 3.56.0 -> 3.57.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-braintree/versions
2019-10-07 21:09:11 -07:00
R. RyanTM
a6534965e9 python37Packages.ansible-runner: 1.3.4 -> 1.4.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-ansible-runner/versions
2019-10-07 21:07:20 -07:00
R. RyanTM
6fd2133ac5 python37Packages.colorcet: 2.0.1 -> 2.0.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-colorcet/versions
2019-10-07 21:05:32 -07:00
R. RyanTM
5253be5a18 python37Packages.azure-mgmt-compute: 5.0.0 -> 8.0.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-azure-mgmt-compute/versions
2019-10-07 21:04:38 -07:00
R. RyanTM
0b1eed91e2 python37Packages.cgen: 2017.1 -> 2019.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-cgen/versions
2019-10-07 21:03:59 -07:00
R. RyanTM
1fe0f52640 python37Packages.azure-mgmt-storage: 4.0.0 -> 4.1.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-azure-mgmt-storage/versions
2019-10-07 21:02:52 -07:00
R. RyanTM
f375cdc261 pipewire: 0.2.6 -> 0.2.7
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pipewire/versions
2019-10-07 20:28:56 -07:00
R. RyanTM
a870080b7f python37Packages.autograd: 1.2 -> 1.3
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-autograd/versions
2019-10-07 19:46:54 -07:00
R. RyanTM
c72d9d3d36 python37Packages.azure-mgmt-web: 0.42.0 -> 0.43.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-azure-mgmt-web/versions
2019-10-07 19:39:40 -07:00
Will Dietz
5ae6d3a33b
aspellDicts.en-science: update hashes for latest/current content
According to [1] they were last updated July 4, 2019.

[1] http://www.jpetrie.net/scientific-word-list-for-spell-checkersspelling-dictionaries/
2019-10-07 18:27:01 -05:00
Will Dietz
73b61a49d4
aspellDicts.en: 2018.04.16-0 -> 2019.10.06-0 2019-10-07 18:26:58 -05:00
makefu
b81de296fb pythonPackages.devpi-common: 3.3.2 -> 3.4.0 2019-10-07 16:02:43 -07:00
Jonathan Ringer
95ac9f695b pythonPackages.cartopy: fix tests 2019-10-07 14:47:11 -07:00