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
lewo
7659e10505
Merge pull request #79307 from bbigras/next
...
next: 1.3.4 -> 1.4.0
2020-02-06 10:19:04 +01: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
Maximilian Bosch
484ea7bbac
Merge pull request #79308 from bbigras/alertmanager
...
prometheus-alertmanager: 0.19.0 -> 0.20.0
2020-02-06 07:19:12 +01:00
Maximilian Bosch
6af32bea46
Merge pull request #79311 from r-ryantm/auto-update/brightnessctl
...
brightnessctl: 0.4 -> 0.5.1
2020-02-06 07:14:13 +01:00
Maximilian Bosch
62265e887e
Merge pull request #79298 from lsix/screen-4.8.0
...
screen: 4.7.0 -> 4.8.0
2020-02-06 07:12:04 +01:00
Maximilian Bosch
351b515223
Merge pull request #79292 from symphorien/roundcube-rl
...
nixos/roundcube: add release notes for #77532
2020-02-06 07:09:42 +01:00
R. RyanTM
d6634f6f4f
brightnessctl: 0.4 -> 0.5.1
2020-02-06 05:21:26 +00:00
Bruno Bigras
78ab6d338f
prometheus-alertmanager: 0.19.0 -> 0.20.0
2020-02-05 23:38:05 -05:00
Bruno Bigras
e57e4ea0cf
next: 1.3.4 -> 1.4.0
2020-02-05 23:18:59 -05: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
Lancelot SIX
dd3814abc6
screen: 4.7.0 -> 4.8.0
...
See https://lists.gnu.org/archive/html/info-gnu/2020-02/msg00003.html
for release information
2020-02-05 23:58:17 +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
Benjamin Staffin
d04bdce3d1
docker-containers: Don't unconditionally prune images ( #79253 )
...
NixOS has `virtualisation.docker.autoPrune.enable` for this
functionality; we should not do it every time a container starts up.
(also, some trivial documentation fixes)
2020-02-05 16:30:31 -05:00
R. RyanTM
348025bc13
python38Packages.mahotas: 1.4.7 -> 1.4.9
2020-02-05 22:30:04 +01:00
Danylo Hlynskyi
437e1f69be
bash-my-aws: init at 20200111 ( #76793 )
...
* bash-my-aws: init at 20191231
Create bma-init
* Update
2020-02-05 22:37:52 +02:00
Michael Weiss
14e53a0508
gitRepo: Rewrite the "urllib.request.urlopen" patch for Python 3
...
The old variant is still working but setting "cafile" is deprecated
since version 3.6 [0] and generates a warning:
DeprecationWarning: cafile, capath and cadefault are deprecated, use a custom context instead.
But without this patch "fetchRepoProject" still fails with
"error no host given" (see 337380ea1d
).
[0]: https://docs.python.org/3.7/library/urllib.request.html#urllib.request.urlopen
2020-02-05 21:34:49 +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
zowoq
4ccc640dd3
megatools: build on darwin, update src ( #79254 )
2020-02-05 15:20:52 -05:00
Michael Weiss
7c558f7ac7
gitRepo: 1.13.9.1 -> 1.13.9.2
2020-02-05 21:01:38 +01: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
Florian Klink
873e6a4e65
Merge pull request #79250 from edef1c/gcloud-sdk-size
...
google-cloud-sdk: reduce output size
2020-02-05 19:40:36 +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
ac241fb7a5
Merge master into staging-next
2020-02-05 19:11:03 +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
Robert Helgesson
fc3bd1aeb9
lib/strings: fix comment typo
2020-02-05 18:09:37 +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
Vladimír Čunát
baeed035ea
Merge #78628 : knot-resolver: 4.3.0 -> 5.0.1
...
The service needed lots of changes. A few smaller changes
are added into the PR, e.g. replacement for PR #72014 .
See the commit messages for details.
2020-02-05 16:57:02 +01:00
Vladimír Čunát
e3edb004c6
knot-resolver: 5.0.0 -> 5.0.1
...
https://gitlab.labs.nic.cz/knot/knot-resolver/tags/v5.0.1
2020-02-05 16:53:40 +01:00
Maximilian Bosch
f8a0576f6c
linuxPackages.wireguard: 0.0.20200128 -> 0.0.20200205
...
https://lists.zx2c4.com/pipermail/wireguard/2020-February/004962.html
2020-02-05 16:47:41 +01:00
Maximilian Bosch
696829ff69
documize-community: 3.6.0 -> 3.7.0
...
https://github.com/documize/community/releases/tag/v3.7.0
2020-02-05 16:37:19 +01: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
Ryan Mulligan
67143ec938
Merge pull request #79231 from r-ryantm/auto-update/SPAdes
...
SPAdes: 3.13.1 -> 3.14.0
2020-02-05 06:54:45 -08:00
Graham Christensen
943516a16a
Merge pull request #79262 from tilpner/sudo-update
...
sudo: 1.8.30 -> 1.8.31
2020-02-05 09:37:22 -05:00
Tim Steinbach
e9a21da6a1
oh-my-zsh: 2020-02-04 -> 2020-02-04
2020-02-05 08:31:36 -05:00
Tim Steinbach
ab0e69030e
linux: 5.5.1 -> 5.5.2
2020-02-05 08:30:01 -05:00
Tim Steinbach
447c14e62f
linux: 4.9.212 -> 4.9.213
2020-02-05 08:29:45 -05:00
Tim Steinbach
5b5f9d23f4
linux: 4.4.212 -> 4.4.213
2020-02-05 08:29:30 -05:00
Silvan Mosberger
3ab846e34a
Merge pull request #35188 from sorki/overlayfs
...
use overlayfs by default for netboot and iso
2020-02-05 13:46:04 +01:00
tilpner
f58c90fa8d
sudo: 1.8.30 -> 1.8.31
2020-02-05 13:39:07 +01:00
worldofpeace
d7b56dda7f
Merge pull request #79166 from wucke13/master
...
paraview: add wrapQtAppsHook
2020-02-05 07:08:32 -05:00