Commit Graph

91114 Commits

Author SHA1 Message Date
Tim Steinbach
e4d8eb1c30
sbt-extras: Add update script 2020-11-11 09:32:05 -05:00
Dmitry Kalinkin
9a3ab73a5b
Merge pull request #103261 from veprbl/pr/gean4_tests
geant4.tests.example_B1: init
2020-11-11 08:46:36 -05:00
Daniël de Kok
5e93492b7f
Merge pull request #101917 from danieldk/pytorch-1.7.0
python3Packages.pytorch: 1.6.0 -> 1.7.0
2020-11-11 11:51:20 +01:00
Mario Rodas
9cbb9a308b
Merge pull request #103409 from r-ryantm/auto-update/gauge
gauge: 1.1.4 -> 1.1.5
2020-11-11 05:24:20 -05:00
Mario Rodas
8b11be8794
Merge pull request #103420 from r-ryantm/auto-update/hcloud
hcloud: 1.19.1 -> 1.20.0
2020-11-11 05:19:37 -05:00
Mario Rodas
0140aced53
Merge pull request #103354 from r-ryantm/auto-update/bear
bear: 3.0.1 -> 3.0.2
2020-11-11 05:17:27 -05:00
Gabriel Gonzalez
87d5e6fc1a Change idiom for overriding Dhall package version
Before this change, a Dhall package like the Prelude would be
encoded as a record with one field per supported version.  Then
downstream packages would specify which package to override
by selecting a different record field.

The problem with that approach is that it did not provide an
easy way to override a package to a version other than the default
ones supplied by Nixpkgs.  Normally you would use the `.override`
method for this purpose, but the `override` method added by
`buildDhall{Directory,GitHub}Package` is clobbered by the
`override` method added by `callPackage` in
`./pkgs/top-level/dhall-packages.nix`.

The solution is to add a separate `.overridePackage` method which is
essentially the exact same as `.override`, except that it is no
longer clobbered by `callPackage`.  This `.overridePackage` method
allows one to override the arguments supplied to
`buildDhall{Directory,GitHub}Package`, making it easier to specify
package versions outside of the ones supported by Nixpkgs..

