Commit Graph

86338 Commits

Author SHA1 Message Date
Frederik Rietdijk
adb42a1ac3 python: Nikola: 8.0.4 -> 8.1.1 2020-08-16 19:30:49 +02:00
Frederik Rietdijk
bfdcf9cdb5 python: JPype1: 0.7.5 -> 1.0.2 2020-08-16 19:30:49 +02:00
Michael Weiss
dfbda2135c
Merge pull request #89657 from primeos/mesa-DriConf-fix
mesa: Set datadir so that the path to the DriConf defaults is correct
2020-08-15 22:36:42 +02:00
Frederik Rietdijk
cfe6081cee Merge staging-next into staging 2020-08-15 09:12:42 +02:00
Frederik Rietdijk
02b6ff65d2
Merge pull request #95477 from marsam/update-flexget
flexget: 3.1.59 -> 3.1.67
2020-08-15 09:09:59 +02:00
Frederik Rietdijk
49f4475307
Merge pull request #95305 from jonringer/remove-py35
python35: remove
2020-08-15 09:08:47 +02:00
R. RyanTM
e3a495f281 imlib2: 1.6.1 -> 1.7.0 2020-08-15 09:05:50 +02:00
R. RyanTM
c6825953c0 libmbim: 1.24.0 -> 1.24.2 2020-08-15 09:05:27 +02:00
R. RyanTM
cdd153807e libqmi: 1.26.0 -> 1.26.2 2020-08-15 09:05:06 +02:00
Dominik Honnef
90cd27e4a0 x265: build a single shared library for all bit-depths
This builds the 10-bit and 12-bit versions of x265 as static
libraries, which then get linked into the 8-bit dynamic library and
executable. This causes x265 to default to 8-bit, but make 10- and
12-bit available to callers that use introspection, such as ffmpeg.

    $ x265 -V
    x265 [info]: HEVC encoder version 3.2
    x265 [info]: build info [Linux][GCC 9.3.0][64 bit] 8bit+10bit+12bit
    x265 [info]: using cpu capabilities: MMX2 SSE2Fast LZCNT SSSE3 SSE4.2 AVX FMA3 BMI2 AVX2

    $ ffmpeg -h encoder=libx265
    [...]
        Supported pixel formats: yuv420p yuvj420p yuv422p yuvj422p yuv444p yuvj444p gbrp yuv420p10le yuv422p10le yuv444p10le gbrp10le yuv420p12le yuv422p12le yuv444p12le gbrp12le gray gray10le gray12le

Inspired by @codyopel's comment on #80405.
2020-08-15 08:59:31 +02:00
Frederik Rietdijk
d59c57f8a6
Merge pull request #92412 from matthewbauer/blas-cross
Blas/Lapack cross fixes
2020-08-15 08:55:57 +02:00
David Guibert
1b54b2aa0d ffmpeg: set explicit --enable-libass
needed for subtitles filter.
2020-08-15 08:54:01 +02:00
Frederik Rietdijk
4b340cbbb4
Merge pull request #93083 from risicle/ris-cpython-debug
cpython: add separateDebugInfo, allow use of gdb libpython
2020-08-15 08:52:42 +02:00
Ryan Mulligan
a0c7ccf4ae
Merge pull request #95415 from r-ryantm/auto-update/intel-media-sdk
intel-media-sdk: 20.2.0 -> 20.2.1
2020-08-14 23:52:24 -07:00
R. RyanTM
7c2918230f libevdev: 1.9.0 -> 1.9.1 2020-08-15 08:50:17 +02:00
Daniël de Kok
22089bf50a python3Packages.numpy: add hypothesis to checkInputs
numpy has added hypothesis as a dependency for running property-based
tests:

https://github.com/numpy/numpy/pull/15189

However, hypothesis is not an input of the derivations. And thus tests
have been failing with:

ERROR .. - ModuleNotFoundError: No module named 'hypothesis'

https://hydra.nixos.org/build/124613306/nixlog/1

