Commit graph

70689 commits

Author SHA1 Message Date
Robin Gloster b0081a26e5
Merge pull request #70715 from r-ryantm/auto-update/python3.7-geopandas
python37Packages.geopandas: 0.5.1 -> 0.6.0
2019-10-16 00:57:28 +02:00
Robin Gloster 0c48ec1ac7
Merge pull request #70553 from r-ryantm/auto-update/assimp
assimp: 4.1.0 -> 5.0.0
2019-10-16 00:50:14 +02:00
Robin Gloster c4f5657716
Merge pull request #70485 from flokli/google-cloud-cpp-0.14.0
google-cloud-cpp: 0.11.0 -> 0.14.0
2019-10-16 00:31:23 +02:00
Robin Gloster 7fb01c60d8
Merge pull request #70554 from r-ryantm/auto-update/accounts-qt
libsForQt5.accounts-qt: 1.15 -> 1.16
2019-10-16 00:23:32 +02:00
Robin Gloster 3b07327794
Merge pull request #70713 from r-ryantm/auto-update/python3.7-cx_Freeze
python37Packages.cx_Freeze: 5.1.1 -> 6.0
2019-10-16 00:11:20 +02:00
Robin Gloster b870b3a153
python37Packages.geopandas: 0.6.0 -> 0.6.1 2019-10-16 00:07:07 +02:00
Robin Gloster c0d4db48fb
Merge pull request #70717 from r-ryantm/auto-update/python3.7-ijson
python37Packages.ijson: 2.4 -> 2.5
2019-10-16 00:00:03 +02:00
Robin Gloster a1f6c972bb
Merge pull request #70729 from makefu/pkgs/pyhaversion/init
init pyhaversion (3.1.0) for home-assistant
2019-10-15 23:59:08 +02:00
Robin Gloster 6612721f86
Merge pull request #70727 from r-ryantm/auto-update/python3.7-confluent-kafka
python37Packages.confluent-kafka: 1.0.1 -> 1.2.0
2019-10-15 23:41:54 +02:00
Robin Gloster 942886dfa7
Merge pull request #70741 from r-ryantm/auto-update/python3.7-pyannotate
python37Packages.pyannotate: 1.0.7 -> 1.2.0
2019-10-15 23:33:51 +02:00
Robin Gloster 7b6b3e5066
Merge pull request #71077 from aanderse/arcanist/update
arcanist: 20180916 -> 20190905
2019-10-15 23:09:26 +02:00
Robin Gloster 140380e5f5
Merge pull request #71175 from basile-henry/rustup-1.20.0
rustup: 1.19.0 -> 1.20.0
2019-10-15 23:08:38 +02:00
Renaud 687a255bd2
Merge pull request #70701 from r-ryantm/auto-update/python3.7-azure-mgmt-web
python37Packages.azure-mgmt-web: 0.42.0 -> 0.43.0
2019-10-15 20:40:49 +02:00
Mario Rodas b42541242b
Merge pull request #71185 from marsam/update-nodejs-12_x
nodejs-12_x: 12.10.0 -> 12.12.0
2019-10-15 13:29:43 -05:00
Matthew Bauer 6a87355211
Merge branch 'master' into libressl-static 2019-10-15 12:55:16 -04:00
John Ericson 50f5c95521
Merge pull request #71193 from obsidiansystems/callCabal2nix-config-not-system
haskellSrc2nix
2019-10-15 11:42:38 -04:00
lewo 6e54ef82d3
Merge pull request #70898 from nlewo/next
next: 1.3.1 -> 1.3.4
2019-10-15 17:39:40 +02:00
John Ericson 66a9f39817 haskellSrc2nix
Since [1], cabal2nix has been able to parse full platform triples. We
need this for when the system doesn't say enough info (e.g. android).

[1]: 0bb88f0009 (diff-d9172aeec4039eef8cfcc8a2ab6c0677R143)
2019-10-15 11:23:33 -04:00
Gabriel Ebner f3ecf7d3e0
Merge pull request #71177 from Taneb/metamath-upgrade
metamath: 0.172 -> 0.178
2019-10-15 16:06:07 +02:00
Nathan van Doorn fc0be2a54e metamath: 0.172 -> 0.178
This also moves away from my mirror of the distributiont one hosted by
the metamath organization, which should generally be far more
up-to-date. However, that doesn't include any data files, so we need to
make sure we don't try to make those.
2019-10-15 13:43:26 +01:00
Tim Steinbach 749dccbedb
Merge pull request #71171 from regadas/update/sbt
sbt: 1.3.2 -> 1.3.3
2019-10-15 08:42:43 -04:00
R. RyanTM e2c883b1db renpy: 7.3.2 -> 7.3.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/renpy/versions
2019-10-15 14:38:51 +02:00
Lassulus 04f706e928
Merge pull request #70209 from wucke13/lxd
lxd: 3.13 -> 3.18
2019-10-15 13:31:10 +02:00
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
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
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
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