Commit Graph

88500 Commits

Author SHA1 Message Date
Anderson Torres
d97a5093e9
Merge pull request #98437 from AndersonTorres/cimg-upload
cimg: 2.9.1 -> 2.9.2
2020-09-22 17:14:48 -03:00
Vincent Laporte
a1f8e0b4a1 coqPackages.metalib: 20170713 → 20200527 2020-09-22 21:53:29 +02:00
Johannes Rosenberger
7abb57c7b5 fix passing qt5 version to pythonInterpreters
fixes c88f3adb17, which resulted in
qt 5.15 being used in pythonPackages, despite 5.14 being
declared, and adapts qutebrowser accordingly.

'callPackage { pkgs = pkgs // { … }; }' does not work, because
it does not take into account the recursive evaluation of nixpkgs:

`pkgs/development/interpreters/python/default.nix` calls
`pkgs/top-level/python-packages.nix` with `callPackage`.
Thus, even if the former gets passed the updated `pkgs`,
the latter always gets passed `pkgs.pkgs`.

For the change in the qt5 version to apply consistently, 'pkgs.extend'
must be used.

qutebrowser only used the right qt5 version (5.15) because all
pythonPackages used it anyway.
2020-09-22 21:03:43 +02:00
Martin Weinelt
0f50990678 python3Packages.segments: init at 2.1.3 2020-09-22 10:11:37 -07:00
Martin Weinelt
8fca119c52 python3Packages.clldutils: init at 3.5.2 2020-09-22 10:11:37 -07:00
Martin Weinelt
2904bef26c python3Packages.csvw: init at 1.8.0 2020-09-22 10:11:37 -07:00
John Ericson
3e462a8533
Merge pull request #98466 from stigtsp/package/perl-cross-default_inc_excludes_dot
perl-cross: fix . being included in INC
2020-09-22 12:49:18 -04:00
Vincent Laporte
a775c939d4 ocamlPackages.zed: 2.0.3 → 3.1.0 2020-09-22 18:41:01 +02:00
Stefan Frijters
b3e1fd55e4 pythonPackages.maestral: 1.1.0 -> 1.2.0 2020-09-22 09:17:42 -07:00
Stefan Frijters
08ab7f917d pythonPackages.dbus-next: init at 0.1.4 2020-09-22 09:17:42 -07:00
Stefan Frijters
8463f5c9fd pythonPackages.dropbox: 10.3.1 -> 10.4.1 2020-09-22 09:17:42 -07:00
oxalica
11c36334bf vscode-extensions.vadimcn.vscode-lldb: init at 1.5.3 2020-09-22 09:13:53 -07:00
Lancelot SIX
bd4805b659 pythonPackages.django: 2.2.15 -> 2.2.16
See https://docs.djangoproject.com/en/dev/releases/2.2.16/
2020-09-22 08:59:28 -07:00
Christian Kauhaus
44a70c9e7d
Merge pull request #97345 from ckauhaus/67197-mcpp-cve-2019-14274
mcpp: add patch for CVE-2019-14274
2020-09-22 16:01:06 +02:00
Stig Palmquist
e2926577a1
perl-cross: fix . being included in INC
perl-cross set `default_inc_excludes_dot` to undefined by default. This
sets `-Ddefault_inc_excludes_dot` explicitly when cross compiling.
2020-09-22 14:35:46 +02:00
Kevin Rauscher
308e245aba metals: 0.9.3 -> 0.9.4 2020-09-22 09:04:00 +02:00
Ben Wolsieffer
83162ab3b9 pythonPackages.pykdl: init at 1.4.0 2020-09-21 23:38:26 -07:00
Ben Wolsieffer
ec92ffc530 orocos-kdl: init at 1.4.0 2020-09-21 23:38:26 -07:00
Vincent Laporte
06098c76b9 bigloo: 4.1a-2 → 4.3h; hop: 2.5.1 → 3.3.0 2020-09-21 23:24:54 -07:00
Vincent Laporte
943fa12e6a hop: fix build
The configure process tries to escape the sandbox by writing into /tmp
2020-09-21 23:24:54 -07:00
Ben Darwin
03ea51a8a3 python3Packages.dipy: 1.1.1 -> 1.2.0 2020-09-21 23:16:37 -07:00
Ben Darwin
9fde97d85f python3Packages.pyxnat: init at 1.3 2020-09-21 23:16:17 -07:00
Martin Weinelt
b3ca5036a4 pythonPackages.mocket: 3.8.9 -> 3.9.0 2020-09-21 23:14:57 -07:00
Martin Weinelt
a762bbf7b4 pythonPackages.http-parser: init at 0.9.0 2020-09-21 23:14:57 -07:00
Jules Aguillon
c4cb4c226e
Declare several versions of OCamlformat (#88799)
OCamlformat is still a bit unstable and it's common to work on several
projects that each use a different version.

Define every versions at once and share code

* ocamlformat: add dependency on base

OCamlformat always required Base.
This will be important in the future as Base may make breaking changes.
2020-09-22 07:30:35 +02:00
Mario Rodas
6bbdbaabae
Merge pull request #98388 from marsam/update-mruby
mruby: 2.1.1 -> 2.1.2
2020-09-21 22:28:20 -05:00
AndersonTorres
4c4217bdb1 cimg: 2.9.1 -> 2.9.2 2020-09-22 00:12:01 -03:00
Frederik Rietdijk
4e1f8e4e31 python3Packages.xarray: 0.16.0 -> 0.16.1 2020-09-21 21:56:06 +02:00
Frederik Rietdijk
243f56fbc7 python3.pkgs.bokeh: 2.1.1 -> 2.2.1 2020-09-21 21:53:33 +02:00
Jörg Thalheim
4eb55225a1
Merge pull request #98282 from mweinelt/python/yq
pythonPackages.yq: update, repackage as library, fix tests
2020-09-21 20:43:10 +02:00
Jörg Thalheim
40a58cc65b
python3.pkgs.yq: make stdin a tty for tests 2020-09-21 20:33:11 +02:00
Martin Weinelt
1a44ef9066
pythonPackages.yq: 2.10.1 -> 2.11.0 2020-09-21 20:09:28 +02:00
Martin Weinelt
e228365258
pythonPackages.yq: repackage as library, convert to application, fix tests 2020-09-21 20:09:28 +02:00
Ben Wolsieffer
b0edb341fb buildbot: 2.8.2 -> 2.8.4 2020-09-21 11:08:08 -07:00
Thiago Kenji Okada
cd1b769369 pythonPackages.xlib: 0.25 -> 0.28 2020-09-21 11:07:48 -07:00
Guillaume Desforges
4e888fb70d python2Packages.scikits-odes: disable
Ever since we added KLU support to sundials (#94930),
it stopped building while the Python 3 versions didn't
break. Python 2 is EOL.
2020-09-21 11:02:15 -07:00
Guillaume Desforges
860bc40a22 sundials: add KLU support 2020-09-21 11:02:15 -07:00
Drew Risinger
143289ad5b pythonPackages.WSME: fix build
* Remove unneeded patch
* Run tests properly (misspelled before)
* Update homepage & add changelog
* Sort dependencies
2020-09-21 10:55:45 -07:00
Drew Risinger
d45ea33a85 pythonPackages.pecan: 1.3.3 -> 1.4.0
* Update Homepage
* Add Changelog
* Convert to pytestCheckHook
* Remove buildInputs, corrected to propagatedBuildInputs or checkInputs as appropriate.
  This caused downstream failures because some required packages were not in the runtime closure (PYTHONPATH).
2020-09-21 10:55:45 -07:00
oxalica
21a6f3aa65 rust-analyzer: fix build 2020-09-21 10:55:15 -07:00
oxalica
0e0dc5544c rust-analyzer: 2020-08-24 -> 2020-09-21 2020-09-21 10:55:15 -07:00
Ben Darwin
8403806a39 python3Packages.rising: init at 0.2.0post0 2020-09-21 09:56:28 -07:00
Drew Risinger
6e4908a52d spyder: 4.1.4 -> 4.1.5
Changelog: https://github.com/spyder-ide/spyder/blob/master/CHANGELOG.md#version-415-2020-09-01
* Meta: update homepage, add downloadPage & changelog
2020-09-21 09:55:45 -07:00
Drew Risinger
9dc654234a pythonPackages.spyder-kernels: 1.9.3 -> 1.9.4
* Meta: add changelog & download page, update homepage
2020-09-21 09:55:45 -07:00
Drew Risinger
3b6800c76a python3Packages.spyder: fix build
* Remove version locks that don't match what's in nixpkgs
2020-09-21 09:53:44 -07:00
r-burns
a2228f4c18
libversion: fix tests on Darwin (#98361) 2020-09-21 11:58:29 -04:00
Austin Butler
8be7347e2b pythonPackages.mohawk: init at 1.1.0 2020-09-21 08:48:08 -07:00
Max Wittig
d4eed01376
gitlab-runner: 13.3.1 -> 13.4.0 (#98377) 2020-09-21 15:19:51 +02:00
Profpatsch
f000c741a3 pythonPackages.b2sdk: init at 1.1.4 2020-09-21 13:39:37 +02:00
Mario Rodas
5df60eda72
Merge pull request #98360 from r-burns/liboping
liboping: fix build on Darwin
2020-09-21 06:23:06 -05:00
Gabriel Volpe
70b417f5f9 dconf2nix: 0.0.5 -> 0.0.6 2020-09-21 10:58:35 +02:00
Théo Zimmermann
0bbeca2ff9 ocamlPackages.zarith: 1.9 -> 1.10 2020-09-21 09:55:33 +02:00
Vincent Laporte
c06b0edde2 ocamlPackages.apron: 0.9.12 → 0.9.13 2020-09-21 08:05:23 +02:00
Daniël de Kok
a034f204ac
Merge pull request #98083 from avdv/zhf-fix-tensorflow
tensorflow: Fix compilation with numpy 1.19.x
2020-09-21 06:55:23 +02:00
Mario Rodas
c743f4e16c mruby: 2.1.1 -> 2.1.2 2020-09-21 04:20:00 +00:00
Ryan Burns
bf71f459d2 liboping: fix build on Darwin 2020-09-20 17:58:08 -07:00
Maxim Krivchikov
0f34c4eb33 python3Packages.behave: skip test failing on darwin
Timing-based test is flaky on Darwin:
https://github.com/NixOS/nixpkgs/pull/97737#issuecomment-691489824
2020-09-20 16:25:18 -07:00
Maxim Krivchikov
f690cacb06 python3Packages.python-docx: run behave tests
Previously the problematic "behave" dependency
was not even used at checkPhase.
2020-09-20 16:25:18 -07:00
Maxim Krivchikov
6543cbf571 python3Packages.parse: 1.16.0 -> 1.18.0 2020-09-20 16:25:18 -07:00
Josef Kemetmüller
b8f130e2b4 python.pkgs.scikit-optimize: 0.6 -> 0.8.1
This fixes the build of scikit-optimize.
2020-09-20 15:27:56 -07:00
Andrew Childs
c32441811f pythonPackages.netaddr: 0.7.19 -> 0.8.0
Updating to >= 0.7.20 fixes tests on macOS Catalina and newer:

        #   inet_pton has to be different on Mac OSX *sigh*
        assert IPAddress('010.000.000.001', flags=INET_PTON) == IPAddress('10.0.0.1')
>       assert int_to_str(0xffff) == '::0.0.255.255'
E       AssertionError: assert '::ffff' == '::0.0.255.255'
E         - ::0.0.255.255
E         + ::ffff
2020-09-20 15:26:11 -07:00
Mario Rodas
6aad47ca82
Merge pull request #88688 from matthuszagh/pyspice
python3Packages.pyspice: init at 1.4.3
2020-09-20 17:14:31 -05:00
Robert Scott
566605626c vmmlib: fix build
provide lapack instead of blas, causing gaussian elimination tests to
no longer fail

remove some trailing spaces from the longDescription to please the linter.
sorry.
2020-09-20 14:34:09 -07:00
Drew Risinger
4e435eee31 pythonPackages.cfn-lint: 0.35.0 -> 0.35.1
* Update version
* Cleanup packaging: run tests & use GitHub source
* Meta: add changelog
2020-09-20 11:30:00 -07:00
Jonathan Ringer
43c0499f3a
python38Packages.shouldbe: disable for python3.8 2020-09-20 09:16:15 -07:00
Robert Scott
eb86bff30d libgumath, pythonPackages.gumath: unstable-2018-11-27 -> unstable-2019-08-01
this is the most recent commit to upstream's master at time of writing

includes fixes of python package for darwin
2020-09-20 08:58:56 -07:00
Robert Scott
dcd6847ddb libxnd, pythonPackages.xnd: unstable-2018-11-27 -> unstable-2019-08-01
this is the most recent commit to upstream's master at time of writing

includes fixes of python package for darwin
2020-09-20 08:58:56 -07:00
Robert Scott
044533c99b libndtypes, pythonPackages.ndtypes: unstable-2018-11-27 -> unstable-2019-08-01
this is the most recent commit to upstream's master at time of writing

includes fixes of python package for darwin
2020-09-20 08:58:56 -07:00
Maxim Krivchikov
172f3a197e lldb_5, lldb_6: add patch for >=python-3.7 2020-09-20 08:31:46 -07:00
Doron Behar
b3178aee51 python.pkgs.agate-sql: fix tests by adding crate to inputs 2020-09-20 08:29:18 -07:00
Doron Behar
d07100d89f python3Packages.crate: init at 0.24.0 2020-09-20 08:29:18 -07:00
Raphael Borun Das Gupta
355d255d6c pythonPackages.mock-open: 1.3.2 -> 1.4.0 2020-09-20 08:18:31 -07:00
Raphael Borun Das Gupta
b103ddb9ab pythonPackages.mock-open: 1.3.1 -> 1.3.2 2020-09-20 08:18:31 -07:00
Austin Butler
05f994426f pythonPackages.glom: fix tests 2020-09-20 08:17:50 -07:00
Gabriel Ebner
a2bd21f1bf
Merge pull request #98314 from gebner/upgradejava 2020-09-20 16:36:52 +02:00
Gabriel Ebner
088ddf717c
Merge pull request #97661 from hannesweisbach/opencascade-oce
opencascade: enable macOS build and add features
2020-09-20 16:31:42 +02:00
Ryan Mulligan
fcf1df1ceb
Merge pull request #95449 from r-ryantm/auto-update/liquibase
liquibase: 3.10.2 -> 4.0.0
2020-09-20 07:03:45 -07:00
Hannes Weisbach
80a6743c37 opencascade: enable macOS build and add features
enable/fix macOS build and add options for TBB and GL2PS dependencies

VTK integration needed a patch because implicit conversions in initializer
lists are an error in C++11, which is the default in clang 7 used by nix.
2020-09-20 15:05:09 +02:00
Robert Scott
dc413903fc
Merge pull request #98074 from risicle/ris-pforth-fix
pforth: fix build with patch
2020-09-20 13:06:06 +01:00
Robert Scott
e61102d5c2 pythonPackages.acebinf: init at 1.0.2 2020-09-20 12:23:18 +01:00
Robert Scott
4543e54991 pythonPackages.pytabix: init at 0.1 2020-09-20 12:23:18 +01:00
Robert Scott
ccf4645500 pythonPackages.bwapy: init at 0.1.4 2020-09-20 12:23:18 +01:00
Gabriel Ebner
ef4cbbabd1 clojure: use latest jdk 2020-09-20 11:32:06 +02:00
Gabriel Ebner
efa2089077
Merge pull request #89731 from doronbehar/jdk_rename 2020-09-20 11:07:55 +02:00
Robert Scott
d61c16cda4 sslyze: fix build
need to further relax cryptography module version requirements
2020-09-20 08:57:11 +02:00
Ben Darwin
1179840f9a python3Packages.graspy: 0.2.0 -> 0.3.0 2020-09-19 20:38:05 -07:00
Ben Darwin
5315ce0e40 python3Packages.hyppo: init at 0.1.3 2020-09-19 20:38:05 -07:00
Martin Weinelt
a5f77e0583 pythonPackages.junos_eznc: fix build 2020-09-19 20:27:11 -07:00
Martin Weinelt
d956ed6ac8 pythonPackages.yamlordereddictloader: init at 0.4.0 2020-09-19 20:27:11 -07:00
Martin Weinelt
278d069304 python3Packages.ntc-templates: init at 1.5.0 2020-09-19 20:27:11 -07:00
Martin Weinelt
6898bcff08 pythonPackages.textfsm: init at 1.1.1 2020-09-19 20:27:11 -07:00
Doron Behar
7fcc9a4eaa
Merge pull request #69112 from JohnAZoidberg/sqldiff
sqldiff: init at 3.33.0
2020-09-19 22:03:49 +03:00
Doron Behar
32818fcfe9
Merge pull request #97908 from MMesch/mmesch/vega 2020-09-19 22:00:36 +03:00
Mario Rodas
755dd9d14e
Merge pull request #98158 from sternenseemann/afdko-3.5.1
pythonPackages.afdko: 3.5.0 → 3.5.1
2020-09-19 12:34:37 -05:00
Doron Behar
9c12892e7b joplin: fix build by adding missing deps
ZHF: #97479
2020-09-19 19:40:26 +03:00
Matthias Meschede
7fb1ee093d nodePackages.vega-lite: init at version 4.15.0
Co-authored-by: Doron Behar <doron.behar@gmail.com>
2020-09-19 19:30:19 +03:00
Gabriel Ebner
ffc9f680e8 jasmin: use jdk8 2020-09-19 17:41:15 +02:00
Gabriel Ebner
bf92a5440e global-platform-pro: use jdk8 2020-09-19 17:39:26 +02:00
Gabriel Ebner
936537e214 drip: use jdk8 2020-09-19 17:38:15 +02:00
Gabriel Ebner
f3bef958dc dbus-java: use jdk8 2020-09-19 17:34:40 +02:00
Jamie Magee
074e05c6d8
dotnetCorePackages.sdk_5_0: init at version 5.0.100-rc.1.20452.10
Co-authored-by: Felix Tenley <felschr@pm.me>
2020-09-19 17:24:53 +02:00
Doron Behar
6ca39b3e21 sqlite tools.nix: 3.30.0 > 3.33.0 2020-09-19 18:11:50 +03:00
Daniel Schaefer
0e574bc186 sqlite-analyzer: 3.28.0 -> 3.30.0 2020-09-19 18:05:32 +03:00
Benjamin Esham
1e136a97fb sqldiff, sqlite-analyzer: Fix Darwin build
lowPrio dropped, too, because the contents of these derivations don't
appear in any others.
2020-09-19 18:05:31 +03:00
Daniel Schaefer
e714798f27 sqldiff: init at 3.28.0 2020-09-19 18:05:30 +03:00
Gabriel Ebner
d74d629fff javaPackages.jogl_2_3_2: use jdk8 2020-09-19 15:36:35 +02:00
Gabriel Ebner
db0d3d8d36 erlang: use openjdk8 2020-09-19 14:34:49 +02:00
Matthias Meschede
233331c223 nodePackages.vega-cli: init at version 5.15.0 2020-09-19 14:27:32 +02:00
Daniël de Kok
14963fd5c4 rocm-opencl-runtime: 3.7.0 -> 3.8.0 2020-09-19 08:12:08 +02:00
Daniël de Kok
b535b62c9b rocclr: 3.7.0 -> 3.8.0 2020-09-19 08:10:17 +02:00
Daniël de Kok
44b5370af3 rocm-cmake: 3.7.0 -> 3.8.0
The tag refers to the same commit as 3.7.0, so the hash did not
change.
2020-09-19 08:08:29 +02:00
Daniël de Kok
f038c7b9fc rocm-comgr: 3.7.0 -> 3.8.0 2020-09-19 08:08:29 +02:00
Daniël de Kok
c1c5e46e2f rocm-runtime: 3.7.0 -> 3.8.0
The tag refers to the same commit as 3.7.0, so the hash did not
change.
2020-09-19 08:08:29 +02:00
Anderson Torres
c0d285c9a1
Merge pull request #98213 from titouanco/lazygit
lazygit: 0.22.1 -> 0.22.8
2020-09-19 01:23:46 -03:00
Jonathan Ringer
2a35f66439 python3Packages.lightparam: fix source and deps 2020-09-18 18:44:15 -07:00
Jonathan Ringer
a9162ffdaa python3Packages.runway-python: add missing deps 2020-09-18 18:08:14 -07:00
Robert Scott
b6c70260c9
Merge pull request #98232 from wkral/py-irc-fix-build
python3Packages.irc: fix build
2020-09-18 22:44:18 +01:00
William Kral
7567bd6d89 python3Packages.irc: fix build 2020-09-18 14:27:35 -07:00
Peter Simons
d0541e2eca haskell-pandoc-plot: mark broken because of failing test suite
Reported upstream at https://github.com/LaurentRDC/pandoc-plot/issues/13.
2020-09-18 21:50:29 +02:00
Malte Brandy
2bf095d026 haskellPackages.hnix: Fix build 2020-09-18 21:50:29 +02:00
Malte Brandy
ae73fa0d56 haskellPackages.ghc.withPackages: Remove obsolete ghcide wrapper 2020-09-18 21:50:29 +02:00
Malte Brandy
59617bc142 haskellPackages.ghcide: Fix build 2020-09-18 21:50:29 +02:00
Kai Harries
f40afea417 haskellPackages.sbv: fix tests
By patching paths of the external provers and excluding not available
provers from the test.

ZHF: #97479
2020-09-18 21:50:29 +02:00
Peter Simons
eb523e8663 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.15.5-17-g25ee725 from Hackage revision
2f8dc088ed.
2020-09-18 21:50:22 +02:00
Peter Simons
0be74333d0 hackage2nix: disable failing builds to fix evaluation on Hydra 2020-09-18 21:49:11 +02:00
Peter Simons
e2b99c074a LTS Haskell 16.15 2020-09-18 21:49:11 +02:00
Daniël de Kok
fcd084b6ec rocm-device-libs: 3.7.0 -> 3.8.0 2020-09-18 20:43:47 +02:00
Daniël de Kok
2db575ecae llvmPackages_rocm: 3.7.0 -> 3.8.0 2020-09-18 20:43:47 +02:00
Daniël de Kok
b747b2fa7a rocm-thunk: 3.7.0 -> 3.8.0 2020-09-18 20:43:47 +02:00
William Kral
6a4e785931 python3Packages.word2vec: fix build and tests 2020-09-18 09:59:14 -07:00
William Kral
5f0f2b85cb python3Packages.requests-aws4auth: fix build 2020-09-18 09:57:56 -07:00
Martin Povišer
20472523e7 python3.pkgs.cartopy: 0.17 -> 0.18
Fixes build. Formerly cartopy tests were failing, likely since update of
matplotlib to 3.3.0.
2020-09-18 09:50:57 -07:00
freezeboy
e3c1b8782a python3Packages.fluent-logger: relax version for msgpack
Also add imports tests as we can't do more using the pip release
2020-09-18 09:50:11 -07:00
Diego Pontoriero
cfb9acad8a
gopls: 0.4.4 -> 0.5.0 (#98182) 2020-09-18 18:28:49 +02:00
Maximilian Bosch
03bf0401fd
Merge pull request #98215 from gebner/blender290
blender: 2.83.5 -> 2.90.0
2020-09-18 18:24:59 +02:00
Maximilian Bosch
05f5001c7c
Merge pull request #98099 from evanjs/postman/7.32.0
postman: 7.31.1 -> 7.32.0
2020-09-18 17:45:12 +02:00
Gabriel Ebner
524755d323 embree: init at 3.11.0 2020-09-18 15:17:23 +02:00
Antoine Eiche
c56e8e73de nodePackages.patch-package: init at 6.2.2
Note this also updates all node packages.
2020-09-18 15:10:27 +02:00
Titouan
1655af5e17 lazygit: 0.22.1 -> 0.22.8 2020-09-18 13:52:57 +02:00
Vladimír Čunát
68c436b0cc
Merge branch 'staging-next' 2020-09-18 08:12:47 +02:00
Robert Scott
5df26febad
Merge pull request #98149 from povik/povik/libiio-py3-fix
python3.pkgs.libiio: fix build
2020-09-17 23:41:52 +01:00
Lassulus
b19f6797f6
Merge pull request #97018 from evils/openocd
openocd: 0.10.0 -> 2020-09-02
2020-09-17 21:49:02 +02:00
Lassulus
1ab2364f00
Merge pull request #97037 from IvarWithoutBones/crcpp
crcpp: init at 1.0.1.0
2020-09-17 21:38:37 +02:00
Lassulus
ec3ea93a95
Merge pull request #97088 from r-ryantm/auto-update/checkstyle
checkstyle: 8.35 -> 8.36
2020-09-17 21:09:15 +02:00
Lassulus
ce583ca42d
Merge pull request #97104 from r-ryantm/auto-update/cutelyst
cutelyst: 2.11.0 -> 2.12.0
2020-09-17 20:39:21 +02:00
Lassulus
7992147d87
Merge pull request #97113 from r-ryantm/auto-update/duckdb
duckdb: 0.1.8 -> 0.2.1
2020-09-17 20:24:48 +02:00
Arnout Engelen
19f22514cb
pythonPackages.grpcio-tools: add setuptools dependency (#98157) 2020-09-17 09:23:16 -05:00
sternenseemann
0596ac5105 pythonPackages.afdko: 3.5.0 → 3.5.1 2020-09-17 16:00:43 +02:00
Maximilian Bosch
85ca7f75fd
Merge pull request #98129 from demyanrogozhin/react-native-debugger-fix
react-native-debugger: 0.9.10 -> 0.11.4
2020-09-17 14:49:08 +02:00
Maximilian Bosch
501eaab47a
react-native-debugger: fix eval 2020-09-17 13:39:01 +02:00