R. RyanTM
59d05fc37f
php73Packages.phpstan: 0.12.79 -> 0.12.81
2021-03-12 11:36:33 +00:00
Ryan Mulligan
5f70e6f02b
Merge pull request #115794 from r-ryantm/auto-update/alda
...
alda: 1.4.3 -> 1.4.4
2021-03-10 09:50:38 -08:00
Ryan Mulligan
5cd9b82708
Merge pull request #115731 from r-ryantm/auto-update/python3.8-vyper
...
python38Packages.vyper: 0.2.8 -> 0.2.11
2021-03-10 09:48:54 -08:00
R. RyanTM
198e0a8eb0
alda: 1.4.3 -> 1.4.4
2021-03-10 17:15:03 +00:00
R. RyanTM
13b63751b6
python38Packages.asyncpg: 0.21.0 -> 0.22.0
2021-03-10 08:59:50 -08:00
R. RyanTM
79c6e03135
python38Packages.aiostream: 0.4.1 -> 0.4.2
2021-03-10 08:57:49 -08:00
R. RyanTM
e1f9505309
python38Packages.azure-mgmt-media: 3.0.0 -> 3.1.0
2021-03-10 08:56:59 -08:00
R. RyanTM
5888572699
python38Packages.azure-synapse-artifacts: 0.4.0 -> 0.5.0
2021-03-10 08:55:14 -08:00
R. RyanTM
c065e0436d
python38Packages.azure-mgmt-storage: 16.0.0 -> 17.0.0
2021-03-10 08:54:00 -08:00
R. RyanTM
bbf48b4645
python38Packages.casbin: 0.16.2 -> 0.18.2
2021-03-10 08:51:30 -08:00
R. RyanTM
0a8d1d2bd2
python38Packages.elementpath: 2.1.4 -> 2.2.0
2021-03-10 08:43:40 -08:00
R. RyanTM
c56233a7b6
python38Packages.azure-synapse-accesscontrol: 0.4.0 -> 0.6.0
2021-03-10 08:39:59 -08:00
R. RyanTM
0e490f3587
python38Packages.azure-synapse-spark: 0.4.0 -> 0.5.0
2021-03-10 08:37:19 -08:00
R. RyanTM
fae3c97031
python38Packages.bayespy: 0.5.20 -> 0.5.21
2021-03-10 08:37:09 -08:00
R. RyanTM
601cdfa714
coloredlogs: 14.0 -> 15.0
2021-03-10 08:36:59 -08:00
R. RyanTM
3467e2f6d2
python38Packages.cliff: 3.6.0 -> 3.7.0
2021-03-10 08:35:43 -08:00
R. RyanTM
0124e874f6
python38Packages.azure-servicebus: 7.0.1 -> 7.1.0
2021-03-10 08:33:37 -08:00
R. RyanTM
89d7f95149
python38Packages.zc_buildout: 2.13.3 -> 2.13.4
2021-03-10 08:33:28 -08:00
R. RyanTM
8febd68809
python38Packages.azure-mgmt-hanaonazure: 0.14.0 -> 0.15.0
2021-03-10 08:33:17 -08:00
R. RyanTM
7b773d7795
python38Packages.cornice: 5.0.3 -> 5.1.0
2021-03-10 08:31:48 -08:00
R. RyanTM
b2bd3cd3e8
python38Packages.labelbox: 2.4.10 -> 2.4.11
2021-03-10 08:31:26 -08:00
R. RyanTM
f3e2092ed2
python38Packages.google-cloud-dns: 0.32.1 -> 0.32.2
2021-03-10 08:31:10 -08:00
Tim Steinbach
60da0e9594
python3Packages.sagemaker: 2.29.0 -> 2.29.1
2021-03-10 11:21:34 -05:00
Tim Steinbach
079c282386
sbt: 1.4.8 -> 1.4.9
2021-03-10 11:21:12 -05:00
Cyril Cohen
1550a4fe6b
coqPackages.multinomials: 1.5.2 -> 1.5.4 ( #115427 )
...
- This is the first packages which uses Dune in order to build and install
so I had to refactor build-support/coq/default.nix in order to support it.
- I added a new feature: one can now release.v.sha256 empty to try to download
with a fake sha256, hence failures are reported and one can copy paste the
sha256 given by the error message.
- I updated the documentation of languages-frameworks/coq.section.md accordingly.
2021-03-10 16:25:32 +01:00
Doron Behar
7cad6e22ea
Merge pull request #115497 from r-ryantm/auto-update/qtutilities
...
libsForQt5.qtutilities: 6.3.0 -> 6.3.3
2021-03-10 15:17:58 +00:00
sternenseemann
1979284362
ocamlPackages.ctypes: 0.17.1 -> 0.18.0
...
https://github.com/ocamllabs/ocaml-ctypes/blob/0.18.0/CHANGES.md#ctypes-0180
* ocamlPackages.async_ssl: fix compatibility with ctypes 0.18.0 by using
ctypes.foreign instead of ctypes.foreign.threaded since the distinction
between threaded and unthreaded has been removed in this release.
* libbap: link with -thread so linking ctypes.foreign doesn't fail
https://github.com/BinaryAnalysisPlatform/bap-bindings/issues/18
* ocaml-ng.ocamlPackages_4_07.sodium: patch lib_gen/_tags to also add
the `package(bigarray)` directive since `ctypes.stubs` no longer
propgates that, leading to module not found error.
* ocaml-ng.ocamlPackages_4_{04,05,06,07}.async_ssl: mark as broken: due to
the bigarray-compat dependency, we need dune 2 for ctypes which breaks
compilation of the legacy async_ssl 0.11 version since we can't
upgrade to dune 2 for it since that version doesn't support the legacy
jbuild files.
2021-03-10 16:12:03 +01:00
sternenseemann
336ac16838
ocamlPackages.janePackage: don't delete meta set in args
...
A bit of a pitfall of // is that it doesn't merge recursively which
often leads to unintended deletion in meta sets: If meta is in args it
is also present in the set right of the // operator which means the
right value is used to replace the left value completely. This throws
away anything extra we've set in the meta set in args.
This is fixed by this comment, allowing the descriptions and broken =
true; set in janestreet/old.nix to propagate to the output meta sets.
2021-03-10 16:12:03 +01:00
Austin Seipp
462d059909
liburing: 0.7 -> 2.0
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2021-03-10 08:59:39 -06:00
R. RyanTM
fca1305251
libsForQt5.qtutilities: 6.3.0 -> 6.3.3
2021-03-10 13:13:15 +02:00
Sandro
68763fd3f2
Merge pull request #115730 from fabaff/license-yamllint
...
python3Packages.yamllint: enable tests
2021-03-10 11:35:40 +01:00
R. RyanTM
5da369be09
python38Packages.vyper: 0.2.8 -> 0.2.11
2021-03-10 09:30:27 +00:00
Fabian Affolter
8a4f3d7b9e
python3Packages.yamllint: enable tests
2021-03-10 10:09:35 +01:00
Sandro
85a0fe866a
Merge pull request #115640 from sternenseemann/fontparts-0.9.10
...
pythonPackages.fontparts: 0.9.9 -> 0.9.10
2021-03-10 09:59:47 +01:00
Ryan Mulligan
5763979e98
Merge pull request #115535 from r-ryantm/auto-update/rust-bindgen
...
rust-bindgen: 0.55.1 -> 0.57.0
2021-03-09 21:21:35 -08:00
sternenseemann
c3bf729ca2
pythonPackages.fontparts: 0.9.9 -> 0.9.10
...
Minor release, updates version bound on defcon
https://github.com/robotools/fontParts/releases/tag/0.9.10
2021-03-10 00:00:09 +01:00
R. RyanTM
abf7ed76bc
rust-bindgen: 0.55.1 -> 0.57.0
2021-03-09 13:28:21 +00:00
Mario Rodas
d165a4629b
go-tools: 2020.2.2 -> 2020.2.3
2021-03-09 04:20:00 +00:00
Mario Rodas
98319fd3a9
Merge pull request #115677 from r-ryantm/auto-update/timescaledb-tune
...
timescaledb-tune: 0.10.0 -> 0.11.0
2021-03-09 22:30:20 -05:00
R. RyanTM
e7e3c939b3
timescaledb-tune: 0.10.0 -> 0.11.0
2021-03-10 02:20:36 +00:00
Sandro
4883b23647
Merge pull request #115612 from Thra11/nemo-qml-plugin-dbus
...
nemo-qml-plugin-dbus: 2.1.23 -> 2.1.24
2021-03-10 02:30:40 +01:00
Sandro
3eb8efbe12
Merge pull request #113092 from sikmir/wxgtk30
...
wxGTK30: 3.0.4 → 3.0.5
2021-03-10 02:30:22 +01:00
R. RyanTM
cefc9a24d3
python38Packages.sentry-sdk: 0.19.5 -> 1.0.0
2021-03-09 15:53:35 -08:00
Mario Rodas
626785b1dd
Merge pull request #115641 from r-ryantm/auto-update/tinyscheme
...
tinyscheme: 1.41 -> 1.42
2021-03-09 18:53:05 -05:00
Mario Rodas
cc86fe9e6f
Merge pull request #115643 from r-ryantm/auto-update/tfsec
...
tfsec: 0.38.4 -> 0.39.5
2021-03-09 18:51:37 -05:00
R. RyanTM
a811b68baf
safety-cli: 1.9.0 -> 1.10.3
2021-03-09 15:50:24 -08:00
R. RyanTM
54007d9c22
python37Packages.azure-mgmt-cosmosdb: 6.0.0 -> 6.1.0
2021-03-09 15:50:07 -08:00
Sandro
2c97b66f96
Merge pull request #115637 from jfroche/fix/ansible-lint
...
python3Packages.ansible-lint: fix failing test on deprecation warning
2021-03-10 00:49:27 +01:00
R. RyanTM
c997b9c694
python37Packages.pikepdf: 2.5.2 -> 2.8.0
2021-03-09 15:47:11 -08:00
R. RyanTM
cf7a20c517
python37Packages.mmh3: 2.5.1 -> 3.0.0
2021-03-09 15:46:33 -08:00