This also includes a change to only build one (preferred) version of each
package (instead of multiple supported versions per package), in order to
minimize the maintenance burden for the Dhall package set.
2020-11-11 11:16:04 +01:00
Maximilian Bosch
13b5c8a4db
Merge pull request #102918 from omasanori/opencv/update-2.4.13.7
opencv: 2.4.13 -> 2.4.13.7
2020-11-11 10:56:23 +01:00
markuskowa
3b48d217b3
Merge pull request #103411 from r-ryantm/auto-update/globalarrays
globalarrays: 5.7.2 -> 5.8
2020-11-11 10:47:58 +01:00
Mario Rodas
73b4480091
Merge pull request #103335 from ggreif/master
wasmtime: 0.20.0 -> 0.21.0
2020-11-11 04:21:14 -05:00
Mario Rodas
78c2e29c5c
Merge pull request #103341 from r-ryantm/auto-update/act
act: 0.2.16 -> 0.2.17
2020-11-11 04:16:35 -05:00
Mario Rodas
2d4de0c1c3
Merge pull request #103386 from r-ryantm/auto-update/doctest
doctest: 2.4.0 -> 2.4.1
2020-11-11 04:10:57 -05:00
Mario Rodas
a0a82dd0cd
Merge pull request #103364 from r-ryantm/auto-update/cargo-make
cargo-make: 0.32.8 -> 0.32.9
2020-11-11 04:06:58 -05:00
Mario Rodas
cbce1f018c
Merge pull request #103375 from r-ryantm/auto-update/codeql
codeql: 2.3.2 -> 2.3.3
2020-11-11 04:06:04 -05:00
Mario Rodas
f0488432f0
Merge pull request #103387 from r-ryantm/auto-update/doctl
doctl: 1.49.0 -> 1.51.0
2020-11-11 04:01:51 -05:00
Mario Rodas
28e88417be
Merge pull request #103372 from bbigras/cargo-tarpaulin
cargo-tarpaulin: 0.15.0 -> 0.17.0
2020-11-11 04:00:49 -05:00
Mario Rodas
1ec0732ea1
Merge pull request #103413 from r-ryantm/auto-update/goconst
goconst: 1.2.0 -> 1.3.2
2020-11-11 03:54:32 -05:00
Mario Rodas
4a75e48888
Merge pull request #103405 from r-ryantm/auto-update/flyctl
flyctl: 0.0.145 -> 0.0.146
2020-11-11 03:51:56 -05:00
Mario Rodas
8573058856
Merge pull request #103391 from r-ryantm/auto-update/duckdb
duckdb: 0.2.1 -> 0.2.2
2020-11-11 03:51:30 -05:00
R. RyanTM
85d4895f09 hcloud: 1.19.1 -> 1.20.0 2020-11-11 08:50:56 +00:00
Oleksii Filonenko
89ff657d88
Merge pull request #103418 from happysalada/wrangler_fix_darwin_build
wrangler: fix Darwin build
2020-11-11 10:49:35 +02:00
Mario Rodas
430af49b1a
Merge pull request #103414 from r-ryantm/auto-update/golangci-lint
golangci-lint: 1.32.0 -> 1.32.2
2020-11-11 03:45:56 -05:00
Doron Behar
d5b962e78c
Merge pull request #103377 from r-ryantm/auto-update/cpp-utilities
cpp-utilities: 5.7.0 -> 5.8.0
2020-11-11 10:29:59 +02:00
happysalada
4c875b9c02 wrangler: fix Darwin build 2020-11-11 17:19:20 +09:00
R. RyanTM
27a11e95b3 golangci-lint: 1.32.0 -> 1.32.2 2020-11-11 07:50:32 +00:00
R. RyanTM
d16b0de92d goconst: 1.2.0 -> 1.3.2 2020-11-11 07:40:48 +00:00
R. RyanTM
8e9b77130d globalarrays: 5.7.2 -> 5.8 2020-11-11 07:29:04 +00:00
R. RyanTM
195ed0d5cd gauge: 1.1.4 -> 1.1.5 2020-11-11 07:02:14 +00:00
R. RyanTM
df76f017f2 python37Packages.snowflake-connector-python: 2.3.4 -> 2.3.5 2020-11-10 22:35:39 -08:00
R. RyanTM
e787afe7ed python27Packages.rope: 0.17.0 -> 0.18.0 2020-11-10 22:21:54 -08:00
R. RyanTM
b331d9f9c9 azure-storage-azcopy: 10.6.1 -> 10.7.0 2020-11-10 22:18:22 -08:00
R. RyanTM
a23aa390c5 python37Packages.google_cloud_automl: 2.0.0 -> 2.1.0 2020-11-10 22:17:56 -08:00
R. RyanTM
9d408eb834 flyctl: 0.0.145 -> 0.0.146 2020-11-11 06:17:34 +00:00
Dmitry Vyal
9b9cf9469f python3Packages.tensorboardx: fix build after upgrade to PyTorch 1.6 2020-11-10 22:08:56 -08:00
R. RyanTM
faa1d785f6 duckdb: 0.2.1 -> 0.2.2 2020-11-11 03:47:32 +00:00
R. RyanTM
2fe0a921a4 doctl: 1.49.0 -> 1.51.0 2020-11-11 02:54:12 +00:00
R. RyanTM
a4e0d2b1b8 doctest: 2.4.0 -> 2.4.1 2020-11-11 02:48:10 +00:00
Mario Rodas
960af28444
Merge pull request #103371 from r-ryantm/auto-update/circleci-cli
circleci-cli: 0.1.11146 -> 0.1.11458
2020-11-10 21:40:51 -05:00
R. RyanTM
c857365a7c cpp-utilities: 5.7.0 -> 5.8.0 2020-11-11 01:17:04 +00:00
R. RyanTM
7d2ae456bc codeql: 2.3.2 -> 2.3.3 2020-11-11 00:59:49 +00:00
Bruno Bigras
264294bf29 cargo-tarpaulin: 0.15.0 -> 0.17.0 2020-11-10 19:44:46 -05:00
R. RyanTM
4c438d109e circleci-cli: 0.1.11146 -> 0.1.11458 2020-11-11 00:40:18 +00:00
Gabor Greif
078dc38e35 wasmtime: 0.20.0 -> 0.21.0 2020-11-11 00:59:48 +01:00
R. RyanTM
b48a9f05bf cargo-make: 0.32.8 -> 0.32.9 2020-11-10 23:33:45 +00:00
Thiago Franco de Moraes
dd72edcdae python3Packages.wxpython_4_1: init at 4.1.0 2020-11-10 15:07:57 -08:00
Thiago Franco de Moraes
2a136d1605 wxGTK31: 3.1.3 -> 3.1.4 2020-11-10 15:07:57 -08:00
R. RyanTM
660ae96644 python37Packages.trytond: 5.6.8 -> 5.8.0 2020-11-10 15:05:46 -08:00
R. RyanTM
61b839d9d6 python37Packages.keep: 2.9 -> 2.10 2020-11-10 15:03:42 -08:00
R. RyanTM
4702cd52c7 python37Packages.django-q: 1.3.3 -> 1.3.4 2020-11-10 15:02:34 -08:00
R. RyanTM
edba7d603a python37Packages.onnx: 1.7.0 -> 1.8.0 2020-11-10 15:01:21 -08:00
Mario Rodas
bae1a8a889 nodejs-15_x: 15.1.0 -> 15.2.0
https://github.com/nodejs/node/releases/tag/v15.2.0
2020-11-10 18:00:00 -05:00
R. RyanTM
39ea613da1 python37Packages.azure-mgmt-sql: 0.23.0 -> 0.24.0 2020-11-10 14:59:23 -08:00
R. RyanTM
3525d53c2b python37Packages.gphoto2: 2.2.3 -> 2.2.4 2020-11-10 14:58:41 -08:00
R. RyanTM
54e2bb0bf9 python37Packages.itemadapter: 0.1.1 -> 0.2.0 2020-11-10 14:56:00 -08:00
R. RyanTM
408cf0b1a3 python37Packages.dropbox: 10.7.0 -> 10.8.0 2020-11-10 14:52:43 -08:00
R. RyanTM
bb83e1c293 python37Packages.cairosvg: 2.4.2 -> 2.5.0 2020-11-10 14:52:11 -08:00
Daniël de Kok
8712a719c2 python3Packages.transformers: relax tokenizers version bound 2020-11-10 14:52:03 -08:00
Daniël de Kok
c67382b02f python3Packages.tokenizers: 0.9.2 -> 0.9.4
Changelog:

