Commit Graph

76616 Commits

Author SHA1 Message Date
Peter Simons
04e3f52eb0 git-annex: update sha256 hash for new version 7.20200204 2020-02-07 20:38:00 +01:00
Peter Simons
38784c7916 ghc-lib-parser: update overrides for the latest version 2020-02-07 20:38:00 +01:00
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
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
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
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
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
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