Commit Graph

75995 Commits

Author SHA1 Message Date
Jonathan Ringer
e306ee4a56 onnxruntime: 1.0.0 -> 1.1.0 2020-01-14 01:50:51 -08:00
Frederik Rietdijk
05962c4ad5 Merge master into staging-next 2020-01-14 10:20:32 +01:00
Kaz Wesley
69aa28a195 ocamlPackages.lens: init at 1.2.3 (#77656) 2020-01-14 09:41:59 +01:00
Benjamin Hipple
fd7ae52d53 blitz: remove package
This is very out of date, is pinned to an old version of boost, and the last
update was 2.5 years ago marking it as broken. Since no one has fixed it or
upgraded to the least version, it seems a strong indication it's no longer
used/wanted/maintained and should be removed.
2020-01-14 00:40:13 -05:00
Peter Hoeg
41d333e024
Merge pull request #60981 from thefloweringash/usb-modeswitch
usb_modeswitch: fixes
2020-01-14 10:48:45 +08:00
Aiken Cairncross
74a3ff502f pythonPackages.onnx: init at version 1.6.0 2020-01-13 15:41:54 -08:00
Maxim Schuwalow
1979ac619f stups-pierone: init at 1.1.45 2020-01-13 10:41:46 -08:00
Florian
c2997409d3 python-miio: init at 0.4.8
Homeassitant uses this package to control Xiaomi Roborock vacuum
cleaners.
2020-01-13 10:34:46 -08:00
wucke13
57d0c8106c python3Packages.solo-python: 0.0.18 -> 0.0.21
+ fixes 74835
2020-01-13 10:14:01 -08:00
Alyssa Ross
d18403953f python3.pkgs.publicsuffix: patchPhase -> postPatch 2020-01-13 10:12:10 -08:00
Alyssa Ross
2ddd038e52 python3.pkgs.publicsuffix: fix build
This patch has not been necessary since
5425867bfa, and has in fact broken the
build since then.
2020-01-13 10:12:10 -08:00
adisbladis
386dbd5aea
poetry2nix: 1.2.1 -> 1.3.0 2020-01-13 15:46:46 +00:00
Shea Levy
244c89d537
Merge pull request #77379 from ktrsoft/master
python3Packages.avro-python3: init at 1.8.2
2020-01-13 10:35:34 -05:00
Frederik Rietdijk
ed1b0d0bac Merge master into staging-next 2020-01-13 16:08:59 +01:00
Jörg Thalheim
0129b95b13
Merge pull request #77608 from phi-gamma/olm-remove-typing
python3Packages.python-olm: remove dependency on the typing package
2020-01-13 13:41:46 +00:00
Philipp Gesang
0169b72b65
python3Packages.python-olm: remove dependency on the typing package
Typing has been upstreamed into CPython and will cause errors
if loaded with a 3.7 interpreter. Cf.
https://github.com/python/typing/issues/573

Under Python3 libolm works without typing as tested via
weechat-matrix.

typing is still pulled in when installed for Python2.
2020-01-13 14:22:45 +01:00
Jörg Thalheim
bf91434c13
Merge pull request #77595 from veprbl/pr/rivet_patch_url_fix
rivet: fix patch url
2020-01-13 10:32:59 +00:00
Antonio Nuno Monteiro
10c8978b6b ocamlPackages.uchar: don't depend on opaline at runtime 2020-01-13 11:22:40 +01:00
Jörg Thalheim
7aa6616d00
perl: fix configure phase for Aarch32 (#76922)
In "perl: fuse configureFlags" [1] the effects of the preConfigure
phase were merged into configureFlags. After this change values with
spaces do not reach the configure script intact.

The only flag this affects is `ldflags` for Aarch32 and Mips, and perl
builds without it on armv7l-linux so it's probably no longer required
on any platform.

Fixes:

    configuring
    configure flags: -de -Dcc=cc <...> -Dldflags=\"-lm -lrt\"
    ./Configure: eval: line 1677: unexpected EOF while looking for matching `"'
    ./Configure: eval: line 1678: syntax error: unexpected end of file
    Configure: unknown option -lrt"

[1] 3b50d0462a
2020-01-13 10:06:45 +00:00
Jörg Thalheim
2c962821f2
Merge pull request #77568 from bhipple/fix/cpp-netlib-openssl
cpp-netlib: remove insecure openssl dependency and unnecessary asio
2020-01-13 10:03:12 +00:00
Peter Simons
74e5314b29 ghc: update 8.10.1 pre-release from alpha2 to rc1 2020-01-13 10:28:51 +01:00
Kaz Wesley
c4036d5c35 ocamlPackages.ocaml_sqlite3: 2.0.9 -> 5.0.1 (#77295) 2020-01-13 09:49:03 +01:00
Daniël de Kok
7269a92820 python3Packages.srsly: 0.2.0 -> 1.0.1
srsly 2.0.0 is also released. But since spaCy/textacy are the only
dependencies and spaCy requires < 1.1.0, it probably makes more sense
to bump this to 1.0.1 for the time being.

And additional argument in favor of 1.0.1 is that 2.0.0 drops support
for Python 3.5.
2020-01-13 00:36:56 -08:00
Dmitry Kalinkin
592e750e2e
rivet: fix patch url
The old url is now broken. The new patch uses the new git repository.
2020-01-13 01:01:17 -05:00
Will Dietz
7d52215f14
olm: build w/cmake, simplify expression (somewhat optimistically) 2020-01-12 21:26:48 -06:00
Erik Arvstedt
28e98fdfbc python.pkgs.django_extensions: fix build 2020-01-13 02:01:23 +00:00
Will Dietz
598232b443
Merge pull request #77589 from dtzWill/update/boomerang-0.5.2
boomerang: 0.5.1 -> 0.5.2
2020-01-12 19:50:04 -06:00
Will Dietz
c954c851b3
boomerang: 0.5.1 -> 0.5.2
https://github.com/BoomerangDecompiler/boomerang/releases/tag/v0.5.2
2020-01-12 19:32:36 -06:00
Niklas Hambüchen
de1e61f34d
Merge pull request #77104 from r-ryantm/auto-update/htslib
htslib: 1.9 -> 1.10.2
2020-01-13 01:51:32 +01:00
Franz Pletz
5f01d21fbb
Merge pull request #77582 from andir/fix-libvirtd
libvirtd: fix path to ebtables
2020-01-13 00:29:42 +00:00
Niklas Hambüchen
30ea02a6ad
Merge pull request #77072 from r-ryantm/auto-update/glfw
glfw: 3.3 -> 3.3.1
2020-01-13 00:24:01 +01:00
Andreas Rammhold
22388a56c2
libvirtd: fix path to ebtables
With the bump of iptables (#75026) ebtables was renamed from `ebtables`
to `ebtables-legacy`. libvirtd requires this binary to be availabe to
configure the host networking.

fixes #75878
2020-01-12 23:28:15 +01:00
Nikolay Korotkiy
9e9a1050e5 python3Packages.gpxpy: init at 1.3.5 2020-01-12 14:18:24 -08:00
tobim
2ac7d8f887 glog: fix on darwin, provide gflags (#77451) 2020-01-12 16:53:27 -05:00
markuskowa
39096c5871
Merge pull request #76229 from r-ryantm/auto-update/cln
cln: 1.3.5 -> 1.3.6
2020-01-12 20:51:37 +01:00
Antonio Nuno Monteiro
cf80bce0cc bs-platform: add myself to maintainers 2020-01-12 09:52:41 -08:00
Benjamin Hipple
3a22c75809 cpp-netlib: remove insecure openssl dependency and unnecessary asio
Upstream openssl has dropped support for 1.0.2; see #77503 for details. This
also cleans up the old `asio` dependency, which now comes from `boost`, and
documents why the test driver fails.
2020-01-12 11:59:07 -05:00
Aaron Andersen
cac169ed9e
Merge pull request #76635 from McSinyx/alure2
alure2: init at unstable-2020-01-09
2020-01-12 10:11:56 -05:00
markuskowa
a23a985594
Merge pull request #77128 from r-ryantm/auto-update/libdeflate
libdeflate: 1.3 -> 1.5
2020-01-12 14:11:27 +01:00
markuskowa
fee468fcab
Merge pull request #77134 from r-ryantm/auto-update/leptonica
leptonica: 1.78.0 -> 1.79.0
2020-01-12 14:10:11 +01:00
jD91mZM2
09f0bc828e rnix-lsp: init at 0.1.0 (#77549) 2020-01-12 10:41:20 +00:00
Frederik Rietdijk
960f062825 Merge master into staging-next 2020-01-12 09:47:19 +01:00
Niklas Hambüchen
353ea7f3eb
Merge pull request #77105 from r-ryantm/auto-update/kdbg
kdbg: 3.0.0 -> 3.0.1
2020-01-12 05:22:45 +01:00
Niklas Hambüchen
852bd1b2f2 kdbg: Add QT pluging path wrapper.
Fixes error

    qt.qpa.plugin: Could not find the Qt platform plugin "xcb" in ""
    This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.

See #24256.
2020-01-12 05:20:39 +01:00
Nguyễn Gia Phong
86c0e79add alure2: init at unstable-2020-01-09 2020-01-12 10:53:06 +07:00
Niklas Hambüchen
fda97757a0
Merge pull request #77141 from r-ryantm/auto-update/libre
libre: 0.6.0 -> 0.6.1
2020-01-12 04:32:52 +01:00
adisbladis
100012e55b
Merge pull request #77538 from adisbladis/poetry2nix-1_2_1
poetry2nix: 1.2.0 -> 1.2.1
2020-01-12 00:04:23 +00:00
adisbladis
1282b60452
poetry2nix: 1.2.0 -> 1.2.1 2020-01-11 23:37:05 +00:00
Benjamin Hipple
eed30dfa5c pythonPackages.measurement: now python3 only
Upstream has dropped python2 support and updated their build dependencies as of
the 3.0 version; see here for changelog:
https://github.com/coddingtonbear/python-measurement/releases

Co-Authored-By: Jon <jonringer@users.noreply.github.com>
2020-01-11 14:10:18 -08:00
Jonathan Ringer
27582b6035 python3Packages.discordpy: 1.2.4 -> 1.2.5, enable, add import checks 2020-01-11 12:48:39 -08:00
Olli Helenius
2a7e228c0c pythonPackages.hcloud: 1.6.2 -> 1.6.3 2020-01-11 12:39:07 -08:00
Timma
a2a0927269 maintainers: add ktrsoft 2020-01-11 23:13:32 +05:30
Timma
4d95c5fc53 python3Packages.avro-python3: init at 1.8.2 2020-01-11 23:13:00 +05:30
Aaron Andersen
526aec7ba7
Merge pull request #75841 from lilyball/cocoapods-beta
cocoapods-beta: 1.9.0.beta.1 -> 1.9.0.beta.2
2020-01-11 09:24:56 -05:00
Maximilian Bosch
8343af8593
python3Packages.mautrix: 0.4.0 -> 0.4.1
https://pypi.org/project/mautrix/0.4.1/
2020-01-11 15:00:36 +01:00
Jörg Thalheim
cb7c51a275
ldc: fix build and skip impure test (#77376)
ldc: fix build and skip impure test
2020-01-11 12:48:10 +00:00
Mario Rodas
1dddd0d03b
Merge pull request #75278 from r-ryantm/auto-update/minizinc-ide
minizincide: 2.3.1 -> 2.3.2
2020-01-11 05:32:41 -05:00
Mario Rodas
e5fc17c76a
Merge pull request #76286 from r-ryantm/auto-update/intel-graphics-compiler
intel-graphics-compiler: 1.0.2878 -> 1.0.3041
2020-01-11 05:28:55 -05:00
Mario Rodas
a62f02f2a7
Merge pull request #76319 from r-ryantm/auto-update/libsolv
libsolv: 0.7.9 -> 0.7.10
2020-01-11 05:25:18 -05:00
Mario Rodas
b19f27a785
Merge pull request #76328 from r-ryantm/auto-update/mill
mill: 0.5.3 -> 0.5.6
2020-01-11 05:20:24 -05:00
Mario Rodas
ce4e9a3327
Merge pull request #76320 from r-ryantm/auto-update/libxl
libxl: 3.8.7 -> 3.8.8
2020-01-11 05:20:08 -05:00
Mario Rodas
79a9c9dd7a
Merge pull request #77159 from r-ryantm/auto-update/microsoft_gsl
microsoft_gsl: 2.0.0 -> 2.1.0
2020-01-11 05:07:09 -05:00
Vladimír Čunát
e4c89a66fe
openssl_1_0_2: 1.0.2t -> 1.0.2u (low-severity security)
Fixes #77266: CVE-2019-1551
https://www.openssl.org/news/secadv/20191206.txt

(cherry picked from commit 961d0cf9f5)
Oops - I realized too late that the rebuild amount is minimal,
so why not have it immediately in master.
2020-01-11 10:25:38 +01:00
Mario Rodas
2170b1eac5
libdeflate: enable on darwin 2020-01-11 04:20:00 -05:00
Frederik Rietdijk
1a654573b0 Merge master into staging-next 2020-01-11 09:32:41 +01:00
Frederik Rietdijk
e4a75b0f32 Revert "python3Packages.hypothesis: 4.41.0 -> 4.56.1"
This updated only the version, not the hash.

https://github.com/NixOS/nixpkgs/pull/77372

This reverts commit 046c4020a5.
2020-01-11 09:20:25 +01:00
lewo
99470a3cb5
Merge pull request #77081 from rawkode/feature/add-run
run: init at 0.7.0
2020-01-11 09:19:09 +01:00
Jonathan Ringer
5961f211f3 python.pkgs wide: fix problematic urls 2020-01-10 21:02:12 -08:00
adisbladis
4f2de85ac1
Merge pull request #77429 from zowoq/go
go: 1.13.5 -> 1.13.6, go_1_12: 1.12.10 -> 1.12.15
2020-01-11 02:29:40 +00:00
Mario Rodas
ca2247badb
Merge pull request #77321 from filalex77/rq-1.0.2
rq: 0.10.4 -> 1.0.2
2020-01-10 20:40:12 -05:00
Mario Rodas
89e2c905b7
Merge pull request #74397 from r-ryantm/auto-update/joker
joker: 0.12.9 -> 0.14.0
2020-01-10 20:08:20 -05:00
R. RyanTM
174190dae1
joker: 0.12.9 -> 0.14.0 2020-01-10 19:39:34 -05:00
Mario Rodas
aa561c6fb4
Merge pull request #77404 from ericdallo/update-clojure-lsp
clojure-lsp: 20200106T233511 -> 20200109T185134
2020-01-10 19:30:13 -05:00
Mario Rodas
e33caeb862
Merge pull request #77406 from marsam/update-nodejs-10_x
nodejs-10_x: 10.18.0 -> 10.18.1
2020-01-10 19:27:52 -05:00
zowoq
3e30f5610f go_1_12: 1.12.10 -> 1.12.15 2020-01-11 09:17:50 +10:00
zowoq
116b5c5d56 go: 1.13.5 -> 1.13.6 2020-01-11 09:17:50 +10:00
Dmitry Kalinkin
b74c26a17f
Merge pull request #77467 from veprbl/pr/thrift_darwin_fix
thrift: fix checkPhase on darwin
2020-01-10 16:14:11 -05:00
Maximilian Bosch
41e06190bb
rustracer: 2.1.28 -> 2.1.29
https://crates.io/crates/racer/2.1.29

The package is now pinned to the git rev that is published as 2.1.29 on
crates.io (there's no 2.1.29 tag on GitHub unfortunately).
2020-01-10 21:45:33 +01:00
Dmitry Kalinkin
ef1a86592b
thrift: fix checkPhase on darwin 2020-01-10 15:41:35 -05:00
Peter Simons
29e871b2d0 haskell-krank: jailbreak to fix the build 2020-01-10 21:02:44 +01:00
Peter Simons
0685be711e git-annex: update sha256 hash for version 7.20191230 2020-01-10 20:56:20 +01:00
Peter Simons
4ef37f4210 haskell-hoogle: drop obsolete jailbreak
The latest version of hoogle accepts haskell-src-exts-1.23.x.
2020-01-10 20:56:20 +01:00
Peter Simons
7b8cdfabcd haskell-pandoc: update ghc-8.8.x override for the latest version 2020-01-10 20:56:20 +01:00
Peter Simons
1886028a3c haskell-tls: update ghc-8.8.x override for the latest version 2020-01-10 20:56:20 +01:00
Peter Simons
2c1f974db5 hackage2nix.yaml: update the comment that documents 'default-package-overrides' 2020-01-10 20:56:20 +01:00
(cdep)illabout
d11d55fd62 haskell: add comment to default-package-overrides in configuration-hackage2nix.yaml. 2020-01-10 20:56:20 +01:00
Merlin Göttlinger
900a378245 haskell: add quickjump option to the haskell mkDerivation
When visiting local documentation via hoogle, currently for most packages the
quickjump index is missing so you only get a sad error when pressing "s" to
search in the current documentation.

The quickjump option is only supported by the haddock utility that's shipped
with ghc 8.6.x or later.

Closes https://github.com/NixOS/nixpkgs/pull/75942.
2020-01-10 20:56:20 +01:00
Peter Simons
d8cf98b9c8 haskell-src-exts: update overrides for the new 1.23.0 version 2020-01-10 20:56:20 +01:00
Brian Hicks
dfa9d013e7 postgresql-typed: disable test suite
the test suite requires a running PostgreSQL instance to complete
successfully, so we'll just skip that.
2020-01-10 20:56:20 +01:00
Peter Simons
2514bddbf7 ghc-8.10.x: exceptions is now a core library that comes with the compiler 2020-01-10 20:56:19 +01:00
Peter Simons
2447c661d9 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.15.0-14-gb942b6a from Hackage revision
e75b27b8d5.
2020-01-10 20:56:08 +01:00
Marek Fajkus
efa816ab60 haskellPackages.hakyll-sass: unmark broken 2020-01-10 20:56:07 +01:00
Aditya Manthramurthy
cf2df51313 haskellPackages.webby: mark unbroken
Builds fine now.
2020-01-10 20:56:07 +01:00
Peter Simons
dbe97c772e hackage2nix: update list of broken builds 2020-01-10 20:56:07 +01:00
Peter Simons
323fe92057 LTS Haskell 14.20 2020-01-10 20:56:07 +01:00
Peter Simons
d1bd0fbfcc
Merge pull request #77442 from NixOS/revert-76842-add-doc-to-ghc-wrapper
Revert patch: add "doc" to ghc wrapper
2020-01-10 20:25:28 +01:00
Victor multun Collod
4a739220a2 pythonPackages.junit-xml: init at 1.8 2020-01-10 10:11:30 -08:00
R. RyanTM
177894ce59 python27Packages.catalogue: 0.0.8 -> 0.2.0 2020-01-10 10:11:07 -08:00
Maxim Schuwalow
5c2fbc8d27 stups-fullstop: init at 1.1.31 2020-01-10 09:53:47 -08:00
Frederik Rietdijk
348eaa280b Merge master into staging-next 2020-01-10 18:32:07 +01:00
adisbladis
c940155c61
poetry: 1.0.1 -> 1.0.2 2020-01-10 16:02:05 +00:00
Marek Mahut
de26ac107f
Merge pull request #77413 from marsam/update-reviewdog
reviewdog: 0.9.14 -> 0.9.15
2020-01-10 16:31:50 +01:00
Andrew Childs
ffd68f21e8 go_1_12, go_1_13: skip TestExtraFiles on 32-bit arm (#76944)
The test is known to be flaky in some environments, and I'm seeing it
consistently in an armv7l-linux vm.
2020-01-10 07:27:30 -08:00
zimbatm
ddc83e68cc
Merge pull request #77149 from alyssais/asciidoctor
Reduce AsciiDoctor closure size
2020-01-10 14:35:29 +00:00
zimbatm
e639d3e844
Merge pull request #77437 from adisbladis/poetry-1_0_1
poetry: 1.0.0 -> 1.0.1
2020-01-10 14:22:01 +00:00
Peter Simons
4a2aad0d39
Revert "haskell/with-packages-wrapper.nix: install "doc" outputs" 2020-01-10 15:20:08 +01:00
Alexander Foremny
9e808578c4 haskellPackages.ormolu: mark unbroken
Builds fine with 6b5bb4261c6dacbe65d348376c416c75ddafaebd
2020-01-10 14:54:33 +01:00
Alexander Foremny
47ddee700f haskellPackages.ormolu: fix overrides so it builds 2020-01-10 14:54:33 +01:00
adisbladis
e4939690af
poetry: 1.0.0 -> 1.0.1 2020-01-10 13:35:44 +00:00
adisbladis
9dbedf0200
poetry2nix: 1.1.0 -> 1.2.0 2020-01-10 13:35:44 +00:00
Franz Pletz
7fb6e4af36
Merge pull request #77427 from filalex77/lazygit-0.13
lazygit: 0.12.3 -> 0.13
2020-01-10 13:32:53 +00:00
markuskowa
9473c080f5
Merge pull request #77305 from juliendehos/gede
gede: 2.14.1 -> 2.15.1
2020-01-10 13:23:49 +01:00
Maximilian Bosch
384d963920
cargo-make: 0.25.1 -> 0.26.0
https://github.com/sagiegurari/cargo-make/releases/tag/0.26.0
2020-01-10 12:56:48 +01:00
Mario Rodas
7994673d56 dune_2: 2.1.1 -> 2.1.2
Changelog: https://github.com/ocaml/dune/releases/tag/2.1.2
2020-01-10 12:54:15 +01:00
Julien Dehos
5aac98852e gede: 2.14.1 -> 2.15.1 2020-01-10 12:08:15 +01:00
Oleksii Filonenko
0a7ef3ca27
lazygit: 0.12.3 -> 0.13 2020-01-10 12:34:37 +02:00
Florian Klink
f29e259efe
Merge pull request #77417 from petabyteboy/feature/gradle-cleanup
remove old gradle versions
2020-01-10 11:27:47 +01:00
Frederik Rietdijk
5ad16cb27f Merge master into staging-next 2020-01-10 10:34:04 +01:00
Ben Darwin
ee7d45c638 pythonPackages.hydra: init at 1.4.1 2020-01-09 22:54:16 -08:00
Ben Darwin
60c03fb380 pythonPackages.omegaconf: init at 1.4.1 2020-01-09 22:54:16 -08:00
Ryan Mulligan
55adc491f0
Merge pull request #77180 from anmonteiro/anmonteiro/libev-static
libev: Add statically linked `libev` to `pkgsStatic`
2020-01-09 21:28:29 -08:00
Milan Pässler
8337bb607c gradle: remove old versions 2020-01-10 04:21:18 +01:00
Jonathan Reeve
e4134747f5 pythonPackages.colormath: init at 3.0.0 2020-01-09 15:57:05 -08:00
Mario Rodas
df77461392
nodejs-10_x: 10.18.0 -> 10.18.1
Changelog: https://github.com/nodejs/node/releases/tag/v10.18.1
2020-01-09 18:00:00 -05:00
Taran Lynn
441a181498 SDL2_mixer: add opusfile dependency for opus support (#68767) 2020-01-09 17:28:34 -05:00
Eric Dallo
42a23966ed clojure-lsp: 20200106T233511 -> 20200109T185134 2020-01-09 19:23:28 -03:00
Kevin Amado
2b7f4eddde pythonPackages.pylint-plugin-utils: init at 0.6 2020-01-09 13:07:17 -08:00
markuskowa
f603e61097
Merge pull request #77117 from r-ryantm/auto-update/intel-media-sdk
intel-media-sdk: 19.3.1 -> 19.4.0
2020-01-09 21:42:45 +01:00
Jonathan Ringer
1e6bb7ee0b python2Packages.ihatemoney: fix python2 test deps 2020-01-09 12:28:38 -08:00
Scriptkiddi
cef835d40e pythonPackages.m3u8: init at 0.5.2 2020-01-09 12:11:49 -08:00
Jonathan Ringer
0726ab30f6 python3Packages.pandas: fix tests
The default ordering behavior has changed with pd.NAT
2020-01-09 11:28:31 -08:00
R. RyanTM
a7c473ca0d python27Packages.azure-mgmt-iotcentral: 1.0.0 -> 2.0.0
(cherry picked from commit 2b0e90c7186bdfcf952615a9ebebef6cc2c66378)
2020-01-09 10:09:02 -08:00
Alyssa Ross
1ac11cc1c1
defaultGemConfig: remove asciidoctor-diagram JARs
(Except on JRuby, where these are presumably important.)
2020-01-09 15:55:02 +00:00
Alyssa Ross
fbe4716bd5
defaultGemConfig: reduce mathematical closure size
ext/ isn't needed once the extensions have been built, contains
references to a bunch of huge dependencies, and contains megabytes of
tests.
2020-01-09 15:55:00 +00:00
Alyssa Ross
163618988f
ruby: remove references to CC by default
This makes RbConfig["CC"] return an invalid path, but I hope nothing
is depending on that anyway...
2020-01-09 15:54:59 +00:00
Alyssa Ross
ec8293fbfe
buildRubyGem: remove more bloat files 2020-01-09 15:54:57 +00:00
Alyssa Ross
11970ee1d6
buildRubyGem: strip by default
I'm not sure why this was disabled, but it looks like a pretty
harmless way to bring down closure size and remove references to
compilers and stuff.
2020-01-09 15:54:56 +00:00
Andrew Childs
4b102f0f07 ldc: fix build and skip impure test
Fixes #76973

This moves the path configuration to a separate derivation and skips
an impure test that depends on the current year.
2020-01-09 23:25:03 +09:00
R. RyanTM
5934692d6a cimg: 2.7.5 -> 2.8.0 (#76230) 2020-01-09 14:43:26 +01:00
markuskowa
1df336d5d8
Merge pull request #77214 from r-ryantm/auto-update/python2.7-geoip2
python27Packages.geoip2: 2.9.0 -> 3.0.0
2020-01-09 12:34:44 +01:00
Robert Helgesson
1b2ec551f9
lombok: 1.18.8 -> 1.18.10 2020-01-09 12:16:06 +01:00
Mario Rodas
2724879621
Merge pull request #76245 from r-ryantm/auto-update/fasm
fasm: 1.73.18 -> 1.73.21
2020-01-09 05:54:34 -05:00
Mario Rodas
3cee9d902b
Merge pull request #76312 from r-ryantm/auto-update/micronaut
micronaut: 1.2.6 -> 1.2.8
2020-01-09 05:46:45 -05:00
Mario Rodas
5ab4676d88
Merge pull request #77194 from r-ryantm/auto-update/primesieve
primesieve: 7.4 -> 7.5
2020-01-09 05:02:21 -05:00
Mario Rodas
2ecfc839f4
Merge pull request #77195 from r-ryantm/auto-update/python2.7-jenkins-job-builder
python27Packages.jenkins-job-builder: 3.1.0 -> 3.2.0
2020-01-09 05:00:02 -05:00
Mario Rodas
2b2509a19a
Merge pull request #77330 from tbenst/cereal
cereal: 1.2.2 -> 1.3.0
2020-01-09 04:56:16 -05:00
Jaka Hudoklin
139daee494
Merge pull request #77073 from plumelo/auto-update/elasticsearch
elk stack: 7.3.1 -> 7.5.1
2020-01-09 09:48:24 +00:00
Mario Rodas
7fe737dece
Merge pull request #77353 from anmonteiro/patch-3
ocamlPackages.ppxfind: dontStrip for all versions
2020-01-09 04:40:38 -05:00
Antonio Nuno Monteiro
b8c0e8b6b7
ocamlPackages.ppxfind: dontStrip for all versions 2020-01-08 22:51:55 -05:00
Léo Gaspard
8fcf9926fa
Merge pull request #68973 from symphorien/ihatemoney
ihatemoney: init at 4.1 plus module and test
2020-01-09 04:12:54 +01:00
Peter Hoeg
0cffec3a7c
Merge pull request #70258 from juaningan/restrictedpython
home-assistant: add support for python_script component
2020-01-09 10:50:17 +08:00
Léo Gaspard
b31660e5bb
Merge branch 'master' into ihatemoney 2020-01-09 03:49:03 +01:00
Peter Hoeg
2e05653e7f
Merge pull request #66699 from tckmn/master
pry: init at 0.12.2
2020-01-09 10:42:26 +08:00
Kajetan Champlewski
d84fb6400c python3Packages.coordinates: init at 0.4.0 2020-01-08 18:10:50 -08:00
Ben Darwin
b4615c3b6a python3Packages.pycm: init at 2.5 2020-01-08 16:19:47 -08:00
Kevin Amado
f467c3e13a pythonPackages.dodgy: init at 0.2.1 2020-01-08 16:09:59 -08:00
Vladimír Čunát
5c780036c5
Merge branch 'master' into staging-next
The nss rebuild isn't so small.
2020-01-08 22:48:13 +01:00
Gürkan Gür
0def56c8ee pythonPackages.pysnooper: init at 0.3.0 2020-01-08 11:46:48 -08:00
Gürkan Gür
08f1be27b5 pythonPackages.python-toolbox: init at 0.9.4 2020-01-08 11:46:48 -08:00
Franz Pletz
d01cc96e0a
Merge pull request #77331 from andir/firefox72
firefox: 71.0 -> 72.0 (and other firefox packages as well)
2020-01-08 19:39:50 +00:00
Franz Pletz
6c4b128985
Merge pull request #77322 from filalex77/lazygit-0.12.3
lazygit: 0.11.3 -> 0.12.3
2020-01-08 19:03:22 +00:00
Tyler Benster
f07fb2f91d cereal: 1.2.2 -> 1.3.0 2020-01-08 10:42:48 -08:00
worldofpeace
f4654713a3
Merge pull request #77325 from worldofpeace/tpm2-tss-fixbuild
tpm2-tss: fix build
2020-01-08 11:30:28 -05:00
worldofpeace
5b0c0bbc08 tpm2-tss: fix build
Channel blocker https://hydra.nixos.org/build/109901320
2020-01-08 10:38:28 -05:00
Antonio Nuno Monteiro
ccce14ed53 ocamlPackages.lwt_ppx: use independent source from lwt 2020-01-08 15:53:53 +01:00
Oleksii Filonenko
03b6800bd0
rq: add filalex77 to maintainers 2020-01-08 16:37:27 +02:00
Oleksii Filonenko
9a5b23119c
rq: 0.10.4 -> 1.0.2 2020-01-08 16:37:27 +02:00
Ryan Mulligan
1eb5d0c091
Merge pull request #77197 from r-ryantm/auto-update/python3.7-pikepdf
python37Packages.pikepdf: 1.8.1 -> 1.8.2
2020-01-08 06:14:25 -08:00
Oleksii Filonenko
82364512fd
lazygit: add filalex77 to maintainers 2020-01-08 16:11:29 +02:00
Oleksii Filonenko
86946704e6
lazygit: 0.11.3 -> 0.12.3 2020-01-08 16:10:19 +02:00
adisbladis
2d6f1ff4dd
python: Add support for installing Python eggs 2020-01-08 13:59:04 +00:00
Andreas Rammhold
6da3b5e8b7 nss: 3.47.1 -> 3.48.1 2020-01-08 14:48:30 +01:00
Mario Rodas
86e82f9d9f
Merge pull request #76856 from anmonteiro/patch-2
ocaml rresult: Add the `result` compatibility package as a build input
2020-01-08 06:18:03 -05:00
Mario Rodas
223c8b6e32
Merge pull request #77302 from marsam/update-heroku
heroku: 7.33.1 -> 7.35.1
2020-01-08 06:12:45 -05:00
Mario Rodas
dd80b19cb6
Merge pull request #76835 from jerith666/flyway-jardirs
flyway: fix jarDirs option
2020-01-08 06:04:45 -05:00
Mario Rodas
d1dbdf0bf4
Merge pull request #77192 from r-ryantm/auto-update/python2.7-awkward
python27Packages.awkward: 0.12.18 -> 0.12.19
2020-01-08 05:56:06 -05:00
Mario Rodas
a71cec94a1
Merge pull request #77223 from r-ryantm/auto-update/python2.7-croniter
python27Packages.croniter: 0.3.30 -> 0.3.31
2020-01-08 05:55:06 -05:00
Mario Rodas
007761d3cd
Merge pull request #77138 from r-ryantm/auto-update/log4cplus
log4cplus: 2.0.4 -> 2.0.5
2020-01-08 05:45:05 -05:00
Mario Rodas
eaa35a2518
Merge pull request #77154 from ericdallo/update-clojure-lsp
clojure-lsp: 20191223T204324 -> 20200106T233511
2020-01-08 05:32:00 -05:00
Mario Rodas
131e53fc5b
Merge pull request #77065 from phile314/schemaspy-6.1.0
schemaspy: 6.0.0-rc2 -> 6.1.0
2020-01-08 05:27:59 -05:00
Mario Rodas
ded88c2c29
Merge pull request #77021 from r-ryantm/auto-update/catch2
catch2: 2.11.0 -> 2.11.1
2020-01-08 05:08:40 -05:00
Michael Raskin
a280d83949
Merge pull request #77181 from r-ryantm/auto-update/picoLisp
picolisp: 19.6 -> 19.12
2020-01-08 10:01:23 +00:00
Mario Rodas
7da52a2bfd
Merge pull request #77062 from r-ryantm/auto-update/global
global: 6.6.3 -> 6.6.4
2020-01-08 04:59:45 -05:00
Mario Rodas
4a39b687f7
Merge pull request #77291 from marsam/update-nodejs
nodejs: 12.14.0 -> 12.14.1, 13.5.0 -> 13.6.0
2020-01-08 04:56:19 -05:00
Mario Rodas
3228b9dbdc
reviewdog: 0.9.14 -> 0.9.15 2020-01-08 04:20:00 -05:00
Mario Rodas
fc39411951
heroku: 7.33.1 -> 7.35.1 2020-01-08 04:20:00 -05:00
Ben Darwin
81179a4d56 pythonPackages.crc32c: init at 2.0 2020-01-07 20:55:18 -08:00
Jonathan Ringer
acddd86254 python3Packages.aws-adfs: add missing requests-kerberos dependency 2020-01-07 19:05:41 -08:00
Mario Rodas
9e323fbc2a
Merge pull request #77199 from marsam/update-dune
dune_2: 2.1.0 -> 2.1.1
2020-01-07 21:41:00 -05:00
Mario Rodas
fa19a11092
Merge pull request #77227 from r-ryantm/auto-update/python3.7-xdis
python37Packages.xdis: 4.2.1 -> 4.2.2
2020-01-07 21:39:58 -05:00
Mario Rodas
4d77c4a770
Merge pull request #74989 from bcdarwin/plplot
plplot: init at 5.15.0
2020-01-07 21:15:06 -05:00
Mario Rodas
a6f8ad6283
Merge pull request #76953 from marsam/python-pyramid-cleanup-dependencies
pythonPackages.pyramid: cleanup dependencies
2020-01-07 21:13:22 -05:00
Mario Rodas
7cd39f9fd4
python37Packages.uncompyle6: 3.6.1 -> 3.6.2 2020-01-07 21:12:28 -05:00
Mario Rodas
3ecc232829
python37Packages.xdis: unbreak 2020-01-07 21:05:10 -05:00
worldofpeace
8deec25450
Merge pull request #77286 from lilyball/jazzy
jazzy: 0.13.0 -> 0.13.1
2020-01-07 19:31:54 -05:00
worldofpeace
ca4dd035fb
Merge pull request #77276 from edef1c/git-series-nll
git-series: update the `url` crate for compiler compatibility
2020-01-07 18:56:14 -05:00
Mario Rodas
63cb827672
nodejs-13_x: 13.5.0 -> 13.6.0
Changelog: https://github.com/nodejs/node/releases/tag/v13.6.0
2020-01-07 18:01:00 -05:00
Mario Rodas
23f2ebf4cc
nodejs-12_x: 12.14.0 -> 12.14.1
Changelog: https://github.com/nodejs/node/releases/tag/v12.14.1
2020-01-07 18:00:00 -05:00
Jonathan Ringer
f374bf6c19 python3Packages.s3fs: add missing fsspec dependency 2020-01-07 14:32:35 -08:00
Lily Ballard
221594af6b jazzy: 0.13.0 -> 0.13.1 2020-01-07 14:02:00 -08:00
edef
936c4fd68a git-series: update the url crate for compiler compatibility
Link: 05262a9e67
2020-01-07 21:03:32 +00:00
Maximilian Bosch
82875a20ba
wasm-bindgen-cli: 0.2.57 -> 0.2.58
https://github.com/rustwasm/wasm-bindgen/releases/tag/0.2.58
2020-01-07 21:45:09 +01:00
Matthew Bauer
4612d9cd57
Merge pull request #77243 from nomeata/joachim/wasmtime
wasmtime: 20191111 -> v0.8.0
2020-01-07 14:27:16 -05:00
markuskowa
f8193b165f
Merge pull request #76924 from Emantor/pkg/python-xmodem
pythonPackages.xmodem: init at 0.4.5
2020-01-07 20:10:06 +01:00
Frederik Rietdijk
a823616723 Merge master into staging-next 2020-01-07 20:06:22 +01:00
R. RyanTM
97a47de1ba python27Packages.asn1crypto: 1.2.0 -> 1.3.0 2020-01-07 10:15:32 -08:00
R. RyanTM
6613ba9653 python27Packages.connexion: 2.3.0 -> 2.4.0 2020-01-07 09:55:37 -08:00
R. RyanTM
d3a004ee82 python27Packages.python-jenkins: 1.5.0 -> 1.6.0 2020-01-07 09:54:46 -08:00
Jonathan Ringer
6efd5593d0 python3Packages.pyspf: 2.0.14pre -> 2.0.14 2020-01-07 09:53:43 -08:00
R. RyanTM
f384539a23 python27Packages.jieba: 0.39 -> 0.40 2020-01-07 09:51:55 -08:00
R. RyanTM
e254ba9709 python27Packages.kconfiglib: 13.6.0 -> 13.7.0 2020-01-07 09:50:53 -08:00
R. RyanTM
03974eddbd python27Packages.wasabi: 0.4.2 -> 0.6.0 2020-01-07 09:49:44 -08:00
R. RyanTM
d38cf0760e gitAndTools.pre-commit: 1.20.0 -> 1.21.0 2020-01-07 09:47:13 -08:00
R. RyanTM
34bc3394ae python27Packages.PyGithub: 1.44.1 -> 1.45 2020-01-07 09:46:17 -08:00
R. RyanTM
bd7bfcfb54 python27Packages.Nuitka: 0.6.5 -> 0.6.6 2020-01-07 09:44:41 -08:00
R. RyanTM
f67e35ceba python37Packages.tiledb: 0.5.2 -> 0.5.3 2020-01-07 09:43:21 -08:00
R. RyanTM
5e1b5b7551 python27Packages.xcffib: 0.8.1 -> 0.9.0 2020-01-07 09:40:41 -08:00
R. RyanTM
b64895083d python27Packages.yamllint: 1.19.0 -> 1.20.0 2020-01-07 09:38:46 -08:00
R. RyanTM
064c9023f6 python37Packages.telethon: 1.10.9 -> 1.10.10 2020-01-07 09:37:42 -08:00
R. RyanTM
b9e05ffb31 python27Packages.xmlschema: 1.0.17 -> 1.0.18 2020-01-07 09:36:45 -08:00
Joachim Breitner
246ba7bb0d wasmtime: 20191111 -> v0.8.0 2020-01-07 17:36:29 +01:00
Danju Visvanathan
0a6551f48c bazel: 1.2.1 -> 2.0.0 (#76851)
* bazel: 1.2.1 -> 2.0.0

* .
2020-01-07 17:24:54 +01:00
Jörg Thalheim
ef68a333f5
rustup: 1.21.0 -> 1.21.1 (#77240)
rustup: 1.21.0 -> 1.21.1
2020-01-07 16:22:19 +00:00
Matthew Bauer
8316134618
Merge pull request #77218 from Abdillah/patch-1
androidenv.lldb: Fix libssl not found
2020-01-07 11:19:27 -05:00
Marek Mahut
2ff2533199
Merge pull request #77144 from dtzWill/update/pahole-1.16
pahole: 1.15 -> 1.16
2020-01-07 17:02:59 +01:00
Marek Mahut
8a708e4506
Merge pull request #77210 from r-ryantm/auto-update/python3.7-irc
python37Packages.irc: 17.1 -> 18.0.0
2020-01-07 17:01:54 +01:00
R. RyanTM
96ce39f5d2 rustup: 1.21.0 -> 1.21.1 2020-01-07 07:58:48 -08:00
Ryan Mulligan
32c0a300c2
Merge pull request #77093 from r-ryantm/auto-update/gotestsum
gotestsum: 0.3.5 -> 0.4.0
2020-01-07 06:47:12 -08:00
Ryan Mulligan
e8acc3506c
Merge pull request #77211 from r-ryantm/auto-update/python2.7-opentracing
python27Packages.opentracing: 2.2.0 -> 2.3.0
2020-01-07 06:45:28 -08:00
R. RyanTM
8c40b18ea5 python37Packages.xdis: 4.2.1 -> 4.2.2 2020-01-07 05:17:29 -08:00
R. RyanTM
a82b9a83ae python27Packages.croniter: 0.3.30 -> 0.3.31 2020-01-07 04:42:52 -08:00
R. RyanTM
b31a3bf5c8 python27Packages.geoip2: 2.9.0 -> 3.0.0 2020-01-07 03:41:42 -08:00
R. RyanTM
eef6de7a09 python27Packages.opentracing: 2.2.0 -> 2.3.0 2020-01-07 02:56:39 -08:00
R. RyanTM
93c2475017 python37Packages.irc: 17.1 -> 18.0.0 2020-01-07 02:51:02 -08:00
Daniel Schaefer
5992086c28
Merge pull request #77202 from raboof/jitterentropy-reproducible-manpages
jitterentropy: make man pages reproducible
2020-01-07 11:13:23 +01:00
Chris Ostrouchov
41d1ac24ba pythonPackages.JayDeBeApi: refactor formatting and metadata changes 2020-01-07 02:10:48 -08:00
Chris Ostrouchov
3c0d4f2dc3 pythonPackages.JPype1: refactor fix broken build 2020-01-07 02:10:48 -08:00
Jonathan Ringer
367085bc8a python3Packages.numexpr: 2.7.0 -> 2.7.1 2020-01-07 10:50:14 +01:00
Eric Bailey
826df23514 pythonPackages.bugwarrior: depend on jira, remove test deps
- drop support for 2.7, per upstream
- remove half-baked checkInputs, but leave comment
- add yurrriq as maintainer
- add setuptools to propagatedBuildInputs
2020-01-07 01:50:03 -08:00
Milan Pässler
fe2742cee4 python: pyspf: 2.0.13 -> 2.0.14pre1 2020-01-07 01:40:15 -08:00
Arnout Engelen
96167307bd jitterentropy: make man pages reproducible 2020-01-07 10:26:53 +01:00
Mario Rodas
d465a40fb2
dune_2: 2.1.0 -> 2.1.1 2020-01-07 04:20:00 -05:00
R. RyanTM
110ea2f63f python37Packages.pikepdf: 1.8.1 -> 1.8.2 2020-01-07 01:09:29 -08:00
R. RyanTM
55c3ad693d python27Packages.jenkins-job-builder: 3.1.0 -> 3.2.0 2020-01-07 00:48:35 -08:00
R. RyanTM
e28fe589d9 primesieve: 7.4 -> 7.5 2020-01-07 00:22:48 -08:00
R. RyanTM
2a4de1511a python27Packages.awkward: 0.12.18 -> 0.12.19 2020-01-06 23:57:14 -08:00
Hernawan Faïz Abdillah
82a2a9eabf
androidenv.lldb: Fix libssl not found 2020-01-07 14:02:13 +07:00
Rakesh Gupta
f412725449 pythonPackages.imgaug: 0.3.0-patch 2020-01-06 22:51:05 -08:00
R. RyanTM
1edb9dc658 picolisp: 19.6 -> 19.12 2020-01-06 22:25:42 -08:00
Antonio Nuno Monteiro
66f12cac09 libev: Add statically linked libev to pkgsStatic 2020-01-06 22:16:11 -08:00
Matthew Bauer
ddcaa0cd2f
Merge pull request #76842 from matthewbauer/add-doc-to-ghc-wrapper
haskell/with-packages-wrapper.nix: install "doc" outputs
2020-01-07 00:23:15 -05:00
Daniel Schaefer
370355449f
orcania: 2.0.1 -> 2.1.0 (#77168)
orcania: 2.0.1 -> 2.1.0
2020-01-07 06:12:15 +01:00
Mario Rodas
c2d2e4ff42
Merge pull request #77135 from r-ryantm/auto-update/libimagequant
libimagequant: 2.12.5 -> 2.12.6
2020-01-06 22:57:21 -05:00
Mario Rodas
1e6917a4f2
Merge pull request #77116 from r-ryantm/auto-update/jtc
jtc: 1.74 -> 1.75c
2020-01-06 22:54:39 -05:00
R. RyanTM
9215b50ec1 orcania: 2.0.1 -> 2.1.0 2020-01-06 19:43:40 -08:00
R. RyanTM
69b3802517 microsoft_gsl: 2.0.0 -> 2.1.0 2020-01-06 17:18:15 -08:00
Eric Dallo
d474fc60aa clojure-lsp: 20191223T204324 -> 20200106T233511 2020-01-06 20:58:12 -03:00
R. RyanTM
e8e7fb5c0e libmysofa: 0.9 -> 0.9.1 2020-01-06 15:32:07 -08:00
Matthew Bauer
93aabab760 haskell/with-packages-wrapper.nix: remove /bin symlink if it exists
The wrapper need a writable directory to work, so remove the symlink
to a read-only one if it occurs.
2020-01-06 18:25:50 -05:00
Will Dietz
82bef497ad
pahole: 1.15 -> 1.16 2020-01-06 17:03:23 -06:00
Ryan Mulligan
cca0c894a1
Merge pull request #77110 from r-ryantm/auto-update/janet
janet: 1.5.1 -> 1.6.0
2020-01-06 14:26:39 -08:00
R. RyanTM
447864e075 libre: 0.6.0 -> 0.6.1 2020-01-06 14:11:11 -08:00
Wael M. Nasreddine
0e4457ce93 pythonPackages.timezonefinder: disable on Python 2 2020-01-06 13:51:00 -08:00
Wael M. Nasreddine
e08c77af7a h3: 3.4.4 -> 3.6.2 2020-01-06 13:51:00 -08:00
Wael M. Nasreddine
ba3aeb1ca1 pythonPackages.h3: init at 3.4.3 2020-01-06 13:51:00 -08:00
Daiderd Jordan
9d9bba120f h3: fix darwin build
Disable linting as it uses clang-tidy, which isn't a cc-wrapper and
won't find our dependencies automatically.
2020-01-06 13:51:00 -08:00
Wael M. Nasreddine
1301359d26 h3: init at 3.4.4 2020-01-06 13:51:00 -08:00
Wael M. Nasreddine
be2b7fde23 pythonPackages.timezonefinder: init at 4.2.0 2020-01-06 13:51:00 -08:00
Wael M. Nasreddine
801b3438eb pythonPackages.snowflake-sqlalchemy: init at 1.1.17 2020-01-06 13:51:00 -08:00
Wael M. Nasreddine
892f2962ff pythonPackages.snowflake-connector-python: init at 2.1.2 2020-01-06 13:51:00 -08:00
Wael M. Nasreddine
83288405df pythonPackages.oscrypto: init at 1.1.1 2020-01-06 13:51:00 -08:00
Wael M. Nasreddine
98e4b05851 pythonPackages.area: init at 1.1.1 2020-01-06 13:51:00 -08:00
R. RyanTM
183dddfcd8 log4cplus: 2.0.4 -> 2.0.5 2020-01-06 13:49:16 -08:00
R. RyanTM
bc8ff94589 libimagequant: 2.12.5 -> 2.12.6 2020-01-06 13:20:41 -08:00
R. RyanTM
aa69b8e65e leptonica: 1.78.0 -> 1.79.0 2020-01-06 13:14:43 -08:00
Matthew Bauer
cc669a18fb
Merge pull request #76669 from xbreak/clang-cmake-fix
clang_9: Correct ClangTargets-release.cmake
2020-01-06 15:42:34 -05:00
Maximilian Bosch
a7e2742b50
wasm-bindgen-cli: 0.2.56 -> 0.2.57
https://github.com/rustwasm/wasm-bindgen/releases/tag/0.2.57
2020-01-06 21:35:09 +01:00
Jonathan Ringer
e8f0c8995d python3Packages.annoy: add missing h5py dependency 2020-01-06 12:34:27 -08:00
R. RyanTM
634d64071b libdeflate: 1.3 -> 1.5 2020-01-06 12:10:04 -08:00
R. RyanTM
6c4774f9a3 intel-media-sdk: 19.3.1 -> 19.4.0 2020-01-06 10:52:08 -08:00
R. RyanTM
701678666e jtc: 1.74 -> 1.75c 2020-01-06 10:38:55 -08:00
Jason Felice
a54461f7a1 graalvm8: use mercurial_4
Commit 88a473fc upgraded mercurial, made it use python3, and removed
support for hg-git, breaking graalvm8.  Since hg-git does not
officially support python3 or the new version of mercurial, this
patch uses mercurial_4.

Closes #76527.
2020-01-06 19:23:24 +01:00
R. RyanTM
7e9851475a janet: 1.5.1 -> 1.6.0 2020-01-06 09:50:36 -08:00
R. RyanTM
df40eb84a9 kdbg: 3.0.0 -> 3.0.1 2020-01-06 09:25:08 -08:00
R. RyanTM
940d12bf5d htslib: 1.9 -> 1.10.2 2020-01-06 09:16:51 -08:00
R. RyanTM
b806f95ce6 fastjet: 3.3.2 -> 3.3.3 (#77046) 2020-01-06 11:34:22 -05:00
Jörg Thalheim
7178637a89
Merge pull request #76765 from andersk/vagrant-nameerror
vagrant: Resolve crash by replacing gem symlinks with directories
2020-01-06 16:30:32 +00:00
Timo Kaufmann
bdbec90304
Merge pull request #76945 from prusnak/tensorflow-drop-bin2c-path
python.pkgs.tensorflow: fix build with cudatoolkit 10.2
2020-01-06 17:12:34 +01:00
R. RyanTM
d475b61ad6 gotestsum: 0.3.5 -> 0.4.0 2020-01-06 07:33:40 -08:00
Mario Rodas
e11aab8340
Merge pull request #76356 from r-ryantm/auto-update/openlibm
openlibm: 0.6.0 -> 0.7.0
2020-01-06 09:58:54 -05:00
Domen Kožar
1101ef4dae
Merge pull request #76276 from dapphub/solc-0.5.15
solc: 0.5.12 -> 0.5.15
2020-01-06 15:37:15 +01:00
David McKay
22622e99a3 run: init at 0.7.0 2020-01-06 14:37:13 +00:00
R. RyanTM
70ebe5b46a glfw: 3.3 -> 3.3.1 2020-01-06 05:46:18 -08:00
Domen Kožar
dd9adc846a
Merge pull request #76866 from andys8/elm-language-server-146
elmPackages.*: update to latest versions
2020-01-06 14:26:38 +01:00
vasile luta
62000eeecd kibana7: 7.3.1 -> 7.5.1 2020-01-06 15:21:55 +02:00
Philipp Hausmann
1b406482fe schemaspy: 6.0.0-rc2 -> 6.1.0 2020-01-06 14:02:25 +01:00
Mario Rodas
b8b5606994
Merge pull request #76434 from r-ryantm/auto-update/tiledb
tiledb: 1.7.0 -> 1.7.2
2020-01-06 08:02:02 -05:00
Mario Rodas
f80d506324
Merge pull request #74920 from filalex77/scry-0.8.1
scry: 0.8.0 -> 0.8.1
2020-01-06 07:59:28 -05:00
Mario Rodas
1c38ff613e
Merge pull request #76959 from marsam/update-terracognita
terracognita: 0.2.0 -> 0.3.0
2020-01-06 07:51:46 -05:00
R. RyanTM
885fb1b61b global: 6.6.3 -> 6.6.4 2020-01-06 04:47:32 -08:00
Pavol Rusnak
9a982d3540
python.pkgs.tensorflow: fix build with cudatoolkit 10.2 2020-01-06 13:46:00 +01:00
Rouven Czerwinski
b656da1683 pythonPackages.xmodem: init at 0.4.5 2020-01-06 12:40:11 +01:00
Lancelot SIX
cc62409067
Merge pull request #77039 from jonringer/bump-mypy
python3Packages.mypy: 0.750 -> 0.761
2020-01-06 12:10:12 +01:00
R. RyanTM
1fcb085aac faudio: 19.12 -> 20.01 2020-01-06 03:06:23 -08:00
Frederik Rietdijk
4a91444aa8 Merge staging-next into staging 2020-01-06 12:01:12 +01:00
Frederik Rietdijk
8fff915659
Merge pull request #76488 from jtojnar/more-python-cleanups
Another batch of Python 2 clean-ups
2020-01-06 12:00:36 +01:00
Frederik Rietdijk
f4b4ef130a
Merge pull request #76659 from veprbl/pr/cmake_static_adapter
pkgsStatic: set BUILD_SHARED_LIBS=OFF for cmake
2020-01-06 11:58:18 +01:00
Jonathan Ringer
4873d8dbd3
python3Packages.mypy: 0.750 -> 0.761 2020-01-06 02:36:26 -08:00
Mario Rodas
ab97ae923e
Merge pull request #77012 from r-ryantm/auto-update/checkstyle
checkstyle: 8.27 -> 8.28
2020-01-06 05:25:59 -05:00
Mario Rodas
cd6a52dc48
Merge pull request #77014 from r-ryantm/auto-update/cmake-format
cmake-format: 0.6.4 -> 0.6.5
2020-01-06 05:23:01 -05:00
Frederik Rietdijk
3cf2c4c743
Merge pull request #76875 from NixOS/staging-next
Staging next
2020-01-06 11:17:40 +01:00
Võ Anh Duy
569315bf2f packer: 1.5.0 -> 1.5.1 (#77023) 2020-01-06 09:56:36 +00:00
Frederik Rietdijk
17ab5f9d88 Merge master into staging-next 2020-01-06 10:38:20 +01:00
Josef Kemetmüller
30121dffd4 pythonPackages.moto: 1.3.13 -> 1.3.14 2020-01-06 10:37:03 +01:00
R. RyanTM
29ffa0255f dkimpy: 1.0.1 -> 1.0.2 2020-01-06 01:37:10 -08:00
R. RyanTM
9d5dbf4bc1 catch2: 2.11.0 -> 2.11.1 2020-01-06 00:42:19 -08:00
Vladyslav M
053753481c
Merge pull request #76961 from eraserhd/parinfer-rust-0.4.2
parinfer-rust: 0.3.1 -> 0.4.2
2020-01-06 10:14:28 +02:00
R. RyanTM
37df59d1c3 cmake-format: 0.6.4 -> 0.6.5 2020-01-05 23:22:06 -08:00
volth
0bd6bc5606
graalvm-ee: 19.3.0 -> 19.3.0.2 2020-01-06 06:50:25 +00:00
R. RyanTM
f52025efef checkstyle: 8.27 -> 8.28 2020-01-05 22:19:11 -08:00
Ryan Mulligan
2a9e79dd0e
Merge pull request #62664 from vanschelven/flask-swagger-ui
pythonPackages.flask-swagger-ui: init at 3.20.9
2020-01-05 21:29:20 -08:00
Enno Lohmeier
ab2f63234d python3Packages.fints: 2.2.0 -> 3.0.0 2020-01-05 18:35:35 -08:00
Trolli Schmittlauch
ccf95dff97 pythonPackages.django-simple-captcha: init at 0.5.12
co-author: Vladyslav Burzakovskyy <vladislav.burzakovskij@satoshilabs.com>
2020-01-05 17:31:28 -08:00
Trolli Schmittlauch
e5255bfd30 pythonPackages.django-ranged-response: init at 0.2.0
co-author: Vladyslav Burzakovskyy <vladislav.burzakovskij@satoshilabs.com>
2020-01-05 17:31:28 -08:00
Robert Hensing
0752cf0641
Merge pull request #76993 from mildlyincompetent/fix-scikit-build
Fix scikit-build by removing no longer needed patch.
2020-01-05 23:05:07 +01:00
Maximilian Bosch
ee0da3561b
rustracer: 2.1.27 -> 2.1.28
https://github.com/racer-rust/racer/releases/tag/v2.1.28

Also fixes the build: https://hydra.nixos.org/build/109459958
2020-01-05 20:16:13 +01:00
Kajetan Champlewski
1b8794e623 Remove no longer needed patch. 2020-01-05 17:37:27 +00:00
Ryan Mulligan
2e8fc97dbf
Merge pull request #57583 from costrouc/python-init-sphinxcontrib-tikz
pythonPackages.sphinxcontrib-tikz: init at 0.4.6
2020-01-05 09:33:41 -08:00
Ryan Mulligan
38929d3ddc
Merge pull request #55284 from vcanadi/notedown
pythonPackages.notedown: init at 1.5.1
2020-01-05 08:19:19 -08:00
Ryan Mulligan
f8cd096aad
Merge pull request #54967 from volhovm/volhovm/clmagma
clmagma: init at 1.3
2020-01-05 08:18:12 -08:00
Mario Rodas
516377d1d8
Merge pull request #76958 from risicle/ris-pybind11-clang-fix
pythonPackages.pybind11: fix for clang/darwin
2020-01-05 10:52:23 -05:00
Frederik Rietdijk
981b94442b Merge staging-next into staging 2020-01-05 16:10:40 +01:00
Frederik Rietdijk
828f93a326 Merge master into staging-next 2020-01-05 16:00:21 +01:00
Frederik Rietdijk
444a6b8d9e python2Packages.cachetools: restore 3.1.1 for python2 2020-01-05 15:41:35 +01:00
Frederik Rietdijk
dc911b165b Revert "python-google_auth: build this package with on older version of cachetools"
This reverts commit 177ab0e01e.
2020-01-05 15:41:35 +01:00
Peter Simons
f2a218df59 git-annex: temporarily drop support for bup some more 2020-01-05 15:31:16 +01:00
Frederik Rietdijk
0d0a4f160e
Merge pull request #76631 from kamadorueda/pythonPackages
Add many new pythonPackages
2020-01-05 15:18:07 +01:00
Peter Simons
f172a19e79 git-annex: temporarily drop support for bup
The build is currently broken [1] and therefore blocks git-annex.

[1] https://github.com/NixOS/nixpkgs/issues/76979
2020-01-05 15:13:29 +01:00
Tobias Mayer
0a70128cdc flatbuffers: fix build for musl 2020-01-05 15:13:16 +01:00
Frederik Rietdijk
e279676f48 pythonPackages.pyopenssl: fix build, fixes #76879 2020-01-05 15:01:42 +01:00
Peter Simons
177ab0e01e python-google_auth: build this package with on older version of cachetools
Fixes https://github.com/NixOS/nixpkgs/issues/76978.
2020-01-05 14:47:56 +01:00
Peter Simons
605bd8c543 mlt: update from version 6.16.0 to 6.18.0 2020-01-05 14:17:51 +01:00
Timo Kaufmann
2e216c3917
Merge pull request #76975 from timokau/ntl-11.4.3
ntl: 11.4.2 -> 11.4.3
2020-01-05 13:53:42 +01:00
Mario Rodas
5c0d3d9050 pythonPackages.ipykernel: fix build
flaky was accidentally removed from checkInputs in 99de1a8ebb
2020-01-05 13:51:31 +01:00
Mario Rodas
97dca00890
Merge pull request #76956 from marsam/update-flexget
flexget: 2.21.25 -> 3.0.31
2020-01-05 06:23:29 -05:00
Timo Kaufmann
58edcdc6ba ntl: 11.4.2 -> 11.4.3
Upstream[1]:

> I uploaded NTL 11.4.3 to https://www.shoup.net/ntl/
> This fixes an embarrassing build problem in 11.4.2.

[1] https://groups.google.com/forum/#!topic/sage-devel/V5zHWIpRIJo
2020-01-05 11:07:38 +01:00
Jason Felice
0283016f37 parinfer-rust: 0.3.1 -> 0.4.2 2020-01-04 19:03:27 -05:00
Robert Scott
951fb0472a pythonPackages.pybind11: fix for clang
default clang is still not happy with c++17's sized and aligned
deallocations
2020-01-04 23:10:16 +00:00
Robert Scott
8b3e1e72a7 pythonPackages.unicorn: redesign to become a wrapper package around unicorn-emu
this allows us to easily keep the two in sync and gives a more flexible
result, also add self as co-maintainer.
2020-01-04 15:08:56 -06:00
Robert Scott
7766de0a53 unicorn-emu: enable for darwin/unix 2020-01-04 15:08:56 -06:00