Vladimír Čunát
bb9f138f00
mono5: fixup build by using older gnumake
...
Of course, feel free to find a better fix. For simplicity,
I switched all mono versions, even though 4 and 6 built fine on Hydra.
2020-07-06 11:10:36 +02:00
Vladimír Čunát
e978eb5986
gnumake42: bring this version back
...
This is almost a revert of commit 0cfe9f3a
(PR #86293 ). Version 4.3
https://lists.gnu.org/archive/html/info-gnu/2020-01/msg00004.html
brought some incompatibilities, so this will be useful for shorter-term
workarounds.
2020-07-06 10:55:32 +02:00
Vladimír Čunát
d30ac2e50c
farstream: upstream patch to fix build with new gnumake
2020-07-06 10:15:57 +02:00
sternenseemann
5173f2a559
ocamlPackages.mirage-crypto: 0.8.0 → 0.8.1, tls: 0.12.2 → 0.12.3 ( #92324 )
2020-07-06 09:46:46 +02:00
R. RyanTM
9b53a835b4
graphene: 1.10.0 -> 1.10.2
2020-07-06 07:52:01 +02:00
Matthew Bauer
80ca70b0e1
elfutils: add argp-standalone for musl
...
https://hydra.nixos.org/build/123111192
2020-07-06 01:51:46 -04:00
Matthew Bauer
f2cafb1626
argp-standalone: support all linux architectures
2020-07-06 01:50:55 -04:00
Fionera
d70ea54840
fcft: init at 0.4.3
2020-07-06 07:18:33 +02:00
Fionera
be489bc04f
tllist: init at 1.0.1
2020-07-06 07:18:19 +02:00
R. RyanTM
b580de9e1c
python27Packages.btchip: 0.1.28 -> 0.1.30
2020-07-05 22:01:05 -07:00
R. RyanTM
3aa04a63e5
python27Packages.azure-mgmt-monitor: 0.9.0 -> 0.10.0
2020-07-05 22:00:29 -07:00
R. RyanTM
909ed3a749
python27Packages.boolean-py: 3.7 -> 3.8
2020-07-06 04:52:29 +00:00
R. RyanTM
1fc94396c2
python27Packages.azure-mgmt-containerservice: 9.0.1 -> 9.1.0
2020-07-05 21:32:41 -07:00
R. RyanTM
b94cfc07ab
python27Packages.aioconsole: 0.1.16 -> 0.2.1
2020-07-05 21:32:33 -07:00
R. RyanTM
e3c56edba6
python27Packages.braintree: 4.1.0 -> 4.2.0
2020-07-05 21:32:12 -07:00
Jan Tojnar
0b0b74367f
libiio: 0.20 -> 0.21
...
* Format with nixpkgs-format.
* Reorder the attribute to be more in line with convention.
* Use simpler git ref.
* Hardcode paths within bindings using patch (the replaced value actually changed in this version and without this clean-up, it would have gone unnoticed.)
* Let the build script install the python bindings instead of doing it manually (required the same hardcoding as above in the setup.py.)
* Use cmakeFlags attribute with placeholder instead of doing that in preConfigure.
* Move udev rules to lib since etc is meant for admins.
* License is actually lgpl2.1+.
2020-07-06 06:26:21 +02:00
R. RyanTM
8bc7839740
python37Packages.asgiref: 3.2.7 -> 3.2.10
2020-07-06 04:09:52 +00:00
Benjamin Hipple
38b527043c
Merge pull request #91278 from lsix/improve-qscintilla-qt5
...
pythonPackages.qscintilla-qt5: Do not copy pyqt5 tree
2020-07-05 22:24:25 -04:00
Benjamin Hipple
f02c41e3ff
Merge pull request #90000 from mweinelt/python-spidev
...
pythonPackages.spidev: init at 3.5
2020-07-05 20:28:01 -04:00
Martin Weinelt
cace0f76e4
pythonPackages.spidev: init at 3.5
2020-07-06 02:14:15 +02:00
Benjamin Hipple
cbb3b517f2
Merge pull request #90480 from liff/pythonPackages.hcloud/1.7.1
...
pythonPackages.hcloud: 1.7.0 -> 1.8.1
2020-07-05 19:57:12 -04:00
Benjamin Hipple
a35803f331
Merge pull request #89735 from wucke13/pyuavcan
...
Pyuavcan
2020-07-05 19:55:20 -04:00
Benjamin Hipple
3d8ba20e3a
Merge pull request #90316 from wucke13/dqlite
...
dqlite: 1.4.1 -> 1.4.4, raft-canonical: 0.9.18 -> 0.9.23
2020-07-05 19:54:05 -04:00
Benjamin Hipple
1872641e2a
Merge pull request #91851 from danieldk/somajo-2.1.1
...
python3Packages.somajo: 2.1.0 -> 2.1.1
2020-07-05 19:37:45 -04:00
Ben Wolsieffer
061f2b3511
console-bridge: init at 1.0.0
2020-07-05 18:35:15 -04:00
Benjamin Hipple
ceab37f2ef
Merge pull request #92354 from r-ryantm/auto-update/mypy
...
mypy: 0.780 -> 0.782
2020-07-05 16:47:23 -04:00
R. RyanTM
c073d5077f
mypy: 0.780 -> 0.782
2020-07-05 17:57:17 +00:00
Jan Tojnar
f38d3df11c
Revert "qt5.qtwebkit: Fix paths in pc files"
...
This reverts commit dee7377508
.
2020-07-05 19:01:54 +02:00
Jan Tojnar
cfe7e12d38
Revert "cmake: only set output paths with multiple outputs"
...
This reverts commit be1b22538a
.
The commit broke Qt modules using CMake because they disable setOutputFlags.
There is no need to have these flags limited to multiple output derivations since it
should just work. If it does not, it is a bug that should be fixed as per
https://github.com/jtojnar/cmake-snips#assuming-cmake_install_dir-is-relative-path
Likewise, having a variable to disable passing the flags is also unnecessary,
since CMake, unlike some configure scripts, ignores unknown flags. And if a person
does not like the values, they can just override them by passing the offending
flag with a different value to cmakeFlags.
2020-07-05 19:01:53 +02:00
Daiderd Jordan
7b2bdbea75
Merge pull request #91970 from LnL7/darwin-libwebsockets
...
libwebsockets: fix clang build
2020-07-05 17:52:43 +02:00
Benjamin Hipple
fbf553ea2b
Merge pull request #92331 from r-ryantm/auto-update/ldb
...
ldb: 2.1.3 -> 2.1.4
2020-07-05 11:28:47 -04:00
Riley Inman
26d56baf0e
iosevka: 2.3.3 -> 3.2.2
2020-07-05 10:54:27 -04:00
Daiderd Jordan
cc148a4b3e
libxml2: fix python2 build on darwin
2020-07-05 15:09:38 +02:00
R. RyanTM
54e98623da
ldb: 2.1.3 -> 2.1.4
2020-07-05 12:55:37 +00:00
Mario Rodas
969e35423c
dune_2: 2.6.0 -> 2.6.1
...
Changelog: https://github.com/ocaml/dune/releases/tag/2.6.1
2020-07-05 12:11:03 +02:00
Mario Rodas
f25f7eb7f3
haskellPackages.mockery: fix build on darwin
2020-07-05 04:20:00 -05:00
Mario Rodas
b1f5e293cb
haskellPackages.math-functions: dontCheck on darwin
2020-07-05 04:20:00 -05:00
Vincent Laporte
cef53ab371
ocamlPackages.lwt: 4.5.0 → 5.3.0
...
ocamlPackages.lwt_ppx: 1.2.4 → 2.0.1
2020-07-05 10:48:18 +02:00
Vincent Laporte
a028138adf
ocamlPackages.inotify: fix tests with Lwt ≥ 5
2020-07-05 10:48:18 +02:00
Vincent Laporte
0270bea441
ocamlPackages.inotify: fix tests for OCaml 4.02
2020-07-05 10:48:18 +02:00
Vincent Laporte
60940d7dde
coqPackages.QuickChick: 1.2.0 → 1.2.1, 1.3.1
2020-07-05 10:43:06 +02:00
Dmitry Kalinkin
72f619f8a7
pythonPackages.hglib: re-enable test_merge_prompt_cb
...
This was resolved since ea18da4b
('mercurial: 5.3 -> 5.3.1')
2020-07-05 01:35:44 -04:00
Dennis Gosnell
f233572fdc
Merge pull request #92147 from cdepillabout/add-kaggle
...
kaggle: init at 1.5.6
2020-07-05 10:49:16 +09:00
Mario Rodas
c93e159e53
Merge pull request #92300 from marsam/fix-libdigidoc-darwin
...
libdigidoc: enable on darwin
2020-07-04 20:18:22 -05:00
Maximilian Bosch
088c4c09ed
python3Packages.docker: 4.2.1 -> 4.2.2
...
https://github.com/docker/docker-py/releases/tag/4.2.2
2020-07-05 02:16:52 +02:00
Mario Rodas
b0d53b7fe5
Merge pull request #92290 from marsam/enable-facter-darwin
...
facter: enable on darwin
2020-07-04 18:17:46 -05:00
Jan Tojnar
4bca7dfb27
Merge branch 'master' into staging-next
2020-07-04 23:59:32 +02:00
Ludovic Claude
6eeb612a9b
gradle: 5.6.4 -> 6.5.1
...
Co-authored-by: Daniël de Kok <me@github.danieldk.eu>
Use https for all urls
fix version for native library
pin gradle for jd-gui
2020-07-04 14:56:12 -07:00
Marcus Boyd
5e759553ae
pythonPackages.pylint: propagate toml
2020-07-04 14:54:20 -07:00
Jan Tojnar
dee7377508
qt5.qtwebkit: Fix paths in pc files
...
In be1b22538a
,
CMake setup-hook started to respect setOutputFlags. Since qtModule disables it by default,
cmake no longer received the multiple-output adjusted installation directory flags when
building the qtwebkit package. This resulted in incorrect paths in generated pkg-config files
and CMake config files.
Let’s temporarily enable setOutputFlags in the qtwebkit expression, until the commit is reverted.
2020-07-04 23:52:38 +02:00
Maximilian Bosch
9203abb204
Merge pull request #92246 from r-ryantm/auto-update/liquibase
...
liquibase: 3.10.0 -> 3.10.1
2020-07-04 23:22:06 +02:00
Mario Rodas
52987ec8d3
libdigidoc: enable on darwin
2020-07-04 16:20:00 -05:00
Maximilian Bosch
67a1c36929
cargo-watch: 7.4.1 -> 7.5.0
...
https://github.com/passcod/cargo-watch/releases/tag/v7.5.0
Also fixes the `aarch64`-build: https://hydra.nixos.org/build/123187262
2020-07-04 23:13:30 +02:00
R. RyanTM
ec8574ae71
elixir: 1.10.3 -> 1.10.4
2020-07-04 20:50:16 +00:00
Mario Rodas
ffbbdf247a
Merge pull request #90055 from r-ryantm/auto-update/libwhereami
...
libwhereami: 0.3.1 -> 0.5.0
2020-07-04 14:15:15 -05:00
Mario Rodas
dc80d7bc4a
Merge pull request #92242 from r-ryantm/auto-update/cpp-hocon
...
cpp-hocon: 0.2.2 -> 0.3.0
2020-07-04 13:14:29 -05:00
Dennis Gosnell
e97b8b629c
kaggle: add simple check to make sure it's not trivially broken
...
Co-authored-by: Jon <jonringer@users.noreply.github.com>
2020-07-05 03:11:55 +09:00
Benjamin Hipple
4dbd1d54c1
Merge pull request #92278 from jonringer/fix-soil
...
soil: fix build
2020-07-04 13:39:17 -04:00
Vladimír Čunát
ca2b95ba87
xapian: 1.4.15 -> 1.4.16
...
https://trac.xapian.org/wiki/ReleaseOverview/1.4.16
It seems quite minor and the parent commit rebuilds it anyway.
2020-07-04 19:11:31 +02:00
Vladimír Čunát
4fba844a0f
xapian: skip time-sensitive tests
...
I think I've seen this break builds on Hydra repeatedly, e.g:
https://hydra.nixos.org/build/123513191
2020-07-04 19:08:49 +02:00
Maximilian Bosch
eb7113f2c0
Merge pull request #92279 from jonringer/prawcore-disable-py2
...
python2Packages.prawcore: disable on python2
2020-07-04 18:48:44 +02:00
Benjamin Hipple
ad5f34afa2
Merge pull request #92280 from jonringer/fix-zope-contenttype
...
python3Packages.zope_contenttype: fix build
2020-07-04 12:35:33 -04:00
Benjamin Hipple
68a0a9b433
Merge pull request #92281 from jonringer/detox-remove
...
pythonPackages.detox: remove
2020-07-04 12:35:00 -04:00
Benjamin Hipple
0eabb1b779
Merge pull request #92277 from jonringer/fix-pipdate
...
python3Packages.pipdate: fix dependency management
2020-07-04 12:33:11 -04:00
betaboon
e747fc91fa
python3.pkgs.pyls-black: 0.4.4 -> 0.4.6
2020-07-04 09:27:54 -07:00
Frederik Rietdijk
9ffa14d581
Merge pull request #92261 from FRidh/gstreamer
...
gst-plugins-base: mark as broken
2020-07-04 18:12:08 +02:00
Jonathan Ringer
ba5559fd7a
pythonPackages.detox: remove
2020-07-04 08:53:59 -07:00
Jonathan Ringer
93e7581c9a
python3Packages.zope_contenttype: fix build
2020-07-04 08:39:36 -07:00
Jonathan Ringer
01f1f3d5d0
python2Packages.prawcore: disable on python2
...
no longer compatible with python2's urllib
```
prawcore/exceptions.py:2: in <module>
from urllib.parse import urlparse
E ImportError: No module named parse
builder for '/nix/store/3l1rqygq58hbwyzn6fqx8x4djbmzgggh-python2.7-prawcore-1.4.0.drv' failed with exit code
```
2020-07-04 08:32:46 -07:00
Vladimír Čunát
92b7ce99f7
wxGTK3*: switch to gstreamer 1.x
...
Configure log still prints `checking for GST... yes`
and the new GST libs appear in RPATH.
wxGTK28 does't seem able to configure with non-legacy GST,
but it's almost unused... so I didn't touch it.
2020-07-04 17:31:18 +02:00
Sirio Balmelli
f0c7019005
python3Packages.testfixtures: fix build (ignore failing tests)
...
Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
Co-authored-by: Joh <jonringer@users.noreply.github.com>
2020-07-04 08:27:07 -07:00
Jonathan Ringer
ee63ff7d4e
soil: fix build
2020-07-04 08:13:22 -07:00
Jonathan Ringer
7e6e87e7eb
python3Packages.pipdate: fix dependency management
2020-07-04 08:05:53 -07:00
Jonathan Ringer
ff5aaa33e9
python3Packages.aiorun: fix build
2020-07-04 07:43:58 -07:00
Frederik Rietdijk
a9ed5b7729
Merge pull request #91808 from danieldk/pytorch-1.5.1
...
python3Packages.pytorch: 1.5.0 -> 1.5.1
2020-07-04 14:38:48 +02:00
Dmitry Kalinkin
721d0c43af
numpy: fix distutils patch for 1.19.0
2020-07-04 14:35:46 +02:00
Jan Tojnar
704e9e9b24
qt4: remove multimedia support
...
It depends on ancient gstreamer which is broken and likely insecure.
2020-07-04 14:24:41 +02:00
Frederik Rietdijk
d034a0039d
gst-plugins-base: mark as broken
...
This will disable many reverse dependencies. If you need your program to work
you will need to migrate it to the newer gstreamer package.
https://github.com/NixOS/nixpkgs/issues/39975
2020-07-04 13:30:46 +02:00
Jack Kelly
c0e9bc1cf8
aws-sam-cli: 0.44.0 -> 1.0.0rc1
2020-07-04 21:01:32 +10:00
Jack Kelly
2fea6a2a64
aws-lambda-builders: 0.8.0 -> 0.9.0
2020-07-04 21:01:32 +10:00
Mario Rodas
2380e153a3
cpp-hocon: enable on darwin
2020-07-04 04:22:00 -05:00
Mario Rodas
3d88d16458
leatherman: enable on darwin
2020-07-04 04:21:00 -05:00
Mario Rodas
b3f0d9da9a
libwhereami: enable on darwin
2020-07-04 04:20:00 -05:00
Daniël de Kok
14b4a0e2f2
Merge pull request #92215 from r-ryantm/auto-update/intel-graphics-compiler
...
intel-graphics-compiler: 1.0.4062 -> 1.0.4241
2020-07-04 10:57:58 +02:00
Vladimír Čunát
e1206a2129
Merge master into staging-next
...
This brings thousands of rebuilds.
Hydra nixpkgs: ?compare=1597944
2020-07-04 09:15:27 +02:00
Daniël de Kok
563b4b01ee
Merge pull request #92191 from Tomahna/metals
...
metals: 0.9.0 -> 0.9.1
2020-07-04 08:35:45 +02:00
R. RyanTM
95930da953
liquibase: 3.10.0 -> 3.10.1
2020-07-04 05:22:12 +00:00
R. RyanTM
c271dab10a
cpp-hocon: 0.2.2 -> 0.3.0
2020-07-04 01:28:11 +00:00
Mario Rodas
033204e47a
Merge pull request #92222 from r-ryantm/auto-update/jruby
...
jruby: 9.2.11.1 -> 9.2.12.0
2020-07-03 18:58:13 -05:00
Mario Rodas
2a208beca4
Merge pull request #92221 from r-ryantm/auto-update/joker
...
joker: 0.15.4 -> 0.15.5
2020-07-03 18:56:24 -05:00
Mario Rodas
a252c3747d
Merge pull request #92179 from r-ryantm/auto-update/flyway
...
flyway: 6.4.4 -> 6.5.0
2020-07-03 18:27:57 -05:00
Mario Rodas
198d74cb65
Merge pull request #92218 from r-ryantm/auto-update/jc
...
jc: 1.11.6 -> 1.11.8
2020-07-03 18:24:31 -05:00
Daniel Șerbănescu
5c9d882550
libgweather: 3.36.0 -> 3.36.1
2020-07-04 01:23:14 +02:00
Timo Kaufmann
e437a20642
Merge pull request #86861 from evils/btrfs-heatmap
...
btrfs-heatmap: init at v8; incl. python.pkgs.btrfs
2020-07-04 00:40:04 +02:00
Evils
b75f75cd5b
python.pkgs.btrfs: init at v11
2020-07-04 00:21:57 +02:00
Saúl Cabrera
a45b66e3d9
asls: init at 0.4.0
2020-07-03 18:19:04 -04:00
Maximilian Bosch
109ec6fc25
Merge pull request #92104 from ggreif/wasmtime
...
wasmtime: 0.17.0 -> 0.18.0
2020-07-03 23:50:38 +02:00
Maximilian Bosch
db0540d178
cargo-make: fix darwin build
...
https://hydra.nixos.org/build/123569405
2020-07-03 23:10:36 +02:00
Doron Behar
b63e659a72
chromaprint: use latest ffmpeg
2020-07-04 01:57:04 +05:30
R. RyanTM
8eb0654d16
jruby: 9.2.11.1 -> 9.2.12.0
2020-07-03 20:04:39 +00:00
R. RyanTM
5e73c358aa
joker: 0.15.4 -> 0.15.5
2020-07-03 19:57:53 +00:00
Jonathan Ringer
b9fd42db62
python3Packages.sparse: fix tests
2020-07-03 12:52:20 -07:00
R. RyanTM
caa5a63f37
jc: 1.11.6 -> 1.11.8
2020-07-03 19:52:19 +00:00
Renato Florentino Garcia
b19523ba23
pythonPackages.icecream: init at 2.0.0
2020-07-03 12:34:06 -07:00
Renato Florentino Garcia
d0269a3b97
pythonPackages.executing: init at 0.4.3
2020-07-03 12:34:06 -07:00
Peter Simons
f614e5006f
Merge pull request #91759 from NixOS/haskell-updates
...
Update Haskell package set to LTS 16.3 (plus other fixes)
2020-07-03 21:29:53 +02:00
Peter Simons
8f516e2af8
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.15.5-8-g13e29eb from Hackage revision
ccbc276558
.
2020-07-03 21:29:12 +02:00
Cole Mickens
4c84e1d8eb
pythonPackages.matrix-nio: 0.12.0 -> 0.14.1
2020-07-03 12:15:59 -07:00
MetaDark
a408cd9e7c
pythonPackages.debugpy: init at 1.0.0b12
2020-07-03 12:15:09 -07:00
R. RyanTM
0c1b8043dd
python27Packages.foxdot: 0.8.8 -> 0.8.11
2020-07-03 12:04:37 -07:00
Thomas Watson
3ba2e9f15c
pythonPackages.zstandard: 0.13.0 -> 0.14.0
2020-07-03 12:04:02 -07:00
Cole Mickens
06c7787be7
pythonPackages.denonavr: 0.8.1 -> 0.9.3
2020-07-03 12:02:37 -07:00
Peter Simons
6f6e106b0c
hackage2nix: disable broken builds to fix evaluation on Hydra
2020-07-03 20:56:33 +02:00
R. RyanTM
8b895c9bcf
intel-graphics-compiler: 1.0.4062 -> 1.0.4241
2020-07-03 18:56:15 +00:00
Peter Simons
e3eda7d22d
Strip trailing white-space.
2020-07-03 20:55:32 +02:00
Peter Simons
175934c4f3
haskell-cryptohash-sha256: the jailbreak is necessary for all compilers
2020-07-03 20:55:32 +02:00
Peter Simons
6ab9c60bbe
Merge pull request #91640 from sarahzrf/patch-1
...
Fixed syntax errors in ihaskell wrapper
2020-07-03 20:17:09 +02:00
Peter Simons
3c9eb1b1d2
Merge pull request #91755 from maralorn/fix-gi-webkit2
...
haskellPackages.gi-webkit2: Fix build
2020-07-03 20:16:15 +02:00
Peter Simons
70021185c3
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.15.5-8-g13e29eb from Hackage revision
037cf9cfd7
.
2020-07-03 19:48:36 +02:00
Maximilian Bosch
12ff390744
Merge pull request #92162 from r-ryantm/auto-update/fdroidserver
...
fdroidserver: 1.1.7 -> 1.1.9
2020-07-03 18:58:56 +02:00
Kevin Rauscher
04eb79c8a9
metals: 0.9.0 -> 0.9.1
2020-07-03 18:50:01 +02:00
Daniël de Kok
4855aa62fa
python3Packages.transformers: 2.2.1 -> 3.0.1
...
Changelog:
https://github.com/huggingface/transformers/releases/tag/v3.0.0
https://github.com/huggingface/transformers/releases/tag/v3.0.1
2020-07-03 18:30:32 +02:00
Daniël de Kok
1bc8a6eeb3
python3Packages.transformers: add danieldk as maintainer
2020-07-03 18:30:32 +02:00
Daniël de Kok
8e51d14108
Merge pull request #92185 from r-ryantm/auto-update/hopper
...
hopper: 4.5.28 -> 4.5.29
2020-07-03 17:31:50 +02:00
R. RyanTM
b994272c13
hopper: 4.5.28 -> 4.5.29
2020-07-03 14:51:48 +00:00
R. RyanTM
ff5bf5e793
flyway: 6.4.4 -> 6.5.0
2020-07-03 13:40:00 +00:00
markuskowa
17e92908ec
Merge pull request #92120 from veprbl/pr/hepmc2_2_06_11
...
hepmc2: 2.06.10 -> 2.06.11, mark as LGPL 2.1
2020-07-03 14:39:52 +02:00
Maximilian Bosch
873e21190e
cargo-make: 0.31.1 -> 0.32.0
...
https://github.com/sagiegurari/cargo-make/releases/tag/0.32.0
2020-07-03 14:28:46 +02:00
R. RyanTM
7117b0d6a2
fdroidserver: 1.1.7 -> 1.1.9
2020-07-03 11:31:51 +00:00
Maximilian Bosch
8ac6e66fba
Merge pull request #92126 from r-ryantm/auto-update/bzrtp
...
bzrtp: 4.3.1 -> 4.4.0
2020-07-03 13:08:15 +02:00
Peter Simons
4058ee8471
git-annex: update sha256 hash for the new release
2020-07-03 12:44:43 +02:00
Peter Simons
a3e278e2c9
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.15.5-8-g13e29eb from Hackage revision
f309bf0ba5
.
2020-07-03 12:43:08 +02:00
Peter Simons
7c5b65c510
hackag2nix: update git-annex to the latest version
2020-07-03 12:39:38 +02:00
Peter Simons
4535c66219
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.15.5-8-g13e29eb from Hackage revision
3ea24c40c8
.
2020-07-03 12:36:11 +02:00
R. RyanTM
14a76c25e7
intel-gmmlib: 20.1.1 -> 20.2.2
2020-07-03 10:06:50 +00:00
Peter Simons
6ef1a8db24
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.15.5-7-g30d5c33 from Hackage revision
58555c5e61
.
2020-07-03 11:25:37 +02:00
Peter Simons
7536a09d30
Merge remote-tracking branch 'origin/master' into haskell-updates.
2020-07-03 11:23:30 +02:00
(cdep)illabout
935090ec23
kaggle: init at 1.5.6
2020-07-03 17:57:49 +09:00
Vincent Laporte
7df7291473
ocaml-ng.ocamlPackages_4_11.ocaml: 4.11.0+α3 → 4.11.0+β1
2020-07-03 10:29:36 +02:00
R. RyanTM
4a53c910b7
h3: 3.6.3 -> 3.6.4 ( #91591 )
2020-07-03 00:58:27 -07:00
Vincent Laporte
b1aefc40bf
ocamlPackages.ocaml_gettext: 0.4.1 → 0.4.2
2020-07-03 09:01:10 +02:00
Wael Nasreddine
f969d3b829
nanopb: include C sources ( #91055 )
2020-07-02 22:43:30 -07:00
Ryan Mulligan
73019d65bd
Merge pull request #92049 from r-ryantm/auto-update/libvmaf
...
libvmaf: 1.5.1 -> 1.5.2
2020-07-02 21:42:45 -07:00
Ryan Mulligan
f02b4c2e84
libvmaf: match upstream license
2020-07-02 21:18:37 -07:00
Mario Rodas
a25f75c390
Merge pull request #92004 from r-ryantm/auto-update/flyctl
...
flyctl: 0.0.131 -> 0.0.135
2020-07-02 23:18:02 -05:00
Mario Rodas
74fcb95d78
Merge pull request #92059 from r-ryantm/auto-update/opendht
...
opendht: 2.1.3 -> 2.1.4
2020-07-02 23:17:02 -05:00
Mario Rodas
e489b840ff
Merge pull request #92115 from r-ryantm/auto-update/bmake
...
bmake: 20200606 -> 20200629
2020-07-02 23:13:50 -05:00
Mario Rodas
916e4157c3
Merge pull request #92116 from r-ryantm/auto-update/apache-activemq
...
activemq: 5.15.13 -> 5.16.0
2020-07-02 23:07:46 -05:00
Siva Mahadevan
72f9a48471
ghc810x: remove obsolete overrides (3/x)
...
regex-pcre-builtin: -doJailbreak
regex-posix: -doJailbreak
regex-tdfa: -doJailbreak
split: -doJailbreak
tar: -doJailbreak
2020-07-02 23:42:53 -04:00
R. RyanTM
fa5ef3823e
bzrtp: 4.3.1 -> 4.4.0
2020-07-03 03:34:18 +00:00
Dmitry Kalinkin
6b82db25e3
hepmc2: 2.06.10 -> 2.06.11, mark as LGPL 2.1
2020-07-02 23:08:03 -04:00
Mario Rodas
2f32d65644
Merge pull request #92085 from r-ryantm/auto-update/skaffold
...
skaffold: 1.11.0 -> 1.12.0
2020-07-02 20:42:09 -05:00
R. RyanTM
27af16bb6c
activemq: 5.15.13 -> 5.16.0
2020-07-03 01:29:44 +00:00
Mario Rodas
d1565a01d0
skaffold: use src.rev
2020-07-02 20:24:17 -05:00
R. RyanTM
2d6d3db7e2
bmake: 20200606 -> 20200629
2020-07-03 01:07:55 +00:00
Dmitry Kalinkin
cb08cf30a2
rivet: 3.1.1 -> 3.1.2
2020-07-02 17:56:30 -07:00
Dmitry Kalinkin
952e40fcbf
yoda: 1.8.2 -> 1.8.3
2020-07-02 17:56:30 -07:00
Dennis Gosnell
4e22e03396
Merge pull request #91945 from svmhdvn/ghc810x-o1
...
ghc810x: remove obsolete overrides (1/x)
2020-07-03 09:42:23 +09:00
Peter Simons
23d2c9defd
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.15.5-7-g30d5c33 from Hackage revision
28afe9d9f2
.
2020-07-03 02:30:28 +02:00
Elan Kugelmass
2b866d8b53
go-jsonnet: add jsonnetfmt binary ( #91953 )
...
Add binary jsonnetfmt to go-jsonnet package
go-jsonnet added a jsonnetfmt implementation in [0.16.0](https://github.com/google/jsonnet/releases/tag/v0.16.0 )
As nix includes the C++ jsonnetfmt implementation in the main jsonnet package, it makes sense to mirror that pattern in the go package.
2020-07-02 18:29:43 -05:00
Gabor Greif
f16dc8aaf4
wasmtime: 0.17.0 -> 0.18.0
...
https://github.com/bytecodealliance/wasmtime/releases/tag/v0.18.0
2020-07-03 01:06:28 +02:00
Flakebi
deb78151a9
buildRustPackage: fix cargoBuildFlags
...
When features were supplied in cargoBuildFlags, the binaries were built
with these features enabled. Unless checking was disabled, `cargo test`
was executed without these build flags, meaning the binaries were
rebuilt and overwritten without the specified features.
Fix this bug by running tests after the installation phase.
2020-07-03 08:53:57 +10:00
Maximilian Bosch
fd2f00633c
Merge pull request #92058 from r-ryantm/auto-update/nuspell
...
nuspell: 3.1.1 -> 3.1.2
2020-07-03 00:20:49 +02:00
Pawel Kruszewski
17e1fbe0fc
eclipse-mat: init at 1.10.0.20200225
...
Closes #43611
2020-07-02 23:39:33 +02:00
Daniël de Kok
66d0b2a0d0
python3Packages.tokenizers: init at 0.8.0
2020-07-02 21:53:51 +02:00
Frederik Rietdijk
0091e0358b
python.pkgs.zstandard: it vendors a copy of zstd...
...
so we don't even need to give zstd at all.
Related discussion https://github.com/NixOS/nixpkgs/issues/92075 .
Follow-up to 3b4df94aeb
2020-07-02 21:49:26 +02:00
Frederik Rietdijk
3b4df94aeb
python.pkgs.zstandard: use libzstd instead of python zstd
2020-07-02 21:34:20 +02:00
R. RyanTM
52c87393ea
skaffold: 1.11.0 -> 1.12.0
2020-07-02 19:14:01 +00:00
Jonathan Ringer
6eb63fc2e5
pmd: 6.17.0 -> 6.25.0, fix runtime
2020-07-02 11:48:59 -07:00
Jonathan Ringer
e63a945017
python3Packages.canmatrix: 0.8.0 -> 0.9.1
2020-07-02 11:48:13 -07:00
Rouven Czerwinski
f32a8650fd
pythonPackages.canopen: 0.5.1 -> 1.1.0
...
Bump version for the python canopen module, move to fetchPypi and
re-enable tests.
2020-07-02 11:46:43 -07:00
Daniël de Kok
805ab8c14f
Merge pull request #91589 from waldheinz/master
...
ccache: 3.4.1 -> 3.7.10
2020-07-02 20:18:43 +02:00
Matthias Treydte
4ec15456b3
ccache: 3.4.1 -> 3.7.10
...
The fix-debug-prefix-map-suite patch became obsolete with upstream
commit:
82010e0eb9
The skip-fs-dependent-test patch with PR:
https://github.com/ccache/ccache/pull/444
2020-07-02 19:42:10 +02:00
R. RyanTM
dc5a3f9f13
rust-cbindgen: 0.14.2 -> 0.14.3
2020-07-02 10:33:07 -07:00
R. RyanTM
8f09c8061f
xxHash: 0.7.3 -> 0.7.4
2020-07-02 10:31:35 -07:00
Jan Tojnar
c1e2731dbc
Merge pull request #91957 from HenkKalkwater/fork/upgrade-telepathy
...
telepathy-qt: 0.9.7 -> 0.9.8
2020-07-02 19:14:27 +02:00
R. RyanTM
ccd560128a
opendht: 2.1.3 -> 2.1.4
2020-07-02 15:56:29 +00:00
R. RyanTM
9bf58894f1
c-blosc: 1.18.1 -> 1.19.0
2020-07-02 17:52:52 +02:00
R. RyanTM
7db2ad2a6f
opencl-headers: 2020.03.13 -> 2020.06.16
2020-07-02 17:51:56 +02:00
Frederik Rietdijk
052e3151c2
Merge pull request #91112 from Luflosi/update/sqlite
...
sqlite: 3.32.2 -> 3.32.3
2020-07-02 17:47:05 +02:00
Chuck
0cfe9f3ae2
gnumake: 4.2.1 -> 4.3
2020-07-02 17:44:47 +02:00
Alyssa Ross
204d583573
rust_1_42: drop
...
Nothing seems to need this to build any more.
2020-07-02 17:42:39 +02:00
Alyssa Ross
1f9cd4cf0a
rustc: 1.43.0 -> 1.44.1
2020-07-02 17:42:39 +02:00
Siva Mahadevan
e522cf0cd7
ghc810x: remove obsolete overrides (1/x)
...
async: -doJailbreak
ChasingBottoms: -doJailbreak
ed25519: -doJailbreak
email-validate: -doJailbreak
2020-07-02 11:37:23 -04:00
fomichevmi
0a9d9946ed
tremor: fix src link
2020-07-02 17:32:43 +02:00
R. RyanTM
79d6d2f8e7
nuspell: 3.1.1 -> 3.1.2
2020-07-02 15:29:06 +00:00
misuzu
aedbade43e
python3Packages.pip: allow setting reproducible temporary directory via NIX_PIP_INSTALL_TMPDIR
2020-07-02 17:27:13 +02:00
Frederik Rietdijk
ae1584dc98
Merge pull request #91457 from matthewbauer/prefixed-pkg-config
...
Fixes from prefixed pkg config
2020-07-02 17:26:16 +02:00
R. RyanTM
34d1210914
check: 0.14.0 -> 0.15.0
2020-07-02 17:24:49 +02:00
Tim Steinbach
5fce232e3f
elfutils: 0.176 -> 0.180
2020-07-02 17:24:23 +02:00
Arnout Engelen
fc2262365f
adoptopenjdk: 8u242 -> 8u252 and other updates
...
I was mainly interested in the 8u242->8u252 update because this backports a
number of features to JDK8, including ALPN negotiation which is relevant for
HTTP/2.
generate-sources.py also updated the other variants
2020-07-02 17:20:33 +02:00
Michael Bishop
65a5313de5
avahi: fix cross
2020-07-02 17:15:54 +02:00
Frederik Rietdijk
c33ca7c5ce
Merge staging-next into staging
2020-07-02 17:14:53 +02:00
Jonathan Ringer
798c2d8bc1
python3Packages.setuptools: 46.1.3 -> 47.3.1
2020-07-02 17:12:44 +02:00
Benjamin Hipple
a54cd1cace
Merge pull request #91982 from drewrisinger/dr-pr-semver-bump
...
pythonPackages.semver: 2.8.1 -> 2.10.2
2020-07-02 10:36:32 -04:00
Mario Rodas
55f52680f9
Merge pull request #92011 from r-ryantm/auto-update/janet
...
janet: 1.10.0 -> 1.10.1
2020-07-02 09:10:51 -05:00
Mario Rodas
4ee9de0ce0
Merge pull request #92003 from r-ryantm/auto-update/flow
...
flow: 0.127.0 -> 0.128.0
2020-07-02 09:01:51 -05:00
R. RyanTM
e9f72106c7
libvmaf: 1.5.1 -> 1.5.2
2020-07-02 13:59:52 +00:00
Markus Kowalewski
e6403d28e8
openmpi: build against external PMIx library
2020-07-02 15:39:47 +02:00
R. RyanTM
426bf48c48
janet: 1.10.0 -> 1.10.1
2020-07-02 12:23:08 +00:00
R. RyanTM
2ba13fea0b
flyctl: 0.0.131 -> 0.0.135
2020-07-02 10:34:17 +00:00
R. RyanTM
5b846f1c11
flow: 0.127.0 -> 0.128.0
2020-07-02 10:29:08 +00:00
Henk Kalkwater
e2c742329f
telepathy-qt: 0.9.7 -> 0.9.8
...
* telepathy 0.9.8 no longer supports Qt 4, so telepathy-qt and
telepathy_qt now throw an error suggesting to use the Qt 5 packages
instead.
* telepathy 0.9.8 uses Python 3 instead of Python 2, so that has been
corrected in the package.
* telepathy 0.9.8 includes the patch that was previously manually added,
so therefore it is removed from the package.
2020-07-02 11:40:33 +02:00
Mario Rodas
ba67663b0a
Merge pull request #91993 from r-ryantm/auto-update/circleci-cli
...
circleci-cli: 0.1.8302 -> 0.1.8599
2020-07-02 04:23:10 -05:00
Mario Rodas
14d7376c49
Merge pull request #91985 from Chili-Man/patch-1
...
kubectx: 0.9.0 -> 0.9.1
2020-07-02 04:22:37 -05:00
R. RyanTM
55948dff74
circleci-cli: 0.1.8302 -> 0.1.8599
2020-07-02 07:03:20 +00:00
Damien Cassou
629def7e2b
Merge pull request #91942 from DamienCassou/cypress-4.9.0
...
cypress: 4.8.0 -> 4.9.0
2020-07-02 07:58:27 +02:00
Steve Purcell
dcfd6141c1
libpromhttp: init at 0.1.1, build in combination with libprom
2020-07-02 17:09:52 +12:00
Diego Rodriguez
2f817d5c77
kubectx: 0.9.0 -> 0.9.1
...
New release of Go implementation of Kubectx: https://github.com/ahmetb/kubectx/releases/tag/v0.9.1
2020-07-01 22:28:36 -06:00
Drew Risinger
4ab1c2b032
apache-airflow: unbreak
...
Unpins some dependencies to unbreak. Removes unused python dependencies,
and corrects some dependency replacements
2020-07-01 23:25:12 -04:00
Drew Risinger
8ec02758c0
pythonPackages.flask-appbuilder: unpin flask-login
2020-07-01 23:24:46 -04:00
Drew Risinger
5818654847
pythonPackages.semver: 2.8.1 -> 2.10.2
2020-07-01 22:51:41 -04:00
Dennis Gosnell
eb63d9dfc1
Merge pull request #91879 from svmhdvn/overrides-14
...
haskellPackages: cleaning up obsolete overrides (14/x)
2020-07-02 10:36:08 +09:00
Dennis Gosnell
f911872180
Merge pull request #91952 from svmhdvn/ghc810x-o5
...
ghc810x: remove obsolete overrides (5/x)
2020-07-02 10:34:12 +09:00
Dennis Gosnell
c391ffc804
Merge pull request #91951 from svmhdvn/ghc810x-o4
...
ghc810x: remove obsolete overrides (4/x)
2020-07-02 10:33:36 +09:00
Dennis Gosnell
0b925d7229
Merge pull request #91947 from svmhdvn/ghc810x-o2
...
ghc810x: remove obsolete overrides (2/x)
2020-07-02 10:31:40 +09:00
Peter Simons
daf8824df9
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.15.5-7-g30d5c33 from Hackage revision
9c9208cdf3
.
2020-07-02 02:30:31 +02:00
Mario Rodas
c343436fcd
Merge pull request #91924 from marsam/update-heroku
...
heroku: 7.41.1 -> 7.42.2
2020-07-01 18:35:08 -05:00
Federico Rampazzo
ae16459305
PerconaToolkit: use shortenPerlShebang ( #91921 )
2020-07-01 18:26:18 -04:00
Vincent Laporte
18094dbdc2
frama-c: 21.0 (Scandium) → 21.1 (Scandium)
2020-07-01 23:51:10 +02:00
Claudio Bley
cda852a528
bazel: 3.3.0 -> 3.3.1
2020-07-01 23:23:33 +02:00
Drew Risinger
2396eb646d
conan: 1.25.0 -> 1.27.0
...
Switch to fetching source from GitHub vs PyPi, which will enable running
packaging tests in the future.
2020-07-01 12:45:39 -07:00
Drew Risinger
ea5a79c4a3
conan: enable pythonPackages.six > 1.14.0
2020-07-01 12:45:39 -07:00
Cole Mickens
3ddf576767
pythonPackages.tinycss2: remove failing lint test
2020-07-01 12:10:15 -07:00
Daiderd Jordan
e002920d8c
libwebsockets: fix clang build
2020-07-01 20:58:30 +02:00
Markus Kowalewski
8f5df75199
pmix: init at 3.1.5
2020-07-01 20:40:20 +02:00
Cole Mickens
85c5636938
pythonPackages.html-sanitizer init at 1.9.1
2020-07-01 11:03:40 -07:00
Drew Risinger
08df77da32
python3Packages.qasm2image: mark broken
...
Reasons: Last update was Oct 2018 (no activity on GitHub since), failed
tests don't error out the build (i.e. failed build can still succeed),
and this package has not been kept updated to reflect the changing
python3Packages.qiskit API.
2020-07-01 10:37:29 -07:00
Drew Risinger
8fb624ceff
python3Packages.cssselect2: unbreak
...
Imports were out of date. v0.3.0 no longer supports python2.
2020-07-01 10:37:29 -07:00
Drew Risinger
20237cc9e5
python3Packages.tinycss2: unbreak
...
Newly breaking due to changes in pytest-flake8, resolved with upstream
patch.
Took the opportunity to clean up the package a little bit too, remove
unnecessary patch.
2020-07-01 10:37:29 -07:00
Drew Risinger
265e567557
python3Packages.qiskit: 0.19.1 -> 0.19.6
2020-07-01 10:37:29 -07:00
Drew Risinger
ed69f06e02
python3Packages.qiskit-aqua: 0.7.0 -> 0.7.3
2020-07-01 10:37:29 -07:00
Drew Risinger
d4dd524948
python3Packages.qiskit-ibmq-provider: 0.7.0 -> 0.7.2
2020-07-01 10:37:29 -07:00
Drew Risinger
0242e11c53
python3Packages.qiskit-ignis: 0.3.0 -> 0.3.3
2020-07-01 10:37:29 -07:00
Drew Risinger
1c8371b488
python3Packages.qiskit-aer: 0.5.1 -> 0.5.2
2020-07-01 10:37:29 -07:00
Drew Risinger
50f9065e30
python3Packages.qiskit-terra: 0.14.1 -> 0.14.2
2020-07-01 10:37:29 -07:00
Drew Risinger
9962a039b3
python3Packages.retworkx: 0.3.3 -> 0.3.4
...
Fix issue with hash lookup that failed on python3.8.
2020-07-01 10:37:29 -07:00
Johannes Schleifenbaum
8c2d5d8cce
pythonPackages.pywebview: 3.2 -> 3.3.1
2020-07-01 10:24:45 -07:00
Mitsuhiro Nakamura
a1bea5278d
luaPackages.readline: init at 2.6-0 ( #91854 )
2020-07-01 17:58:50 +02:00
Siva Mahadevan
129b21a426
ghc810x: remove obsolete overrides (5/x)
...
cabal-plan: -doJailbreak
cborg: -doJailbreak
cborg-json: -doJailbreak
relude: -dontCheck, -doJailbreak
2020-07-01 11:43:19 -04:00
Siva Mahadevan
ac690a7874
ghc810x: remove obsolete overrides (4/x)
...
tasty-expected-failure: -doJailbreak
tasty-rerun: -doJailbreak
vector: -doJailbreak
zlib: -doJailbreak
aeson-diff: -doJailbreak
2020-07-01 11:39:39 -04:00
R. RyanTM
5bb1198ccc
robin-map: 0.6.2 -> 0.6.3
2020-07-01 17:06:56 +02:00
Siva Mahadevan
78898bfe90
ghc810x: remove obsolete overrides (2/x)
...
feed: -doJailbreak
hashable: -doJailbreak
parallel: -doJailbreak
regex-base: -doJailbreak
regex-compat: -doJailbreak
2020-07-01 10:40:06 -04:00
Michael Raskin
be977642da
Merge pull request #91793 from turion/91787_flightgear
...
flightgear: 2019.1.1 -> 2020.1.3, simgear: 2020.1.{1 -> 3}
2020-07-01 14:37:37 +00:00
Siva Mahadevan
1e807cd25b
haskellPackages: remove obsolete overrides
...
lenz-template: -doJailbreak
resolv: -dontCheck
cassava: -doJailbreak
language-ecmascript: -doJailbreak
xmlhtml: -doJailbreak
2020-07-01 10:10:41 -04:00
Damien Cassou
896c5ef4ba
cypress: 4.8.0 -> 4.9.0
2020-07-01 15:53:59 +02:00
Daniël de Kok
07eef329b2
Merge pull request #91858 from r-ryantm/auto-update/suitesparse-graphblas
...
suitesparse-graphblas: 3.2.2 -> 3.3.0
2020-07-01 15:35:00 +02:00
Manuel Bärenz
2b88a4fd29
flightgear: 2019.1.1 -> 2020.1.2, simgear: 2020.1.{1 -> 2}
2020-07-01 14:58:09 +02:00
sternenseemann
2c616aa638
ocamlPackages.angstrom*: 0.13.0 -> 0.14.1
...
ocamlPackages.email_message: fix 0.12.0 version for angstrom 0.14
ocamlPackages.encore: 0.3 → 0.5
ocamlPackages.git{,-http,-unix}: 2.1.2 → 2.1.3
2020-07-01 13:51:04 +02:00
Vincent Laporte
581660a4d3
ocamlPackages.camlp5: 7.11 → 7.12
2020-07-01 13:46:30 +02:00
R. RyanTM
200cc565b9
closurecompiler: 20200517 -> 20200614 ( #91912 )
2020-07-01 05:01:03 -05:00
Pascal Bach
c323751a71
gitlab-runner: remove additional binaries ( #91811 )
...
Only the gitlab-runner and the helper-images are required.
All other binaries that were currently in the derivation were only for
testing.
2020-07-01 09:43:31 +00:00
Bas van Dijk
27f107dc01
Merge pull request #91840 from basvandijk/fix-selectors2
...
pythonPackages.selectors2: fix build by disabling failing test_above_fd_setsize
2020-07-01 11:20:46 +02:00
Mario Rodas
a8a49b4ad3
heroku: 7.41.1 -> 7.42.2
2020-07-01 04:20:00 -05:00
sternenseemann
fce108ef60
ocamlPackages.bigarray-overlap: init at 0.2.0
2020-07-01 10:15:13 +02:00
Emery Hemingway
00c6fa607c
nim: 1.2.0 -> 1.2.4
2020-07-01 13:37:47 +05:30
Jörg Thalheim
460563d4e4
Merge pull request #91823 from Mic92/dpdk
2020-07-01 08:48:25 +01:00
Michael Raskin
4b0437a05f
Merge pull request #91899 from r-ryantm/auto-update/bctoolbox
...
bctoolbox: 4.3.1 -> 4.4.0
2020-07-01 07:21:51 +00:00
Daniël de Kok
8ba675379a
Merge pull request #91877 from r-ryantm/auto-update/waylandpp
...
waylandpp: 0.2.7 -> 0.2.8
2020-07-01 09:03:11 +02:00
Dennis Gosnell
91f867f160
Merge pull request #91885 from svmhdvn/overrides-17
...
haskellPackages: cleaning up obsolete overrides (17/x)
2020-07-01 15:41:29 +09:00
Dennis Gosnell
3116998432
Merge pull request #91884 from svmhdvn/overrides-16
...
haskellPackages: cleaning up obsolete overrides (16/x)
2020-07-01 15:40:51 +09:00
Dennis Gosnell
80fce2e09e
Merge pull request #91881 from svmhdvn/overrides-15
...
haskellPackages: cleaning up obsolete overrides (15/x)
2020-07-01 15:40:17 +09:00
Dennis Gosnell
7b71e8e0f1
Merge pull request #91876 from svmhdvn/overrides-13
...
haskellPackages: cleaning up obsolete overrides (13/x)
2020-07-01 15:38:51 +09:00
Dennis Gosnell
92e88c429d
Merge pull request #91875 from svmhdvn/overrides-12
...
haskellPackages: cleaning up obsolete overrides (12/x)
2020-07-01 15:38:10 +09:00
Daniël de Kok
7887081737
Merge pull request #91515 from jonringer/bump-onnxruntime-1.3.1
...
onnxruntime: 1.2.0 -> 1.3.1
2020-07-01 08:19:58 +02:00
Ryan Mulligan
bff350e854
Merge pull request #89643 from r-ryantm/auto-update/micronaut
...
micronaut: 1.3.5 -> 1.3.6
2020-06-30 22:01:52 -07:00
Mario Rodas
81caf6815f
Merge pull request #91841 from luc-tielen/souffle-2.0.0
...
souffle: 1.7.1 -> 2.0.0
2020-06-30 22:29:34 -05:00
Mario Rodas
af1f7d58ea
Merge pull request #91892 from r-ryantm/auto-update/zlog
...
zlog: 1.2.14 -> 1.2.15
2020-06-30 19:56:23 -05:00
Mario Rodas
0d3eca8bf2
Merge pull request #91856 from r-ryantm/auto-update/sslyze
...
sslyze: 3.0.7 -> 3.0.8
2020-06-30 19:53:31 -05:00
Mario Rodas
731417253f
Merge pull request #91862 from r-ryantm/auto-update/terraform-ls
...
terraform-ls: 0.3.2 -> 0.4.0
2020-06-30 19:44:42 -05:00
Mario Rodas
44f3bd05e0
Merge pull request #91843 from marsam/update-nodejs-12_x
...
nodejs: 12.18.1 -> 12.18.2, 14.4.0 -> 14.5.0
2020-06-30 19:41:45 -05:00
Peter Simons
7c83bf4a2e
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.15.5-7-g30d5c33 from Hackage revision
17709067c7
.
2020-07-01 02:30:32 +02:00
Mario Rodas
7e623d8c44
Merge pull request #91891 from r-ryantm/auto-update/zef
...
zef: 0.8.4 -> 0.8.5
2020-06-30 19:19:29 -05:00
Mario Rodas
f94188f2a5
zlog: enable on darwin
2020-06-30 19:16:30 -05:00
Mario Rodas
09756b3a52
Merge pull request #91887 from r-ryantm/auto-update/yq-go
...
yq-go: 3.3.1 -> 3.3.2
2020-06-30 19:11:45 -05:00
Mario Rodas
58d13e99e4
Merge pull request #91861 from r-ryantm/auto-update/terracognita
...
terracognita: 0.4.0 -> 0.5.0
2020-06-30 18:20:37 -05:00
Mario Rodas
761dbe5ba8
nodejs: add marsam to maintainers
2020-06-30 18:17:35 -05:00
Mario Rodas
7808331560
nodejs-14_x: 14.4.0 -> 14.5.0
...
Changelog: https://github.com/nodejs/node/releases/tag/v14.5.0
2020-06-30 18:15:49 -05:00
Maximilian Bosch
6c648f96e3
Merge pull request #91869 from r-ryantm/auto-update/tokei
...
tokei: 11.2.1 -> 12.0.4
2020-07-01 00:53:05 +02:00
R. RyanTM
db1148c4f3
bctoolbox: 4.3.1 -> 4.4.0
2020-06-30 22:50:17 +00:00
Vladimír Čunát
e640908b92
Merge #79391 : glibc: 2.30 -> 2.31
2020-07-01 00:04:29 +02:00
Jörg Thalheim
5c62e72f2b
spdk: 20.01.1 -> 20.04.1
2020-06-30 23:04:03 +01:00
Tim Steinbach
360e0fae7e
Merge pull request #91846 from r-ryantm/auto-update/sbt
...
sbt: 1.3.12 -> 1.3.13
2020-06-30 17:09:05 -04:00
R. RyanTM
adba00e92a
zlog: 1.2.14 -> 1.2.15
2020-06-30 21:07:47 +00:00
R. RyanTM
9de27d21ee
zef: 0.8.4 -> 0.8.5
2020-06-30 21:02:04 +00:00
R. RyanTM
1a7ac5872e
yq-go: 3.3.1 -> 3.3.2
2020-06-30 20:40:10 +00:00
Siva Mahadevan
f979a8861c
haskellPackages: remove obsolete overrides
...
attoparsec: -dontCheck
nix-derivation: -doJailbreak
cryptohash-sha256: -dontCheck
text-short: -doJailbreak
genvalidity-property: -doJailbreak
2020-06-30 16:08:33 -04:00
Siva Mahadevan
9dcf531027
haskellPackages: remove obsolete overrides
...
universum: -dontCheck
MissingH: -dontCheck, -doJailbreak
html-entities: -doJailbreak
restless-git: -doJailbreak
blaze-markup: -doJailbreak
2020-06-30 15:49:56 -04:00
Siva Mahadevan
5cd8370d27
haskellPackages: remove obsolete overrides
...
web-routes-th: -doJailbreak
load-env: -dontCheck
servant-swagger: -dontCheck
vector-algorithms: -dontCheck
graphviz: -dontCheck
2020-06-30 15:03:25 -04:00
Oleksii Filonenko
2321476db1
Merge pull request #91880 from r-ryantm/auto-update/wrangler
...
wrangler: 1.9.2 -> 1.10.3
2020-06-30 22:03:14 +03:00
R. RyanTM
9cf41a84bc
wrangler: 1.9.2 -> 1.10.3
2020-06-30 19:00:55 +00:00
Jonathan Ringer
e3761b651c
onnxruntime: 1.2.0 -> 1.3.1
...
Co-authored by: @marsam
2020-06-30 11:51:29 -07:00
R. RyanTM
124d88a5fe
waylandpp: 0.2.7 -> 0.2.8
2020-06-30 18:37:43 +00:00
Siva Mahadevan
5f93c0e69d
haskellPackages: remove obsolete overrides
...
bitwise-enum: -doJailbreak
haskell-ci: -doJailbreak
jsaddle: -dontCheck
term-rewriting: -doJailbreak
pure-zlib: -doJailbreak
2020-06-30 14:35:51 -04:00
Siva Mahadevan
01ce5d4488
haskellPackages: remove obsolete overrides
...
xmobar: -appendPatch
data-accessor-template: -overrideCabal
cabal-lenses: -doJailbreak
spacecookie: -doJailbreak
krank: -doJailbreak
2020-06-30 14:31:08 -04:00
R. RyanTM
5e8a6e42ab
tokei: 11.2.1 -> 12.0.4
2020-06-30 17:41:06 +00:00
R. RyanTM
133d5ae422
terraform-ls: 0.3.2 -> 0.4.0
2020-06-30 16:58:35 +00:00
R. RyanTM
968e1a03eb
terracognita: 0.4.0 -> 0.5.0
2020-06-30 16:51:53 +00:00
Daniël de Kok
5d4d7c24c7
Merge pull request #91845 from Flakebi/amdvlk
...
amdvlk: 2020.Q2.5 -> 2020.Q2.6
2020-06-30 18:32:58 +02:00
R. RyanTM
669b2ab244
suitesparse-graphblas: 3.2.2 -> 3.3.0
2020-06-30 16:21:46 +00:00