This change adds hypothesis to checkInputs, so that tests are run
again.
2020-08-15 08:37:29 +02:00
Rohit Goswami
1a3c5b2203 libuv: Skip tests which time out 2020-08-15 08:37:12 +02:00
R. RyanTM
760a0ef7ba check: 0.15.0 -> 0.15.2 2020-08-15 08:36:33 +02:00
Thomas Tuegel
5530043208 qtdeclarative: Patch for scrollbar regression 2020-08-15 08:36:15 +02:00
Daniël de Kok
900b2d5a6c python3: fix impure /bin/sh call in subprocess 2020-08-15 08:34:02 +02:00
Jan Tojnar
a1baa4f0bf openexr: 2.5.2 → 2.5.3
https://github.com/AcademySoftwareFoundation/openexr/releases/tag/v2.5.3

* Includes the musl patch.
* Also clean up a bit while at it:
    * libtool not necessary since CMake port
    * enableParallelBuilding is on by default with cmake
2020-08-15 08:33:38 +02:00
R. RyanTM
4005fe7f55 cmake: 3.18.0 -> 3.18.1 2020-08-15 08:33:21 +02:00
R. RyanTM
51f2d47897 doxygen: 1.8.18 -> 1.8.19 2020-08-15 08:31:54 +02:00
R. RyanTM
1e91e72a62 libipt: 2.0.1 -> 2.0.2 2020-08-15 08:31:38 +02:00
Daniël de Kok
99ab8713bf
Merge pull request #95464 from sternenseemann/tllist-1.0.2
tllist: 1.0.1 → 1.0.2
2020-08-15 08:29:49 +02:00
Vincent Laporte
774db64cc6 js_of_ocaml: 3.6.0 → 3.7.0 2020-08-15 07:29:11 +02:00
R. RyanTM
d996c72306
joker: 0.15.5 -> 0.15.6 (#95407) 2020-08-14 21:48:06 -07:00
zowoq
1790e642f2
go_1_13: remove (#95478) 2020-08-14 21:17:14 -07:00
Benjamin Hipple
b93a36c362
Merge pull request #95469 from cript0nauta/srcs
Use src instead of srcs in Python packages
2020-08-14 21:13:30 -04:00
Mario Rodas
3a54222d93
Merge pull request #95445 from alerque/sile-0.10.10
sile: 0.10.9 → 0.10.10
2020-08-14 20:12:14 -05:00
Benjamin Hipple
b5cbb98caf
Merge pull request #95466 from jonringer/disable-javaobj-py3
pythonPackages.javaobj-py3: disable
2020-08-14 21:03:35 -04:00
Matías Lang
0de3cdf197 pythonPackages.openwrt-luci-rpc: use src instead of srcs 2020-08-14 21:46:48 -03:00
Matías Lang
20a80c1786 pythonPackages.jq: use src instead of srcs 2020-08-14 21:46:13 -03:00
Malte Brandy
339e9dacbd
haskellPackages.jsaddle-webkit2gtk: Fix wrong patch-url
I had specified the wrong commit id before
2020-08-15 02:42:23 +02:00
Jonathan Ringer
46bde4e787
pythonPackages.javaobj-py3: disable
ERROR: Could not find a version that satisfies the requirement typing; python_version <= "3.4" (from javaobj-py3==0.4.1) (from versions: none)
  ERROR: No matching distribution found for typing; python_version <= "3.4" (from javaobj-py3==0.4.1)
2020-08-14 17:34:10 -07:00
R. RyanTM
432b295457 gllvm: 1.2.6 -> 1.2.7 2020-08-14 17:24:38 -07:00
R. RyanTM
811f21c5f4 librealsense: 2.36.0 -> 2.38.0 2020-08-14 17:15:32 -07:00
sternenseemann
8c84a3b433 tllist: 1.0.1 → 1.0.2 2020-08-15 01:33:15 +02:00
freezeboy
ff8e1825ab librealsense,python3Packages.pyrealsense2: refactor to add cudaSupport and python bindings 2020-08-14 15:47:17 -07:00
Martin Weinelt
5bb50d688e
Merge pull request #95457 from jonringer/re-enable-recommonmark
python3Packages.recommonmark: disable tests
2020-08-15 00:17:26 +02:00
Jonathan Ringer
81a3d7863d
python3Packages.recommonmark: disable tests
fails against latest sphinx, but errors suggest
session needs to be cleaned
2020-08-14 13:57:14 -07:00
R. RyanTM
42e2700157 python27Packages.hg-evolve: 10.0.0 -> 10.0.1 2020-08-14 13:47:39 -07:00
Jan Tojnar
47d561b10f libinput: 1.15.6 -> 1.16.1
https://lists.freedesktop.org/archives/wayland-devel/2020-August/041578.html
https://lists.freedesktop.org/archives/wayland-devel/2020-August/041590.html
2020-08-14 21:28:29 +02:00
R. RyanTM
aec3c76dca bison: 3.6.4 -> 3.7.1 2020-08-14 21:28:08 +02:00
Peter Simons
00a9d3f261
Merge pull request #95262 from NixOS/haskell-updates
Update Haskell package set to LTS 16.9 (plus other fixes)
2020-08-14 21:14:08 +02:00
Anders Kaseorg
729e7295cf meson: Add upstream patch to stop failing on skipped tests
https://github.com/mesonbuild/meson/pull/7525

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2020-08-14 21:01:46 +02:00
Peter Simons
6c5e220501 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.15.5-13-g52041eb from Hackage revision
29b47bf07a.
2020-08-14 20:45:19 +02:00
Peter Simons
9bede6ac6b hackage2nix: update list of broken builds 2020-08-14 20:44:31 +02:00
Peter Simons
2b5c3c8ce8 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.15.5-13-g52041eb from Hackage revision
29b47bf07a.
2020-08-14 20:41:34 +02:00
worldofpeace
4301143db5
Merge pull request #95432 from dasj19/webkitgtk-update
webkitgtk: 2.28.3 -> 2.28.4
2020-08-14 14:34:41 -04:00
Peter Simons
ac204ecef4 hackage2nix: update list of broken builds 2020-08-14 20:33:35 +02:00
Peter Simons
929ecab0d7 hackage2nix: update list of broken builds 2020-08-14 20:29:59 +02:00
Peter Simons
5ab537ec6b
Merge pull request #95434 from maralorn/fix-gi-pango
[haskell-updates] haskellPackages.pango: Bump version (including deps) to fix build
2020-08-14 20:29:13 +02:00
Ryan Mulligan
f1f9ea32a6
Merge pull request #95430 from r-ryantm/auto-update/libmediainfo
libmediainfo: 20.03 -> 20.08
2020-08-14 11:25:28 -07:00
Caleb Maclennan
28593b182b lua-penlight: 1.7.0 → 1.8.0 2020-08-14 21:23:10 +03:00
Caleb Maclennan
e1f6f37dc9 lua-cassowary: Fix URL and add myself to maintainer list
(I am also an upstream committer.)
2020-08-14 21:21:55 +03:00
Peter Simons
6457132565 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.15.5-13-g52041eb from Hackage revision
29b47bf07a.
2020-08-14 20:15:06 +02:00
Peter Simons
f49c3f372d hackage2nix: update list of broken builds to fix evaluation 2020-08-14 20:14:10 +02:00
Peter Simons
62c0e3ac5d hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.15.5-13-g52041eb from Hackage revision
f40cab4d6e.
2020-08-14 20:12:16 +02:00
Malte Brandy
ff5c9664b6
haskellPackages.haskell-language-server: Fix evalution errors 2020-08-14 19:02:59 +02:00
Michael Weiss
e3e1aa0536
Merge pull request #95327 from primeos/cmake-fix-pch-regression
cmake: Add a patch to fix a regression since CMake 3.18
2020-08-14 18:46:30 +02:00
Malte Brandy
06fba2072c
haskellPackages.pango: Bump version (including deps) to fix build
This does not file all haskell-gi dependencies. I have limited myself to
the ones needed to build webkitgtk, because I care about that one and
the issue is hopefully only temporary anyways.
2020-08-14 18:42:29 +02:00
Daniel Șerbănescu
78623366f6 gdk-pixbuf-xlib: 2019-10-19-unstable -> 2020-06-11-unstable 2020-08-14 17:22:18 +02:00
Daniel Șerbănescu
838955243d webkitgtk: 2.28.3 -> 2.28.4 2020-08-14 17:11:44 +02:00
R. RyanTM
6eddb3be7c libmediainfo: 20.03 -> 20.08 2020-08-14 14:43:09 +00:00
sternenseemann
71fbe1ddaa ocamlPackages.tls: 0.12.3 → 0.12.4 2020-08-14 16:31:34 +02:00
sternenseemann
a78dc3a750 ocamlPackages.dns(-client): 4.6.1 → 4.6.2 2020-08-14 16:25:18 +02:00
sternenseemann
cc4bb4b93b ocamlPackages.hacl_x25519: 0.1.1 → 0.2.0 2020-08-14 15:42:46 +02:00
Matthew Maurer
1c243af737 ocamlPackages.bap: 1.6.0 -> 2.0.0
Also roll libbap forwards, as it does not build against the new bap.
2020-08-14 15:26:15 +02:00
sternenseemann
cb2d328479 ocamlPackages.cohttp{,-lwt,-lwt-unix}: 2.5.1 → 2.5.4 2020-08-14 14:40:29 +02:00
Dennis Gosnell
c3a618dd5a
Merge pull request #95338 from turion/haskell-updates_essence-of-live-coding
haskell-update: Mark essence-of-live-coding* as unbroken
2020-08-14 21:12:27 +09:00
sternenseemann
177389f753 ocamlPackages.mirage-crypto*: 0.8.1 → 0.8.3 2020-08-14 13:22:41 +02:00
R. RyanTM
7fda64b4d7 gegl_0_4: 0.4.24 -> 0.4.26 2020-08-14 12:30:40 +02:00
R. RyanTM
27f89ed443 intel-media-sdk: 20.2.0 -> 20.2.1 2020-08-14 10:01:19 +00:00
Peter Simons
720a19381b git-annex: update sha256 hash for new version 8.20200810 2020-08-14 09:59:59 +02:00
Peter Simons
04bbc4e481 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.15.5-13-g52041eb from Hackage revision
5a9a49258d.
2020-08-14 09:51:48 +02:00
Manuel Bärenz
8cf19841e6 haskell-update: Mark essence-of-live-coding* as unbroken 2020-08-14 09:50:03 +02:00
Peter Simons
144b1ddb1c Merge remote-tracking branch 'origin/master' into haskell-updates. 2020-08-14 09:46:18 +02:00
Peter Simons
c06d2c2a7c haskell-statistics: disable the test suite so that we can build the package
Builds fail occasionally because of https://github.com/bos/statistics/issues/170.
2020-08-14 09:43:45 +02:00
Daniël de Kok
08bc81bdc5
Merge pull request #95088 from danieldk/git-quick-stats-wrap
git-quick-stats: properly wrap
2020-08-14 08:36:40 +02:00
Vincent Laporte
c25d99efcb ocamlPackages.merlin-extend: 0.4 → 0.6 2020-08-14 07:57:04 +02:00
Vincent Laporte
49a99103c8 ocamlPackages.uucd: 10.0.0 → 13.0.0 2020-08-14 07:35:26 +02:00
Mario Rodas
294e42e595
python38Packages.flask-restx: init at 0.2.0 2020-08-13 23:22:00 -05:00
Mario Rodas
67d762390e
python38Packages.loguru: fix build on darwin 2020-08-13 23:21:00 -05:00
Mario Rodas
461bc85c31
python38Packages.construct: fix build on darwin 2020-08-13 23:20:00 -05:00
Peter Simons
8a1661d73f hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.15.5-13-g52041eb from Hackage revision
6fc474c82c.
2020-08-14 02:30:31 +02:00
zowoq
cdd4547867 buildGoModule: check if vendor exists with deleteVendor 2020-08-14 07:50:37 +10:00
zowoq
961aa31455 buildGoModule: update deleteVendor docs 2020-08-14 07:50:37 +10:00
Daniel Șerbănescu
6a43399747 reportlab: 3.5.46 -> 3.5.47 2020-08-13 14:44:45 -07:00
Ryan Mulligan
6127d1e117
Merge pull request #95261 from r-ryantm/auto-update/operator-sdk
operator-sdk: 0.19.2 -> 1.0.0
2020-08-13 14:11:12 -07:00
Jan Tojnar
afe22f645a
Merge branch 'staging-next' into staging 2020-08-13 21:59:15 +02:00
Michael Weiss
cd41673813
mesa: Move the DriConf defaults from $drivers to $out
The effective change is that "drirc.d/00-mesa-defaults.conf" will now be
installed to $out instead of $drivers and not appear under
"/run/opengl-driver/share/" anymore.

This is done to fix #89421, i.e. so that Mesa will find and load the
included DriConf defaults. The other files in "$drivers/share" will not
be moved to $out as some Nixpkgs logic might depend on them being
available under "/run/opengl-driver/share/" (e.g. addOpenGLRunpath).
2020-08-13 21:35:55 +02:00
Lassulus
421b2a04b0
Merge pull request #94654 from jojosch/jellyfin-mpv-shim_1.6.0
jellyfin-mpv-shim: 1.5.11 -> 1.7.1
2020-08-13 21:09:29 +02:00
Jonathan Ringer
104cd996e1 python3Packages.caldavclientlibrary-asynk: remove due to prolonged breakage 2020-08-13 11:57:48 -07:00
Daniël de Kok
43ffe0d328
Merge pull request #95348 from r-ryantm/auto-update/docopt.cpp
docopt_cpp: 0.6.2 -> 0.6.3
2020-08-13 20:45:03 +02:00
R. RyanTM
f1e713feb1 docopt_cpp: 0.6.2 -> 0.6.3 2020-08-13 20:42:08 +02:00
Spencer Baugh
00c4808252 pythonPackages.exchangelib: 1.12.2 -> 3.2.1
Also marks the package as no longer broken.

Obsoletes PR #95313
2020-08-13 10:22:42 -07:00
David Rusu
48dfc9fa97
castxml: 0.2.0 -> 0.3.4 (#95080) 2020-08-13 18:51:08 +02:00
Jonathan Ringer
a52e98a218 python3Packages.pybfd: remove due to prolonged breakage 2020-08-13 09:40:41 -07:00
R. RyanTM
3c6d35a07e
bazel-kazel: 0.0.10 -> 0.0.11 (#95026) 2020-08-13 09:24:11 -07:00
Niklas Hambüchen
e2eb3289b0
Merge pull request #94207 from nh2/mesa-musl-fix-Werror-int-conversion-errors
mesa: Fix `-Werror=int-conversion` build error on musl.
2020-08-13 16:13:46 +02:00
Ryan Mulligan
0f8add73c8
Merge pull request #95024 from r-ryantm/auto-update/asls
asls: 0.4.0 -> 0.4.2
2020-08-13 06:28:52 -07:00
Peter Simons
a6cfe5246a Merge remote-tracking branch 'origin/master' into haskell-updates. 2020-08-13 15:01:25 +02:00
R. RyanTM
01b0290516 babl: 0.1.78 -> 0.1.80 2020-08-13 13:54:09 +02:00
Michael Weiss
57f0574595
cmake: Add a patch to fix a regression since CMake 3.18
This fixes all CMake builds that use target_precompile_headers() and
as a result fail since CMake 3.18 with e.g.:
g++: error: unrecognized command line option '-Xarch_x86_64'; did you mean '-march=x86-64'?

Fix #94905.

CMake references:
- https://gitlab.kitware.com/cmake/cmake/-/issues/21072
- https://gitlab.kitware.com/cmake/cmake/-/merge_requests/5118
2020-08-13 12:50:12 +02:00
Frederik Rietdijk
7e189c56a1 Merge staging-next into staging 2020-08-13 08:52:48 +02:00
Daniël de Kok
45d0002b90
Merge pull request #95270 from oxalica/rust-analyzer
rust-analyzer: 2020-08-03 -> 2020-08-10
2020-08-13 08:31:36 +02:00
Johannes Schleifenbaum
a2992d836c
pythonPackages.jellyfin-apiclient-python: 1.5.1 -> 1.6.1 2020-08-13 08:19:24 +02:00
Daniël de Kok
89b6e7746e
Merge pull request #95301 from lopsided98/geos-arm
geos: fix build on 32-bit ARM
2020-08-13 08:14:47 +02:00
Daniël de Kok
64b293641a
Merge pull request #95306 from r-ryantm/auto-update/bootstrap
twitterBootstrap: 4.5.0 -> 4.5.2
2020-08-13 08:09:36 +02:00
R. RyanTM
b427aa0344 twitterBootstrap: 4.5.0 -> 4.5.2 2020-08-13 05:18:10 +00:00
Jonathan Ringer
91bec61635
python35: remove 2020-08-12 21:57:18 -07:00
Atemu
0402ad70cf jc: 1.13.1 -> 1.13.4 2020-08-12 19:32:22 -07:00
Peter Simons
5f5544017c hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.15.5-13-g52041eb from Hackage revision
857296b9fe.
2020-08-13 02:30:26 +02:00
Mario Rodas
9a1aa2aede
Merge pull request #95277 from lilyball/cocoapods
cocoapods-beta: 1.10.0.beta.1 -> 1.10.0.beta.2
2020-08-12 19:12:43 -05:00
Mario Rodas
f8cdd95dc1
Merge pull request #95140 from r-ryantm/auto-update/libmaxminddb
libmaxminddb: 1.4.2 -> 1.4.3
2020-08-12 18:35:34 -05:00
Mario Rodas
94ca781dba
Merge pull request #95283 from r-ryantm/auto-update/terraform-ls
terraform-ls: 0.5.4 -> 0.6.0
2020-08-12 18:34:09 -05:00
Mario Rodas
647e67998b
Merge pull request #95284 from r-ryantm/auto-update/tfsec
tfsec: 0.24.1 -> 0.25.0
2020-08-12 18:24:01 -05:00
Ben Wolsieffer
b24c7c5306 geos: fix build on 32-bit ARM 2020-08-12 18:46:51 -04:00
Ryan Mulligan
466d6fc700
Merge pull request #95241 from r-ryantm/auto-update/cpp-utilities
cpp-utilities: 5.5.0 -> 5.6.0
2020-08-12 15:35:45 -07:00
R. RyanTM
b286ef9ff4 tfsec: 0.24.1 -> 0.25.0 2020-08-12 21:32:57 +00:00
R. RyanTM
044b15424c terraform-ls: 0.5.4 -> 0.6.0 2020-08-12 21:26:22 +00:00
Nick Hu
97538a9a55
Merge pull request #95059 from alexarice/agda-generic
agdaPackages.generic: init at v0.1
2020-08-12 21:49:11 +01:00
Nick Hu
0277b9dcf5
Merge pull request #90161 from alexarice/agda-categories
agda-categories: 0.1 -> 0.1.3.1
2020-08-12 21:46:47 +01:00
Lily Ballard
b02225db76 cocoapods-beta: 1.10.0.beta.1 -> 1.10.0.beta.2 2020-08-12 13:27:20 -07:00
Florian Klink
38c6c46796
Merge pull request #95247 from zowoq/deletevendor-check
gobetween, kustomize: remove deleteVendor, enable checks
2020-08-12 22:09:15 +02:00
Jan Tojnar
e4eb966875 openexr: 2.4.1 -> 2.5.2
Needed to apply patch to fix pkg-config files so also removed patch that is unused since the switch to CMake during patches refactoring.
2020-08-12 21:03:44 +02:00
oxalica
ebea92b8db
rust-analyzer: 2020-08-03 -> 2020-08-10 2020-08-13 02:02:14 +08:00
Wael Nasreddine
866eedcb69
bazel_3: use less resources when building Bazel (#95214)
Limit the resources Bazel is allowed to use during the build to 1/2 the
available RAM and 3/4 the available CPU cores. This should help avoid
overwhelming the build machine.
2020-08-12 10:47:01 -07:00
Robert Schütz
72b5ca9765
python.pkgs.construct: 2.9.45 -> 2.10.56 (#95189)
* python.pkgs.construct: 2.9.45 -> 2.10.56

* python.pkgs.pykeepass: fix dependencies
2020-08-12 18:58:45 +02:00
Florian Klink
0c46d8f140 Merge remote-tracking branch 'origin/staging-next' into master 2020-08-12 18:44:25 +02:00
Jonathan Ringer
5880dc0d10 python3Packages.pybids: 0.10.2 -> 0.12.0 2020-08-12 09:27:00 -07:00
Jonathan Ringer
756e75b257 python3Packages.bids-validator: fix tests 2020-08-12 09:27:00 -07:00
Jonathan Ringer
6410d00025 python3Packages.cheroot: fix tests 2020-08-12 09:26:31 -07:00
Sirio Balmelli
e11d511222 python3Packages.scikit-build: 0.10.0 -> 0.11.1
Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2020-08-12 17:58:56 +02:00
Peter Simons
a6a8a6f691 Merge remote-tracking branch 'origin/master' into haskell-updates. 2020-08-12 17:56:26 +02:00
Peter Simons
c1936a8df9 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.15.5-13-g52041eb from Hackage revision
b7e067af78.
2020-08-12 17:51:00 +02:00
Peter Simons
b7c4f4cdc7 LTS Haskell 16.9 2020-08-12 17:49:44 +02:00
R. RyanTM
14245e9ad4 operator-sdk: 0.19.2 -> 1.0.0 2020-08-12 15:35:56 +00:00
Robert Schütz
57dcbeca98 python.pkgs.pykeepass: fix dependencies 2020-08-12 17:33:15 +02:00
Robert Schütz
89f51ae949 python.pkgs.construct: 2.9.45 -> 2.10.56 2020-08-12 17:33:07 +02:00
Mario Rodas
5e6767e1ea
Merge pull request #95177 from r-ryantm/auto-update/seasocks
seasocks: 1.4.3 -> 1.4.4
2020-08-12 08:48:31 -05:00
zowoq
ffc53f66dc kustomize: remove deleteVendor, enable checks 2020-08-12 20:16:31 +10:00
R. RyanTM
863425d138 cpp-utilities: 5.5.0 -> 5.6.0 2020-08-12 07:22:56 +00:00
Mario Rodas
c5e5ac1cf7
nodejs-14_x: 14.7.0 -> 14.8.0
https://github.com/nodejs/node/releases/tag/v14.8.0
2020-08-12 04:20:00 +00:00
Tim Steinbach
8c0dabf8e9
Merge pull request #95230 from uosis/update-ammonite
ammonite: 2.0.4 -> 2.2.0
2020-08-12 08:36:01 -04:00
Symphorien Gibol
5810d6681f
ocamlPackages.prof_spacetime: init at 0.3.0 2020-08-12 14:01:44 +02:00
Florian Klink
5aca42698e
Merge pull request #93562 from flokli/fontconfig_210_remove
fontconfig_210: remove package
2020-08-12 13:45:41 +02:00
Symphorien Gibol
15d2b2136e
spacetime_lib: fix missing module
necessary for the upcoming prof_spacetime
2020-08-12 13:41:44 +02:00
Florian Klink
b761543f16 fontconfig_210: remove
This isn't used anymore anywhere, and vulnerable to CVE-2016-5384.
2020-08-12 13:40:46 +02:00