https://github.com/huggingface/tokenizers/releases/tag/python-v0.9.3
https://github.com/huggingface/tokenizers/releases/tag/python-v0.9.4
2020-11-10 14:52:03 -08:00
R. RyanTM
5c737382f3 python37Packages.xstatic-bootbox: 4.4.0.1 -> 5.5.1.1 2020-11-10 14:51:46 -08:00
R. RyanTM
221568ccfb python37Packages.pymavlink: 2.4.11 -> 2.4.12 2020-11-10 14:51:19 -08:00
R. RyanTM
89752afdbd python37Packages.aioconsole: 0.3.0 -> 0.3.1 2020-11-10 14:50:39 -08:00
Ryan Mulligan
d2000fb761
Merge pull request #103303 from r-ryantm/auto-update/python3.7-dbus-next
python37Packages.dbus-next: 0.1.4 -> 0.2.1
2020-11-10 14:41:22 -08:00
R. RyanTM
376405314f bear: 3.0.1 -> 3.0.2 2020-11-10 22:20:26 +00:00
R. RyanTM
8a9d29cdea act: 0.2.16 -> 0.2.17 2020-11-10 20:43:51 +00:00
Niklas Hambüchen
cdbc633771
Merge pull request #103334 from nh2/libe57format-fix-cmake
libe57format: Fix dependents not finding its cmake config
2020-11-10 21:11:28 +01:00
Niklas Hambüchen
b972ca801d libe57format: Fix dependents not finding its cmake config 2020-11-10 20:26:18 +01:00
Robert Hensing
30e4ed063b
Merge pull request #101269 from bcdarwin/simpleitk-2.0.1
simpleitk: 2.0.0 -> 2.0.1
2020-11-10 18:57:57 +01:00
R. RyanTM
ed697cde58 python37Packages.uproot-methods: 0.7.4 -> 0.8.0 2020-11-10 11:22:11 -05:00
R. RyanTM
9359148620 python37Packages.awkward: 0.13.0 -> 0.14.0 2020-11-10 10:19:30 -05:00
R. RyanTM
c3fe982424 python37Packages.dbus-next: 0.1.4 -> 0.2.1 2020-11-10 13:12:45 +00:00
moinessim
24c8927c4a
fsharp41: Add patch to avoid type inference error. (#103223)
https://github.com/mono/mono/pull/13109/

Co-authored-by: Moises Nessim <moises.nessim@topmanage.com>
2020-11-10 12:52:13 +00:00
Mario Rodas
736957987e
Merge pull request #103282 from r-ryantm/auto-update/python3.7-chalice
python37Packages.chalice: 1.21.3 -> 1.21.4
2020-11-10 06:51:11 -05:00
Daniël de Kok
da115b4c56
Merge pull request #103120 from danieldk/libtorch-bin-cmake-fix-lib-paths
libtorch-bin: fix CMake library paths for split outputs
2020-11-10 12:10:38 +01:00
Frederik Rietdijk
379aaa1e0c Merge master into staging-next 2020-11-10 10:11:08 +01:00
R. RyanTM
7a647b07b6 python37Packages.chalice: 1.21.3 -> 1.21.4 2020-11-10 07:23:31 +00:00
R. RyanTM
d04287f130 python27Packages.rtslib: 2.1.72 -> 2.1.74 2020-11-09 23:18:08 -08:00
Fabián Heredia Montiel
674d77e68a coconut: init at 1.4.3 2020-11-09 23:16:23 -08:00
Fabián Heredia Montiel
4408345c9c pythonPackages.cpyparsing: init at 2.4.5.0.1.1 2020-11-09 23:16:23 -08:00
R. RyanTM
4defa325b8 python37Packages.streamz: 0.5.5 -> 0.6.1 2020-11-09 23:11:24 -08:00
R. RyanTM
38763f10bd python37Packages.pytest-pylint: 0.17.0 -> 0.18.0 2020-11-09 23:10:27 -08:00
R. RyanTM
c183f1252f ansible-lint: 4.3.6 -> 4.3.7 2020-11-09 23:10:17 -08:00
R. RyanTM
42374a1329 python37Packages.pyvmomi: 7.0 -> 7.0.1 2020-11-09 23:09:38 -08:00
Ryan Mulligan
ea4169b5c3
Merge pull request #103260 from r-ryantm/auto-update/qbs
qbs: 1.16.0 -> 1.17.0
2020-11-09 21:42:38 -08:00
Alexander Bich
fae02c06b8 ocaml-libvirt: 0.6.1.4.2017-11-08-unstable -> 0.6.1.5 2020-11-10 05:57:39 +01:00
Dmitry Kalinkin
eeb4ae1c66
geant4.tests.example_B1: init 2020-11-09 23:02:56 -05:00
R. RyanTM
400b29acf1 qbs: 1.16.0 -> 1.17.0 2020-11-10 02:38:09 +00:00
06kellyjac
24ff3949b0 deno: move to new installShellCompletion style 2020-11-09 21:36:07 +00:00
06kellyjac
e50d10b4aa deno: 1.5.1 -> 1.5.2 2020-11-09 20:00:47 +00:00
Phillip Cloud
2472122bf3
arcanist: copy directly from $PWD to pick up any applied patches (#95879) 2020-11-09 20:43:52 +01:00
Michael Weiss
05192975fb
Merge pull request #103221 from primeos/llvm
llvmPackages_latest: llvmPackages_10 -> llvmPackages_11
2020-11-09 20:41:21 +01:00
Domen Kožar
c1e5f8723c
cachix: bump to 0.5.1 2020-11-09 20:17:41 +01:00
Nick Hu
4d8adccab6
tree-sitter: update grammars 2020-11-09 18:42:17 +00:00
Nick Hu
a63c72212c
tree-sitter: macOS compatibility 2020-11-09 18:41:51 +00:00
Nick Hu
aea7f1b540
tree-sitter: make shared/static libraries configurable 2020-11-09 18:41:20 +00:00
Michael Weiss
48b2cb5126
google-cloud-cpp: Mark as broken
See https://hydra.nixos.org/build/129622012.
2020-11-09 19:33:02 +01:00
Markus S. Wamser
3c7e7b87b3 pymupdf: 1.17.6 -> 1.18.0 2020-11-09 09:57:38 -08:00
Jan Tojnar
30b932e46b
glib: 2.66.1 → 2.66.2
Fixes compatibility with recent tzdata.

https://ftp.gnome.org/pub/GNOME/sources/glib/2.66/glib-2.66.2.news
2020-11-09 15:27:12 +01:00
Lassulus
77c0568da5
Merge pull request #100028 from helsinki-systems/py_openrouteservice
pythonPackage.openrouteservice: init at 2.3.0
2020-11-09 15:21:42 +01:00
Lassulus
6423ac7bf0
Merge pull request #100027 from helsinki-systems/py_googlemaps
pythonPackages.googlemaps: init at 4.4.2
2020-11-09 15:08:39 +01:00
Frederik Rietdijk
20f001c01e Merge master into staging-next 2020-11-09 14:33:52 +01:00
Jörg Thalheim
f77eb9bb4d
Merge pull request #101773 from oxalica/rust-analyzer 2020-11-09 14:26:21 +01:00
oxalica
4894ffd620
rust-analyzer: 2020-11-02 -> 2020-11-09 2020-11-09 20:33:37 +08:00
oxalica
d52578bd31
rust-analyzer: fix update script with unstable nix 2020-11-09 20:33:23 +08:00
Hunter Jones
58f024530a indilib: 1.1.0 -> 1.8.6 2020-11-09 12:21:31 +00:00
R. RyanTM
4365578bdf groovy: 3.0.3 -> 3.0.6 2020-11-09 12:20:26 +00:00
Masanori Ogino
ce438bd471 opencv: unbreak 2.4.13.7
Signed-off-by: Masanori Ogino <167209+omasanori@users.noreply.github.com>
2020-11-09 21:12:54 +09:00
Alyssa Ross
29038ac0f1
Merge pull request #102272 from bennyandresen/clojure_1.10.1.645-1.10.1.727
clojure: 1.10.1.645 -> 1.10.1.727
2020-11-09 11:58:49 +00:00
Sebastien Braun
6780f45bc1 elixir_1_11: 1.11.1 -> 1.11.2 2020-11-09 11:57:57 +00:00
Eduardo Quiros
947d21ca71 lazygit: 0.23.6 -> 0.23.7 2020-11-09 11:57:26 +00:00
Sebastian Jordan
8691178e7a nix-prefetch-github: 4.0 -> 4.0.1 2020-11-09 11:53:43 +00:00
Sebastien Braun
c8e9728927 erlangR23: 23.1 -> 23.1.2 2020-11-09 11:50:30 +00:00
Chris Double
02004e4a1f ponyc: remove myself as maintainer 2020-11-09 11:44:51 +00:00
Samuel Gräfenstein
0e19ef393a idris-modules: add final newline to TODO.md 2020-11-09 11:39:28 +00:00
Samuel Gräfenstein
22b73d1282 pkgs/*: add final newline to .nix files 2020-11-09 11:39:28 +00:00
WORLDofPEACE
00ecee00bb
Merge pull request #102664 from andreasfelix/andreasfelix/vala-language-server
vala-language-server: init at 0.48.1
2020-11-09 04:18:08 -05:00
Daniël de Kok
2802a021e3 libtorch-bin: modify passthru test to capture CMake misconfiguration 2020-11-09 07:49:54 +01:00
Daniël de Kok
e8721af065 libtorch-bin: fix CMake library paths for split outputs
The libtorch CMake files are in the `dev` output and used relative
paths to locate the shared libraries. This fails, because the
libraries are in the `out` output. This change patches the CMake files
to use library paths from `out`.

See #102146.
2020-11-09 07:49:54 +01:00
Daniël de Kok
d36077239c
Merge pull request #103078 from danieldk/cleanup-libtorch-bin-test
libtorch-bin: cleanup passthru test
2020-11-09 07:49:03 +01:00
Felix Andreas
49280e8bb8 vala-language-server: init at 0.48.1 2020-11-09 03:44:08 +01:00
Doron Behar
4d79d20643
Merge pull request #103092 from Atemu/update/bear
bear: 2.4.2 -> 3.0.1
2020-11-09 01:11:13 +02:00
Lluís Batlle i Rossell
5813ab6de2 Fix SDL_image loading jpeg and others
It was using dlopen and its shared object didn't have the proper rpath
to do so.

This fixes tuxpaint loading of jpeg pictures.
2020-11-09 00:06:50 +01:00
Michael Weiss
420daef820
Merge pull request #103145 from primeos/wlroots
wlroots: 0.11.0 -> 0.12.0
2020-11-08 22:52:29 +01:00
Martin Weinelt
de572aea82 python3Packages.deepmerge: 0.1.0 -> 0.1.1 2020-11-08 13:08:03 -08:00
Martin Weinelt
602d26e8bd libexif: apply patches for CVE-2020-0196, CVE-2020-0452
* CVE-2020-0198: unsigned integer overflow in exif_data_load_data_content
* CVE-2020-0452: compiler optimization could remove an a bufferoverflow check, making a buffer overflow possible with some EXIF tags

Fixes: CVE-2020-0196, CVE-2020-0452
2020-11-08 21:53:43 +01:00
Symphorien Gibol
b393908673
ocamlPackages.ocaml-lsp: init at 1.1.0 2020-11-08 21:25:04 +01:00
Daniël de Kok
83401d1a21
Merge pull request #103005 from danieldk/fix-mkl-pkgconfig
mkl: fix .pc file, add test
2020-11-08 20:17:28 +01:00
Kevin Cox
c2a3de5e99
Merge pull request #103096 from bennyandresen/clj-kondo_upgrade
clj-kondo: 2020.04.05 -> 2020.11.07
2020-11-08 12:24:16 -05:00
markuskowa
cf09f38db7
Merge pull request #103128 from markuskowa/upd-pmix
pmix: 3.1.5 -> 3.2.0
2020-11-08 18:05:49 +01:00
Michael Weiss
19fda989f3
wlroots: 0.11.0 -> 0.12.0
The libseat session backend [0] will be disabled for now since NixOS
depends on systemd anyway (so we can use logind).
But if someone wants/requires libseat [1] and would maintain it in
Nixpkgs we could enable it.

[0]: https://github.com/swaywm/wlroots/pull/2364
[1]: https://sr.ht/~kennylevinsen/seatd/
2020-11-08 16:42:34 +01:00
Martin Weinelt
884d7ac411
Merge pull request #103122 from lukegb/update-pyscard
pythonModules.pyscard: 1.9.9 -> 2.0.0
2020-11-08 15:42:22 +01:00
Martin Weinelt
9fba50bf0e
Merge pull request #103119 from Mic92/bme680
python3.pkgs.bme680: init at 1.0.5
2020-11-08 15:13:06 +01:00
Jörg Thalheim
105dd1dfae
python3.pkgs.bme680: init at 1.0.5 2020-11-08 15:04:41 +01:00
Jörg Thalheim
d1dc6f61f9
python3.pkgs.smbus-cffi: init at 0.5.1 2020-11-08 15:04:41 +01:00
Markus Kowalewski
3f659d76e6
pmix: 3.1.5 -> 3.2.0 2020-11-08 13:44:32 +01:00
Luke Granger-Brown
2c330cba4a pythonModules.pyscard: 1.9.9 -> 2.0.0 2020-11-08 10:41:06 +00:00
markuskowa
06145fec65
Merge pull request #100967 from r-ryantm/auto-update/hpx
hpx: 1.5.0 -> 1.5.1
2020-11-08 11:34:07 +01:00
Daniël de Kok
9345401cee
Merge pull request #102573 from bbigras/nuspell
nuspell: 4.0.0 -> 4.0.1
2020-11-08 09:04:58 +01:00
Jörg Thalheim
551748d52d
Merge pull request #103109 from SuperSandro2000/vgo2nix
vgo2nix: 2020-05-05 -> 2020-11-07
2020-11-08 08:56:58 +01:00
Bruno Bigras
bbf6b23990 nuspell: 4.0.0 -> 4.0.1 2020-11-08 02:29:47 -05:00
Daniël de Kok
84276fd18c python3Packages.datasets: 1.0.1 -> 1.1.2
Changelog:

https://github.com/huggingface/datasets/releases/tag/1.1.2
https://github.com/huggingface/datasets/releases/tag/1.1.0
https://github.com/huggingface/datasets/releases/tag/1.0.2
2020-11-08 08:22:07 +01:00
Daniël de Kok
4e9cb0aeff
Merge pull request #102181 from bbigras/wrangler
wrangler: 1.10.3 -> 1.12.2
2020-11-08 08:12:51 +01:00
AndersonTorres
2898985747 4th: init at 3.62.5 2020-11-08 01:48:09 -03:00
Ryan Mulligan
e269d1daa2
Merge pull request #102750 from r-ryantm/auto-update/postman
postman: 7.32.0 -> 7.34.0
2020-11-07 20:36:05 -08:00
Sandro Jäckel
c60ef6a249
vgo2nix: 2020-05-05 -> 2020-11-07 2020-11-08 02:45:57 +01:00
Lily Ballard
a5ec423734 cocoapods-beta: 1.10.0.beta.2 -> 1.10.0 2020-11-07 20:30:27 -05:00
Lily Ballard
16ee3d1e09 cocoapods: 1.9.3 -> 1.10.0 2020-11-07 20:30:27 -05:00
Mario Rodas
c2715f436d
Merge pull request #98174 from thiagokokada/fix-dart2native
dart: Fix dart2native by patching all ELFs
2020-11-07 20:10:31 -05:00
Anderson Torres
cad25681ee
Merge pull request #102334 from iblech/patch-23
agda-categories: Unbreak the build (trivial hash change)
2020-11-07 18:25:09 -03:00
Michael Raskin
ba70a79f3c
Merge pull request #102936 from fare-patches/fare
Gerbil Update
2020-11-07 21:06:03 +00:00
Mario Rodas
e8e4271079
Merge pull request #100728 from r-ryantm/auto-update/python3.7-nbsmoke
python37Packages.nbsmoke: 0.4.1 -> 0.5.0
2020-11-07 15:23:57 -05:00
Daniël de Kok
e6d597a0ac
Merge pull request #102848 from toothbrush/master
mercury: 20.06 -> 20.06.1
2020-11-07 20:58:13 +01:00
Mario Rodas
e732be9c08
Merge pull request #101882 from das-g/pyosmium
python3.pkgs.pyosmium: 2.15.3 -> 3.0.1
2020-11-07 14:33:23 -05:00
freezeboy
c0efa713da python3Packages.paperspace: unbreak 2020-11-07 11:28:19 -08:00
freezeboy
a73cedd74f python3Packages.gradient_statsd: init at 1.0.1 2020-11-07 11:28:19 -08:00
freezeboy
bbc0af82bd python3Packages.gradient_sdk: init at 0.0.4 2020-11-07 11:28:19 -08:00
freezeboy
bf066b27b4 python3Packages.click-help-colors: init at 0.8 2020-11-07 11:28:19 -08:00
freezeboy
f671d7e191 python3Packages.hyperopt: init at 0.1.2 2020-11-07 11:28:19 -08:00
Mario Rodas
caa52ff72e
Merge pull request #102843 from r-ryantm/auto-update/python2.7-flask-paginate
python27Packages.flask-paginate: 0.5.4 -> 0.7.1
2020-11-07 14:22:04 -05:00
Sebastian Jordan
4e81c65d72 mypy: 0.782 -> 0.790 2020-11-07 11:14:29 -08:00
Benjamin Andresen
045c2abdfa clj-kondo: 2020.04.05 -> 2020.11.07 2020-11-07 19:52:45 +01:00
Jörg Thalheim
ba3b59939f python3.pkgs.hbmqtt: needs setuptools at runtime 2020-11-07 10:41:36 -08:00
R. RyanTM
d07bef461c libngspice: 31 -> 33 2020-11-07 19:38:25 +01:00
Symphorien Gibol
3dd8f8e0ba framac: fix setup hook without plugins in nix-review 2020-11-07 19:30:02 +01:00
Symphorien Gibol
6e5d98ebdb framac: use wrapGAppsHook
this solves a gdk-pixbuf related problem when using nix-bundle
2020-11-07 19:30:02 +01:00
Mario Rodas
80a2f1f35d
Merge pull request #103088 from sternenseemann/psautohint-2.1.2
pythonPackages.psautohint: 2.1.1 → 2.1.2
2020-11-07 13:08:11 -05:00
Carles Pagès
9430fd949e
Merge pull request #102379 from CrystalGamma/pr-jsoncpp-update
jsoncpp: 1.9.2 -> 1.9.4
2020-11-07 18:36:15 +01:00
Mario Rodas
e76d0c37e6
Merge pull request #96341 from r-ryantm/auto-update/ktlint
ktlint: 0.37.2 -> 0.39.0
2020-11-07 11:46:58 -05:00
Atemu
51acdda618 bear: 2.4.2 -> 3.0.1
Bear has been completely redone, this is basically a new package
2020-11-07 17:27:17 +01:00
Anderson Torres
e45d10d0e6
Merge pull request #101109 from jeremyschlatter/nestedtext
pythonPackages.nestedtext: init at 1.2
2020-11-07 13:12:48 -03:00
Mario Rodas
960b023b05
Merge pull request #102821 from r-ryantm/auto-update/python2.7-iniconfig
python27Packages.iniconfig: 1.0.1 -> 1.1.1
2020-11-07 10:38:44 -05:00
Mario Rodas
677a794f18
Merge pull request #103087 from marsam/fix-nix-linter-build
nix-linter: fix build
2020-11-07 10:38:23 -05:00
Mario Rodas
b7fc648d73
Merge pull request #102878 from r-ryantm/auto-update/python2.7-numpy-stl
python27Packages.numpy-stl: 2.11.2 -> 2.12.0
2020-11-07 09:41:23 -05:00
Mario Rodas
ac47d6a121
Merge pull request #103055 from r-ryantm/auto-update/python2.7-user-agents
python27Packages.user-agents: 2.1.0 -> 2.2.0
2020-11-07 09:20:48 -05:00
sternenseemann
fa5367f2cb pythonPackages.psautohint: 2.1.1 → 2.1.2 2020-11-07 15:18:21 +01:00
Daniël de Kok
a71f07694c libtorch-bin: cleanup passthru test
- Make passthru.tests an attrset.
- Remove CMake VERBOSE option.
- Remove spurious `cat CMakeLists.txt`.
- Run the test as well.
- Actually test some functionality.
2020-11-07 13:50:23 +01:00
Michael Raskin
d464bdce84
Merge pull request #101042 from r-burns/soil
soil: fix dead url, enable on darwin
2020-11-07 12:13:22 +00:00
Michael Raskin
434d9676aa
Merge pull request #102579 from moinessim/msbuild/case-insensitive-file-system
MSBuild: Move to backup file to change LICENSE to lowercase.
2020-11-07 12:11:46 +00:00
Daniël de Kok
126e5c1bd1
Merge pull request #102964 from LibreCybernetics/update-ldc
ldc: 1.20.1 -> 1.24.0
2020-11-07 08:12:01 +01:00
Mario Rodas
3561ed6953
Merge pull request #103057 from r-ryantm/auto-update/python3.7-rq
python37Packages.rq: 1.5.1 -> 1.5.2
2020-11-07 01:46:15 -05:00
Mario Rodas
232ad805f5
Merge pull request #103056 from r-ryantm/auto-update/python2.7-sh
python27Packages.sh: 1.14.0 -> 1.14.1
2020-11-07 01:44:50 -05:00
Ryan Burns
981c8bb5e2 soil: fix dead url, enable on darwin 2020-11-06 22:35:29 -08:00
Mario Rodas
cb9fab88c3
Merge pull request #102993 from r-burns/wally
wally-cli: enable on darwin
2020-11-07 01:10:57 -05:00
Elis Hirwing
4d65677903
Merge pull request #102818 from etu/php-split-to-leafs
php: Refactor to have the different versions as separate files
2020-11-07 07:04:21 +01:00
R. RyanTM
e57a4bfc4b python37Packages.rq: 1.5.1 -> 1.5.2 2020-11-07 05:53:33 +00:00
R. RyanTM
425e98b91f python27Packages.sh: 1.14.0 -> 1.14.1 2020-11-07 05:38:56 +00:00
R. RyanTM
dd30093d6f python27Packages.user-agents: 2.1.0 -> 2.2.0 2020-11-07 05:13:58 +00:00
Mario Rodas
d8bdeac599 nix-linter: fix build 2020-11-07 04:20:00 +00:00
Jeremy Schlatter
1120f899da
pythonPackages.nestedtext: init at 1.2 2020-11-06 19:51:11 -08:00
Jeremy Schlatter
050aad187b
pythonPackages.inform: init at 1.23 2020-11-06 19:51:05 -08:00
R. RyanTM
56d09147f1 python37Packages.aioresponses: 0.6.4 -> 0.7.1 2020-11-06 17:50:54 -08:00
Peter Stewart
ade59d25e8 mono6: 6.0.0.313 -> 6.12.0.90 2020-11-06 14:39:56 -08:00
R. RyanTM
f6d0d8c265 python27Packages.objgraph: 3.4.1 -> 3.5.0 2020-11-06 13:45:43 -08:00
Peter Simons
6b47c89f66
Merge pull request #102383 from NixOS/haskell-updates
Update Haskell package set (plus other fixes)
2020-11-06 21:57:52 +01:00
Jan Tojnar
d6fb279b42
Merge pull request #102711 from r-ryantm/auto-update/php-blackfire 2020-11-06 21:52:37 +01:00
Peter Simons
d1e684cd24 haskell: drop obsolete patches for patch and reflex 2020-11-06 21:38:29 +01:00
Peter Simons
8925f7ae79 haskell-binary-instances: drop obsolete override
Unfortunately, this doesn't mean that the package now compiles
because it still depends on an newer version of time-compat. :-(
2020-11-06 21:38:28 +01:00
Joe Hermaszewski
7347bbf454 haskellPackages.vulkan: add 32 bit platforms to unsupported-platforms
Same for haskellPackages.VulkanMemoryAllocator
2020-11-06 21:38:28 +01:00
Peter Simons
e0073ccae7 ghcjs: mark build broken 2020-11-06 21:38:28 +01:00
Peter Simons
a146baff16 git-annex: update sha256 hash for new version 8.20201103 2020-11-06 21:38:28 +01:00
Malte Brandy
58b878c748 haskellPackages.dependent-sum-aeson-orphans: Remove obsolete patch 2020-11-06 21:38:28 +01:00