Commit Graph

76700 Commits

Author SHA1 Message Date
Nathan van Doorn
c13abc9509 haskellPackages.perhaps: add link to pull request fixing dependencies 2020-02-07 20:37:59 +01:00
Peter Simons
92f21f7159 haskell-lens: use latest version when building with ghc-8.8.x 2020-02-07 20:37:59 +01:00
Peter Simons
44d258777c haskell-brick: update overrides to latest version 2020-02-07 20:37:59 +01:00
Peter Simons
ddb6d70051 haskell-js-flot: disable test suite to break infinite evaluation cycle 2020-02-07 20:37:58 +01:00
Peter Simons
0358bc066f hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.15.0-19-g1b9b3ef from Hackage revision
f57c80f238.
2020-02-07 20:37:52 +01:00
Peter Simons
86f1da3933 hackage2nix: update list of broken packages 2020-02-07 20:31:53 +01:00
Nathan van Doorn
eaca900965 haskellPackages.perhaps: jailbreak
It has an overly tight dependency on doctest.

I've removed it from the list of broken builds in the yaml and I've made
a PR upstream too.
2020-02-07 20:31:53 +01:00
Peter Simons
a87b506140 LTS Haskell 14.23 2020-02-07 20:31:52 +01:00
R. RyanTM
055ffb0b23
h3: 3.6.2 -> 3.6.3 (#79438) 2020-02-07 11:04:37 -08:00
R. RyanTM
2357a15348 sbt: 1.3.7 -> 1.3.8 2020-02-07 18:35:39 +00:00
Frederik Rietdijk
30f0909e3a Merge master into staging-next 2020-02-07 19:27:52 +01:00
R. RyanTM
fa646a2317 randoop: 3.1.5 -> 4.2.1 2020-02-07 18:05:07 +00:00
worldofpeace
23fa449d65
Merge pull request #79422 from andrew-d/andrew/asyncssh
python3Packages.asyncssh: fix build
2020-02-07 10:08:13 -05:00
Evan Stoll
e5359d9050 nodePackages: update set 2020-02-07 08:24:16 -05:00
Domen Kožar
b740c443e0
Merge pull request #79153 from turboMaCk/elm-updates
elmPackages.elm-analyse: 0.16.4 -> 0.16.5
2020-02-07 21:16:51 +08:00
Mario Rodas
1beceeb4f4
Merge pull request #79444 from r-ryantm/auto-update/jtc
jtc: 1.75c -> 1.75d
2020-02-07 07:57:21 -05:00
Mario Rodas
fad02b3954
Merge pull request #79443 from r-ryantm/auto-update/janet
janet: 1.6.0 -> 1.7.0
2020-02-07 07:53:44 -05:00
R. RyanTM
435e758404 jtc: 1.75c -> 1.75d 2020-02-07 11:15:48 +00:00
R. RyanTM
50194367cf janet: 1.6.0 -> 1.7.0 2020-02-07 10:54:34 +00:00
Mario Rodas
7d2e818109
Merge pull request #79421 from r-ryantm/auto-update/cmake-format
cmake-format: 0.6.5 -> 0.6.8
2020-02-07 05:33:24 -05:00
tricktron
e97ac66410
r-modules/generic-builder: Add missing iconv library to fix build on darwin (#78965)
Add missing iconv dependency to fix builds of several r-modules on darwin.
2020-02-07 10:50:43 +01:00
R. RyanTM
5da89fa246 git-quick-stats: 2.0.12 -> 2.0.13 2020-02-07 09:28:26 +00:00
Vincent Laporte
f2cd2ee0e0 coqPackages.bignums: enable for Coq 8.11 2020-02-07 10:26:26 +01:00
Bas van Dijk
1cbb793ec8 haskellPackages.servant: fix sha256
My build server which isn't using cache.nixos.org discovered an
outdated hash in servant:

```
trying https://github.com/haskell-servant/servant/archive/v0.16.2.tar.gz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   132    0   132    0     0    616      0 --:--:-- --:--:-- --:--:--   616
100  295k    0  295k    0     0   269k      0 --:--:--  0:00:01 --:--:--  384k
unpacking source archive /build/v0.16.2.tar.gz
hash mismatch in fixed-output derivation '/nix/store/i6qgxlqf599wl11rd44jasgmwb78wr6c-source':
  wanted: sha256:0kqglih3rv12nmkzxvalhfaaafk4b2irvv9x5xmc48i1ns71y23l
  got:    sha256:0xk3czk3jhqjxhy0g8r2248m8yxgvmqhgn955k92z0h7p02lfs89
```
2020-02-07 10:12:49 +01:00
Mario Rodas
a5c3e14785 dune_2: 2.1.3 -> 2.2.0
Changelog: https://github.com/ocaml/dune/releases/tag/2.2.0
2020-02-07 09:58:43 +01:00
R. RyanTM
0f35fd5d21 dnnl: 1.1.2 -> 1.2 2020-02-07 08:13:53 +00:00
lewo
bda4a5729f
Merge pull request #79412 from KyleOndy/yq-go_v3
yq-go: 2.4.0 -> 3.1.0
2020-02-07 09:07:38 +01:00
R. RyanTM
9ae939fb8a codeql: 2.0.0 -> 2.0.2 2020-02-07 07:26:25 +00:00
Andrew Dunham
5a0f0005e7 python3Packages.asyncssh: fix build
The test changed from `yield from` to `await`, which broke our patch.
Fix our patch.

Closes #79380
2020-02-06 23:24:27 -08:00
R. RyanTM
fc248a30dc cmake-format: 0.6.5 -> 0.6.8 2020-02-07 07:17:31 +00:00
R. RyanTM
f961b117ba clojure-lsp: 20200117T215443 -> 20200121T234305 2020-02-07 07:10:36 +00:00
R. RyanTM
6cb37c8027 checkstyle: 8.28 -> 8.29 2020-02-07 04:24:02 +00:00
Kyle Ondy
b2cc53e0b7
yq-go: 2.4.0 -> 3.1.0 2020-02-06 23:01:14 -05:00
Christian Lütke-Stetzkamp
78956495de
libxkbcommon: fix build on darwin (#79393)
The patch is already in upstream
2020-02-06 22:49:43 -05:00
Jan Tojnar
c77a95dc0d
mypaint-brushes: clean up 2020-02-07 03:44:33 +01:00
Mario Rodas
08decd7ada
Merge pull request #79333 from marsam/update-nodejs
nodejs: 10.18.1 -> 10.19.0, 12.14.1 -> 12.15.0, 13.7.0 -> 13.8.0
2020-02-06 20:54:04 -05:00
Mario Rodas
9d689de185
Merge pull request #79334 from marsam/update-flow
flow: 0.117.0 -> 0.118.0
2020-02-06 19:52:22 -05:00
Maximilian Bosch
177b28cd06
cargo-make: 0.26.2 -> 0.27.0
https://github.com/sagiegurari/cargo-make/releases/tag/0.27.0
2020-02-06 23:44:44 +01:00
Matthieu Coudron
2855281050 alot: 0.8.1 -> 0.9
Changelog: https://github.com/pazz/alot/releases/tag/0.9
2020-02-06 22:50:33 +01:00
Maximilian Bosch
51ac6731e0
Merge pull request #79354 from r-ryantm/auto-update/spdk
spdk: 19.10.1 -> 20.01
2020-02-06 22:36:17 +01:00
Maximilian Bosch
4e81b720eb
hydra: 2019-11-13 -> 2020-02-06 2020-02-06 21:19:46 +01:00
Maximilian Bosch
2de41ccab3
Merge pull request #79369 from Ma27/update-strace
strace: 5.4 -> 5.5
2020-02-06 20:56:42 +01:00
R. RyanTM
2275f1770b openwsman: 2.6.9 -> 2.6.11
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/openwsman/versions
2020-02-06 20:20:12 +01:00
R. RyanTM
dd2e822fc2 libsForQt5.libqglviewer: 2.7.1 -> 2.7.2 2020-02-06 20:16:36 +01:00
R. RyanTM
0902c8c681 libhandy: 0.0.12 -> 0.0.13 2020-02-06 20:11:10 +01:00
R. RyanTM
837b727871 tiledb: 1.7.2 -> 1.7.5 2020-02-06 20:07:59 +01:00
worldofpeace
11b7ef8f96
Merge pull request #70549 from r-ryantm/auto-update/appstream-glib
appstream-glib: 0.7.15 -> 0.7.16
2020-02-06 14:07:00 -05:00
Lancelot SIX
2c7f99a799 pythonPackages.django_2_2: 2.2.9 -> 2.2.10
See https://docs.djangoproject.com/en/2.2/releases/2.2.10/ for release
information
2020-02-06 20:04:37 +01:00
Lancelot SIX
4fa2193cd6 pythonPackages.django_1_11: 1.11.27 -> 1.11.28
See https://docs.djangoproject.com/en/1.11/releases/1.11.28/ for release
information
2020-02-06 20:04:37 +01:00
R. RyanTM
72e2b8e16e python37Packages.PyChromecast: 4.1.0 -> 4.1.1 2020-02-06 20:00:31 +01:00
Ben Darwin
134b645343 python3Packages.nilearn: unbreak package 2020-02-06 19:59:14 +01:00
Ben Darwin
f5c191739b pythonPackages.pydicom: 1.3.0 -> 1.4.1
- routine update; unbreaks with Python 3.8 (not supported before 1.4.1)
2020-02-06 19:59:14 +01:00
Ben Darwin
83bdc1d989 python3Packages.nibabel: 3.0.0 -> 3.0.1
- this unbreaks the package due to erroring tests in 3.0.0
- remove obsolete (mostly Python2-related) deps
- add deps to support MINC, DICOM, and SPM formats
- only build on x64 due to a dtype bug on Arm64
2020-02-06 19:59:14 +01:00
Frederik Rietdijk
38cf6eac19 Merge master into staging-next 2020-02-06 19:43:36 +01:00
Maximilian Bosch
e511b614e0
strace: 5.4 -> 5.5
https://github.com/strace/strace/releases/tag/v5.5
2020-02-06 18:50:34 +01:00
R. RyanTM
505d179d7b spdk: 19.10.1 -> 20.01 2020-02-06 15:28:05 +00:00
Jan Tojnar
f4f39fc824
Merge pull request #79309 from jtojnar/hugsie-pkgs
fwupd: 1.3.3 → 1.3.7
2020-02-06 16:20:00 +01:00
Benno Fünfstück
67312c600f python37Packages.sqlmap: 1.4 -> 1.4.2 and fix bugs 2020-02-06 15:58:50 +01:00
R. RyanTM
0c6bbd8aa1 ponyc: 0.33.1 -> 0.33.2 2020-02-06 13:19:22 +00:00
Nikolay Korotkiy
604762da4d pythonPackages.pyosmium: init at 2.15.3 2020-02-06 04:22:27 -08:00
Mario Rodas
4efa91589b
Merge pull request #79313 from r-ryantm/auto-update/datasette
datasette: 0.30.2 -> 0.35
2020-02-06 06:26:31 -05:00
Domen Kožar
2cc1939a0f
ansible-lint: it builds 2020-02-06 10:50:23 +01:00
Frederik Rietdijk
e36dbf30b0 python3Packages.nbformat: 4.4.0 -> 5.0.4 2020-02-06 10:25:19 +01:00
Frederik Rietdijk
9afa7cce9c python: xarray: 0.14.1 -> 0.15.0 2020-02-06 10:25:19 +01:00
Frederik Rietdijk
e90ce6a56a python: tqdm: 4.40.2 -> 4.42.1 2020-02-06 10:25:19 +01:00
Frederik Rietdijk
8e0843c247 python3Packages.tiledb: 0.5.3 -> 0.5.6 2020-02-06 10:25:19 +01:00
Frederik Rietdijk
95a76901e5 python: seaborn: 0.9.0 -> 0.10.0 2020-02-06 10:25:19 +01:00
Frederik Rietdijk
37b33a9a92 python: pyFFTW: 0.11.1 -> 0.12.0 2020-02-06 10:25:19 +01:00
Frederik Rietdijk
bc71085dd5 python: notebook: 6.0.2 -> 6.0.3 2020-02-06 10:25:18 +01:00
Frederik Rietdijk
3f7bf955cb python3Packages.ipykernel: 5.1.3 -> 5.1.4 2020-02-06 10:25:18 +01:00
Frederik Rietdijk
9827e4994b python39: 3.9.0a2 -> 3.9.0a3 2020-02-06 10:25:18 +01:00
Frederik Rietdijk
4362401fa3 python: numba: 0.46.0 -> 0.48.0 2020-02-06 10:25:18 +01:00
Frederik Rietdijk
aecc14b52b python: llvmlite: 0.30.0 -> 0.31.0 2020-02-06 10:25:18 +01:00
Mario Rodas
e1168dc467
nodejs-13_x: 13.7.0 -> 13.8.0
Changelog: https://github.com/nodejs/node/releases/tag/v13.8.0
2020-02-06 04:20:00 -05:00
Mario Rodas
a124c9444a
flow: 0.117.0 -> 0.118.0
Changelog: https://github.com/facebook/flow/releases/tag/v0.118.0
2020-02-06 04:20:00 -05:00
Mario Rodas
181774386b
nodejs-12_x: 12.14.1 -> 12.15.0
Changelog: https://github.com/nodejs/node/releases/tag/v12.15.0
2020-02-06 04:20:00 -05:00
Mario Rodas
f3dc056ff6
nodejs-10_x: 10.18.1 -> 10.19.0
Changelog: https://github.com/nodejs/node/releases/tag/v10.19.0
2020-02-06 04:20:00 -05:00
Ben Darwin
d55c1b09ce ocamlPackages.bistro: propagate buildInputs 2020-02-06 09:39:25 +01:00
Maximilian Bosch
6afcc2dadc
rustracer: 2.1.29 -> 2.1.30
https://crates.io/crates/racer/2.1.30
2020-02-06 08:11:25 +01:00
R. RyanTM
be8f195d32 datasette: 0.30.2 -> 0.35 2020-02-06 06:28:28 +00:00
Jan Tojnar
444538ee97
gusb: 0.3.0 → 0.3.3
https://github.com/hughsie/libgusb/blob/0.3.3/NEWS#L1-L34
2020-02-06 05:51:43 +01:00
Jan Tojnar
4be1d742b7
libxmlb: 0.1.13 → 0.1.14
412a991890
2020-02-06 03:15:17 +01:00
Jan Tojnar
1502b28679
totem-pl-parser: 3.26.3 → 3.26.4
https://ftp.gnome.org/pub/GNOME/sources/totem-pl-parser/3.26/totem-pl-parser-3.26.4.news
2020-02-06 03:01:38 +01:00
Robert Scott
f498ceb6f2 pythonPackages.moviepy: switch to opencv3
opencv2 is essentially EOL and has security concerns
2020-02-05 22:31:01 +01:00
R. RyanTM
348025bc13 python38Packages.mahotas: 1.4.7 -> 1.4.9 2020-02-05 22:30:04 +01:00
Dmitry Kalinkin
87c12d7dd1
Merge pull request #79202 from veprbl/pr/hglib_fix
pythonPackages.hglib: fix tests
2020-02-05 15:21:52 -05:00
Frederik Rietdijk
292fd97f67 Merge staging-next into staging 2020-02-05 20:48:28 +01:00
Chuck
9333e47b28 nodejs: isArm -> isAarch32
This is the last package reference to isArm.  isArm is deprecated after 18.03.
This substitution was performed tree-wide in #37401.
2020-02-05 10:56:06 -08:00
Frederik Rietdijk
419bc0a4cd Revert "Revert "Merge master into staging-next""
In 87a19e9048 I merged staging-next into master using the GitHub gui as intended.
In ac241fb7a5 I merged master into staging-next for the next staging cycle, however, I accidentally pushed it to master.
Thinking this may cause trouble, I reverted it in 0be87c7979. This was however wrong, as it "removed" master.

This reverts commit 0be87c7979.
2020-02-05 19:41:25 +01:00
Frederik Rietdijk
0be87c7979 Revert "Merge master into staging-next"
I merged master into staging-next but accidentally pushed it to master.
This should get us back to 87a19e9048.

This reverts commit ac241fb7a5, reversing
changes made to 76a439239e.
2020-02-05 19:18:35 +01:00
Frederik Rietdijk
87a19e9048
Merge pull request #79119 from NixOS/staging-next
Staging next
2020-02-05 19:09:27 +01:00
Frederik Rietdijk
f720f14137 python3Packages.dask: 2.9.1 -> 2.10.1 2020-02-05 19:07:43 +01:00
Maximilian Bosch
ccc64216dd
vagrant: 2.2.6 -> 2.2.7
https://github.com/hashicorp/vagrant/releases/tag/v2.2.7
2020-02-05 18:24:49 +01:00
worldofpeace
5e329ff83c
Merge pull request #79192 from dtzWill/feature/electron-refactor-and-7
electron*: refactor 4+ to common expression, add 7 and 8, updates
2020-02-05 11:03:19 -05:00
Will Dietz
ed8c6393d0 electron_8: init at 8.0.0 2020-02-05 10:21:06 -05:00
Will Dietz
8e8285d9ca electron*: refactor 4+ to common expression, add 7, updates
* print-hashes.nix uses upstream-provided SHA256SUMS file
* electron_4: 4.2.8 -> 4.2.12
* electron_5: 5.0.8 -> 5.0.13
* electron_6: 6.0.1 -> 6.1.7
* electron_7:: init at 7.1.10

FWIW:
electron_4 previously did not include at-spi2-core, only at-spi2-atk.
Both are now included, matching other versions for a slightly simpler
expression.
2020-02-05 10:21:06 -05:00
Vladimír Čunát
48a997cd76
Merge #66528: glibc: 2.27 -> 2.30 (into staging)
Includes update of stdenv bootstap tools (for three main platforms)
and many package fixes with new glibc.
2020-02-05 13:41:09 +01:00
Vladimír Čunát
5ca088f1cc
glibc/*.patch: revert no-op changes done in 447edaa3
I suppose the diff of the glibc-upgrade branch is a bit cleaner
without including these unnecessary changes.
2020-02-05 13:37:06 +01:00
R. RyanTM
15021db2fa libdvdread: 6.0.1 -> 6.0.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libdvdread/versions
2020-02-05 10:48:53 +01:00
Samuel Dionne-Riel
968d075bd9 imlib2: Add webp support
And better document why id3 is there

In addition, review function signature formatting.
2020-02-05 10:46:34 +01:00
Samuel Dionne-Riel
b0f9922f37 imlib2: Fix license, remove global with 2020-02-05 10:46:34 +01:00
Samuel Dionne-Riel
2a8df18591 imlib2: 1.5.1 -> 1.6.1 2020-02-05 10:46:34 +01:00
R. RyanTM
68aedd710a c-blosc: 1.17.0 -> 1.17.1 2020-02-05 10:44:39 +01:00
R. RyanTM
9079a447eb libqmi: 1.24.0 -> 1.24.2 2020-02-05 10:44:19 +01:00
R. RyanTM
6d9f69daea gssdp: 1.2.1 -> 1.2.2 2020-02-05 10:44:00 +01:00
R. RyanTM
44295cc16b libmbim: 1.20.4 -> 1.22.0 2020-02-05 10:43:39 +01:00
R. RyanTM
6213465bba snappy: 1.1.7 -> 1.1.8 2020-02-05 10:43:23 +01:00
R. RyanTM
de3a2cf1a0 libzip: 1.5.2 -> 1.6.0 2020-02-05 10:42:55 +01:00
Frederik Rietdijk
c55efd568a Merge staging-next into staging 2020-02-05 10:33:50 +01:00
Frederik Rietdijk
76a439239e Merge master into staging-next 2020-02-05 10:28:52 +01:00
Mario Rodas
3d48206fad
bazelisk: 1.2.1 -> 1.3.0
Changelog: https://github.com/bazelbuild/bazelisk/releases/tag/v1.3.0
2020-02-04 20:20:20 -05:00
Marek Fajkus
6d1e9c08e0 urweb: Fix icu headers include path
Since https://github.com/NixOS/nixpkgs/pull/62266
urweb fails to resolve <unicode/utypepes.h> in runtime (during
compilation of project).
upstream commit: c2a217f912

resolves #79218
2020-02-04 19:30:15 -06:00
Florian Klink
cbbb81c830
Merge pull request #79135 from dtzWill/fix/moby-now-linuxkit
moby: remove, merged into linuxkit in 2018
2020-02-05 01:09:15 +01:00
Will Dietz
3e83806771
moby: remove, merged into linuxkit in 2018
Don't alias linuxkit, as linuxkit is not a drop-in replacement.
Instead, throw with an explanation.
(thanks reviewers!)
2020-02-04 17:51:03 -06:00
Silvan Mosberger
fc8864b446
Merge pull request #77673 from volth/cpan2nix-2020-01-14
perlPackages: batch update
2020-02-05 00:19:14 +01:00
Damien Bihel
9f64b84739 ber_metaocaml: fix install order.
Indeed, all standard modules with compiler-libs are not included (
eg. Optcompile).

closes #77680
2020-02-04 16:06:24 -06:00
Maximilian Bosch
f28acbdd33
Merge pull request #79221 from Ma27/bump-oracle-sqldeveloper
sqldeveloper: {17.4.1.054.0712,18.2.0.183.1748} -> 19.4.0.354.1759
2020-02-04 22:25:44 +01:00
Profpatsch
84630a1d90
Merge pull request #68469 from uri-canva/bazel-deps
bazel-deps: remove
2020-02-04 21:14:44 +01:00
Dmitry Kalinkin
a745c846d4
pythonPackages.hglib: fix tests 2020-02-04 12:47:05 -05:00
Ben Darwin
00cd1d0f21 ocamlPackages.parmap: init at 1.1 2020-02-04 17:49:45 +01:00
Michael Raskin
5660c077df lispPackages.cl-store: fix build 2020-02-04 17:22:12 +01:00
Michael Raskin
1f0b4b19aa sbcl: reinstate 2.0.0; add sbcl_2_0_1 for 2.0.1
2.0.1 is too fresh for current Quicklisp (for example, CFFI fails)
2020-02-04 17:06:54 +01:00
Will Dietz
e2867af1b2
Merge pull request #77050 from r-ryantm/auto-update/editline
editline: 1.16.1 -> 1.17.0
2020-02-04 07:25:26 -06:00
Maximilian Bosch
294f667121
sqldeveloper: {17.4.1.054.0712,18.2.0.183.1748} -> 19.4.0.354.1759
There are no new releases of sqldeveloper v17/v18 and I don't think that
we should keep obviously unmaintained software that interacts with
database systems.

I removed `sqldeveloper_18` and `pkgs.sqldeveloper` now points to
version 19.4. Unfortunately I had to drop darwin support as JavaFX is
required for 19.4 which is part of the `oraclejdk` which isn't packaged
for darwin yet.

For further information please refer to the release notes:

https://www.oracle.com/technetwork/developer-tools/sql-developer/downloads/sqldev-relnotes-194-5908846.html
2020-02-04 13:51:52 +01:00
Jörg Thalheim
4d676594ac
radare2-cutter: 1.9.0 -> 1.10.1 2020-02-04 11:31:06 +00:00
Jörg Thalheim
0bb7b8a72d
radare2: 4.0.0 -> 4.2.0 2020-02-04 11:31:04 +00:00
Vincent Laporte
21b4edc6a0 ocamlPackages.lwt4: 4.4.0 → 4.5.0 2020-02-04 09:48:28 +01:00
volth
0cfef7224f perlPackages: fix build 2020-02-04 03:43:07 +00:00
Uri Baghin
10d1a04b02 bazel-deps: remove 2020-02-04 12:35:47 +11:00
Uri Baghin
3dc9c1b885 bazel-remote: 2019-01-12 -> 2020-01-29 2020-02-04 02:26:15 +01:00
Timo Kaufmann
c636a45e67
Merge pull request #78871 from drewrisinger/dr-pr-libcint
libcint: init at 3.0.19
2020-02-04 00:00:10 +01:00
Drew Risinger
3e5789a223 libcint: init at 3.0.19
C library of general GTO integrals for quantum chemistry.

Requirement for pyscf, which is a requirement for qiskit-aqua.
2020-02-03 17:11:21 -05:00
Sergey Lukjanov
1092ba6d1a go_1_13: 1.13.6 -> 1.13.7 2020-02-03 11:01:29 -08:00
Sergey Lukjanov
60bb60bab7 go_1_12: 1.12.15 -> 1.12.16 2020-02-03 11:01:29 -08:00
Sergey Lukjanov
18daf2f6a5 editorconfig-checker: 2.0.2 -> 2.0.3 2020-02-03 10:24:17 -08:00
Evan Stoll
90dd157cde openrazer: add evanjs to maintainers 2020-02-03 10:00:35 -08:00
Evan Stoll
e341719193 openrazer: 2.6.0 -> 2.7.0
openrazer: remove superfluous period from hardware.openrazer.enable
2020-02-03 10:00:35 -08:00
Will Dietz
d3bef573f9 poppler: make note to check texlive before merging updates also 2020-02-03 09:58:44 -08:00
Jonathan Ringer
ce46622cbd python3Packages.tablib: 0.12.1 -> 1.0.0 2020-02-03 09:31:04 -08:00
Benno Fünfstück
117b7677f7 liquibase: 3.6.2 -> 3.8.5 2020-02-03 15:32:03 +01:00
Peter Hoeg
f8c5513ce1
Merge pull request #78734 from Mic92/appdaemon
appdaemon: 3.0.5 -> 4.0.1
2020-02-03 22:00:38 +08:00
Maximilian Bosch
f2653e0ae2
Merge pull request #79129 from volth/patch-380
oraclejdk8: remove dead code
2020-02-03 14:39:59 +01:00
Marek Fajkus
d6c385dd0e
elmPackages.elm-analyse: 0.16.4 -> 0.16.5 2020-02-03 11:45:51 +01:00
Vincent Laporte
0c7a1e7a24 ocamlPackages.mlgmpidl: 1.2.11 → 1.2.12 2020-02-03 09:38:34 +01:00
OmnipotentEntity
faf20df90a
geant4: 10.5.1 -> 10.6.0 (#78775) 2020-02-02 22:58:00 -05:00
Mario Rodas
b06eb02e53
Merge pull request #79134 from marsam/update-protobuf3_11
protobuf3_11: 3.11.1 -> 3.11.3
2020-02-02 21:57:06 -05:00
Jonathan Ringer
ff741a5d52 python3Packages.pandas: disable invalid tests
util_in_top_level tries to import from pandas.tests.
This would be fine if running the tests pre-installation,
however, the tests directory isn't available after installation
2020-02-02 16:02:32 -08:00
Mario Rodas
d1cc084446
protobuf3_11: 3.11.1 -> 3.11.3 2020-02-02 17:26:00 -05:00
volth
470dbf8895
oraclejdk8: remove dead code 2020-02-02 22:18:39 +00:00
Vincent Laporte
4c83d61f12 ocaml-ng.ocamlPackages_4_10.ocaml: 4.10.0+β1 → 4.10.0+β2 2020-02-02 20:35:10 +01:00