Linus Heckemann
0cc83f884a
Merge pull request #80292 from bcdarwin/mrtrix
...
mrtrix: init at 3.0_RC3_latest
2020-02-24 13:52:38 +01:00
Linus Heckemann
371f71feca
Merge pull request #80951 from elseym/termshark
...
termshark: 1.0.0 -> 2.1.1
2020-02-24 13:41:42 +01:00
worldofpeace
b775f1fb66
Merge pull request #80925 from romildo/upd.mate
...
mate.mate-themes: 3.22.20 -> 3.22.21
2020-02-24 07:35:53 -05:00
Yegor Timoshenko
8cf6d496bc
Merge pull request #79203 from cw789/hex_update
...
beamPackages.hex: 0.20.1 -> 0.20.5
2020-02-24 15:22:06 +03:00
elseym
dcd4395009
termshark: 1.0.0 -> 2.1.1
2020-02-24 13:20:08 +01:00
Max Wittig
3e47a8781f
gitlab-runner: 12.7.0 -> 12.8.0 ( #80947 )
2020-02-24 12:09:01 +00:00
Suraj Barkale
4aaab192a7
aws-vault: 4.5.1 to 5.3.2 ( #80949 )
...
The aws-vault development has switched to using go modules.
Therefore this package has also been updated to use `buildGoModule`
helper.
2020-02-24 12:08:05 +00:00
cw
7d553eea3a
beamPackages.hex: 0.20.1 -> 0.20.5
2020-02-24 15:03:01 +03:00
Aaron Andersen
987d6c216f
Merge pull request #77710 from emilazy/add-imageworsener
...
imageworsener: init at 1.3.3
2020-02-24 07:00:51 -05:00
Symphorien Gibol
fb90fea6e8
todoman: install shell completions
2020-02-24 12:00:00 +00:00
Mario Rodas
2e1198cb47
dune_2: fix hash
2020-02-24 12:54:42 +01:00
José Romildo Malaquias
897a5c327e
ocamlPackages.printbox: 0.2 -> 0.4
2020-02-24 12:50:02 +01:00
Michele Guerini Rocco
1ded2578b0
Merge pull request #80895 from rnhmjoj/pysaml2
...
pythonPackages.pysaml2: fix tests on 32bit systems
2020-02-24 12:39:22 +01:00
José Romildo Malaquias
de19630ba9
mate.mate-themes: don't drop icon caches
...
Set dontDropIconThemeCache so the gtk setup hook doesn't remove the
icon cache.
2020-02-24 08:19:03 -03:00
José Romildo Malaquias
e1791c1fcc
mate.mate-themes: migrate from intltool to gettext
2020-02-24 08:17:09 -03:00
Christoph Hrdinka
dc436efc90
Merge pull request #80513 from r-ryantm/auto-update/mapnik
...
mapnik: 3.0.22 -> 3.0.23
2020-02-24 11:49:46 +01:00
adisbladis
1b53ed149e
firefox-devedition-bin: 73.0b3 -> 74.0b7
2020-02-24 10:42:37 +00:00
adisbladis
10bdcdd800
firefox-beta-bin: 73.0b3 -> 74.0b7
2020-02-24 10:42:37 +00:00
Ryan Mulligan
0320b2e384
Merge pull request #80941 from r-ryantm/auto-update/python2.7-Jug
...
python27Packages.jug: 1.6.9 -> 2.0.0
2020-02-24 02:38:42 -08:00
Jörg Thalheim
56e6074c07
netdata: fix openldap plugin
2020-02-24 10:31:51 +00:00
Eelco Dolstra
39892985b0
nixFlakes: 2.4pre20200207_d2032ed -> 2.4pre20200220_4a4521f
2020-02-24 10:52:45 +01:00
R. RyanTM
9a3e3037d6
python27Packages.datadog: 0.33.0 -> 0.34.1
2020-02-24 09:40:26 +00:00
Mario Rodas
53a5d6918a
postgresqlPackages.postgis: 3.0.0 -> 3.0.1
...
Release notes: https://postgis.net/2020/02/20/postgis-3.0.1/
2020-02-24 04:20:00 -05:00
Mario Rodas
0507717aae
flow: 0.118.0 -> 0.119.0
...
Changelog: https://github.com/facebook/flow/releases/tag/v0.119.0
2020-02-24 09:57:14 +01:00
Vincent Laporte
6036633e2b
ocamlPackages.ppx_tools: 5.3 → 6.{0,1}
2020-02-24 09:48:13 +01:00
R. RyanTM
5d9266266d
python27Packages.jug: 1.6.9 -> 2.0.0
2020-02-24 08:42:09 +00:00
Jonathan Ringer
193c58489e
pythonPackages.locustio: 0.9.0 -> 0.14.4
...
disable python3.8 version, as tests hang indefinitely
2020-02-24 00:24:40 -08:00
Jesse Wattenbarger
8cbb538be5
devede: Add needed setuptools dependency
...
- devede_ng.py fails trying to import pkg_resources in a clean env w/o python3.7 installed
- Adding setuptools (which has pkg_resources) to the dependencies seems to fix it
2020-02-23 22:27:30 -08:00
Mario Rodas
9ad04f069c
vazir-fonts: 19.2.0 -> 22.1.0
2020-02-23 22:24:56 -08:00
R. RyanTM
99e0ed1339
mnemosyne: 2.7 -> 2.7.1
2020-02-23 22:12:58 -08:00
Guillaume Bouchard
5c11e174b2
pythonPackages.pyopengl: fix runtime shared library loading failure
...
This closes #76822 .
pyopengl 3.1.4 introduced a new logic for shared library loading: it
tests a few combinations of library name and suffix (such as .so.X).
Our previous patch was just replacing the library name (e.g. 'glut') by
the full path to the nix store. This does not work anymore with pyopengl
3.1.4 new heuristic.
This commit just keep the behavior of pyopengl but adds the nix store
path to the list of tried paths.
2020-02-23 22:07:56 -08:00
Jan Tojnar
a850d0a83d
Merge pull request #80101 from NixOS/fwupd-1.3.8
...
fwupd: 1.3.7 → 1.3.8
2020-02-24 03:11:19 +01:00
Jan Tojnar
10c7a4d176
rictydiminished-with-firacode: 1.2.0 → 1.2.2
2020-02-24 03:10:20 +01:00
Jan Tojnar
a6f12202d0
fwupd: 1.3.7 → 1.3.8
...
https://github.com/fwupd/fwupd/compare/1.3.7...1.3.8
2020-02-24 03:03:33 +01:00
Mario Rodas
2702da0d8f
Merge pull request #80901 from dywedir/skim
...
skim: 0.7.0 -> 0.8.0
2020-02-23 20:27:56 -05:00
José Romildo Malaquias
9ceb05adc0
mate.mate-themes: 3.22.20 -> 3.22.21
2020-02-23 22:02:31 -03:00
Brett Lyons
976aa97435
vimPlugins.notational-fzf-vim: Fix missing runtime deps
2020-02-23 17:53:51 -07:00
Timo Kaufmann
f4dbf4402b
Merge pull request #80759 from Thra11/fix-r
...
Fix R
2020-02-23 23:48:21 +00:00
skykanin
923b41eab1
colorz: init at 1.0.3
2020-02-23 15:38:27 -08:00
Tyler Compton
2ae7a8d710
go_1_12, go_1_13: remove velovix from maintainers
2020-02-23 15:08:58 -08:00
Maximilian Bosch
a9b0ccd68e
diffoscope: 136 -> 137
...
https://salsa.debian.org/reproducible-builds/diffoscope/-/tags/137
2020-02-23 23:23:18 +01:00
Michael Lingelbach
74f312e042
python.pkgs.pybullet: 2.6.1 -> 2.6.6
...
Update static-libs.patch
Add numpy to pybullet propagatedBuildInputs
Added numpy to build inputs
2020-02-23 14:20:38 -08:00
R. RyanTM
eda05110a0
hpx: 1.4.0 -> 1.4.1
2020-02-23 14:12:57 -08:00
Jonathan Ringer
0d1d43d49c
pythonPackages.psutil: 5.6.7 -> 5.7.0
2020-02-23 14:01:08 -08:00
R. RyanTM
68481e3a02
nfdump: 1.6.18 -> 1.6.19
2020-02-23 13:59:04 -08:00
R. RyanTM
e4f4fab2c6
shairport-sync: 3.3.5 -> 3.3.6
2020-02-23 13:58:19 -08:00
R. RyanTM
b5788ccdf3
jruby: 9.2.9.0 -> 9.2.10.0
2020-02-23 13:56:45 -08:00
R. RyanTM
f4b1d118a4
libreswan: 3.29 -> 3.30
2020-02-23 13:56:00 -08:00
R. RyanTM
16ef1be710
python27Packages.filebytes: 0.10.0 -> 0.10.2
2020-02-23 13:51:56 -08:00
R. RyanTM
394762391e
cantata: 2.3.3 -> 2.4.1
2020-02-23 13:46:25 -08:00
R. RyanTM
c8c9d617fb
calibre: 4.8.0 -> 4.11.2
2020-02-23 13:45:45 -08:00
R. RyanTM
2b337d2778
eventstore: 5.0.5 -> 5.0.6
2020-02-23 13:43:35 -08:00
R. RyanTM
9090ce676b
ghostwriter: 1.8.0 -> 1.8.1
2020-02-23 13:42:30 -08:00
R. RyanTM
6082646aff
jython: 2.7.2b2 -> 2.7.2b3
2020-02-23 13:41:27 -08:00
Samuel Dionne-Riel
972678ec74
Merge pull request #80680 from samueldr/fix/71157
...
runInLinuxVM: Ensure tools requiring /etc/passwd work
2020-02-23 16:05:21 -05:00
Jonathan Ringer
2c12bb39a8
pythonPackages.chalice: disable pip version bounds
2020-02-23 12:46:32 -08:00
Kevin Amado
3c72558ef0
pythonPackages.fluidasserts: 20.1.33141 -> 20.2.30165
...
- Release entirely the version pinning, the active development of
the package makes it be compatible with the latest dependency
versions
- Added more tests, and missing packages
2020-02-23 12:43:39 -08:00
Kevin Amado
638251852e
pythonPackages.promise: init at 2.3
2020-02-23 12:43:39 -08:00
Kevin Amado
c6f75c74df
pythonPackages.graphql-server-core: init at 1.2.0
2020-02-23 12:43:39 -08:00
Kevin Amado
58dac999c2
pythonPackages.graphql-core: init at 2.3.1
2020-02-23 12:43:39 -08:00
Kevin Amado
36a1d1023a
pythonPackages.pywinrm: missing dependency
...
- Keberos is a dependency that you really want included in the pkg,
this is also needed to run the test suite by default
2020-02-23 12:43:39 -08:00
Patrick Hilhorst
7062fa3d57
codebraid: init at 0.5.0-unstable-2019-12-11
...
Co-Authored-By: Jon <jonringer@users.noreply.github.com>
2020-02-23 11:56:10 -08:00
Patrick Hilhorst
35e5fc34ff
pythonPackages.bespon: init at 0.3.0
...
Co-Authored-By: Jon <jonringer@users.noreply.github.com>
2020-02-23 11:56:10 -08:00
Jonathan Ringer
f128322912
lutris.chrootenv: add libbsd
2020-02-23 11:52:31 -08:00
Artemis Tosini
099359afc7
libfido2: add macOS support
...
* pass IOKit to libfido2
* Add a patch so that cmake uses lld flags when linking
* Upgrade from 1.3.0 to 1.3.1 (based off #80781 )
* Specify CMAKE_INSTALL_LIBDIR so that the demo binaries link
correctly on macOS and libfido2.pc specifies correct arguments
2020-02-23 19:46:14 +00:00
Ryan Mulligan
d34aa25b1f
Merge pull request #80622 from r-ryantm/auto-update/nextcloud
...
nextcloud: 18.0.0 -> 18.0.1
2020-02-23 10:30:38 -08:00
Franz Pletz
02fc8dc4dc
Merge pull request #79882 from petabyteboy/feature/netifd
...
update libubox, uqmi; init uci, ubus, netifd
2020-02-23 17:11:59 +00:00
Vladyslav M
5259b4f9cc
skim: 0.7.0 -> 0.8.0
2020-02-23 18:34:56 +02:00
adisbladis
5c50087566
Merge pull request #80880 from Infinisil/poetry-python-3.8
...
poetry: Fix build with Python 3.8
2020-02-23 16:55:58 +01:00
Daniel Schaefer
4441a6a8a4
Merge pull request #80838 from maxxk/pyfribidi-fix
...
pythonPackages.pyfribidi: fix build
2020-02-23 16:22:22 +01:00
Andreas Rammhold
f7fb60baeb
Merge pull request #80884 from NinjaTrappeur/nin-patchwork-3175
...
ssb-patchwork: 3.17.4 -> 3.17.5
2020-02-23 14:55:58 +01:00
rnhmjoj
60575b2fb7
pythonPackages.pysaml2: fix tests on 32bit systems
2020-02-23 14:47:50 +01:00
Peter Hoeg
e17dff1104
Merge pull request #80004 from peterhoeg/f/crun
...
crun: run tests and show the proper version number
2020-02-23 21:15:44 +08:00
Andreas Rammhold
14fb155d3e
Merge pull request #80892 from andir/firefox
...
firefox cleanup
2020-02-23 13:53:09 +01:00
Daniel Schaefer
dd4cf6639b
Merge pull request #80787 from maxxk/whitebox-tools_1.2.0
...
whitebox-tools: 0.16.0 -> 1.2.0
2020-02-23 13:39:11 +01:00
Andreas Rammhold
a5ae1b2ffd
firefox: remove unused patches
2020-02-23 13:13:36 +01:00
Andreas Rammhold
9fd425e56f
firefox: remove unused function arguments
2020-02-23 13:10:16 +01:00
worldofpeace
fbb170ca07
Merge pull request #80508 from r-ryantm/auto-update/ideogram
...
ideogram: 1.3.0 -> 1.3.2
2020-02-23 06:43:17 -05:00
Gabriel Ebner
128c99978d
blender: enable alembic
2020-02-23 12:10:53 +01:00
Félix Baylac-Jacqué
073727fcac
ssb-patchwork: 3.17.4 -> 3.17.5
2020-02-23 11:15:25 +01:00
Maxim Krivchikov
23f265cdf5
python27Packages.seaborn: remove FRidh from maintainers
2020-02-23 10:46:36 +01:00
Silvan Mosberger
8f5b5baed7
poetry: Fix build with Python 3.8
2020-02-23 10:09:24 +01:00
R. RyanTM
92ef705954
cgal_5: 5.0 -> 5.0.1
2020-02-23 08:16:52 +00:00
zowoq
d4879a6962
shfmt: 3.0.1 -> 3.0.2 ( #80842 )
...
https://github.com/mvdan/sh/releases/tag/v3.0.2
2020-02-22 21:22:25 -10:00
Maxim Krivchikov
a517238f9f
Add patch for python2 build with clang
2020-02-23 07:21:10 +00:00
John Ericson
83a4705f49
Merge pull request #80843 from obsidiansystems/rust-no-std
...
rust 1.41: Fix build with no_std only target
2020-02-23 00:48:45 -05:00
Klaas van Schelven
c597007cce
python.pkgs.httpretty: disable flaky test
...
As noted upstream: https://github.com/gabrielfalcao/HTTPretty/issues/376
2020-02-22 18:38:21 -08:00
worldofpeace
9d82f069da
Merge pull request #80852 from r-ryantm/auto-update/peek
...
peek: 1.4.0 -> 1.5.1
2020-02-22 20:27:16 -05:00
R. RyanTM
794fc22699
peek: 1.4.0 -> 1.5.1
2020-02-23 01:22:20 +00:00
Aaron Andersen
1462c33f62
Merge pull request #78962 from helsinki-systems/upd/php-maxminddb
...
phpPackages.maxminddb: 1.5.0 -> 1.6.0
2020-02-22 19:08:07 -05:00
Aaron Andersen
fc7efd51d6
Merge pull request #80182 from dirkx/Redwax-0.22-update
...
redwax-modules: 0.2.1 -> 0.2.2/0.2.3
2020-02-22 19:03:21 -05:00
Maxim Krivchikov
444370f1d8
pythonPackages.seaborn: use v0.9.1 for python 2
...
required for poretools
2020-02-22 16:02:37 -08:00
Jonathan Ringer
7e1b217785
powershell: update supported platforms
2020-02-22 16:00:25 -08:00
John Ericson
0b0e691833
rust 1.41: Fix build with no_std only target
...
See https://github.com/rust-lang/rust/pull/69381
2020-02-22 18:34:05 -05:00
worldofpeace
d5220977a4
Merge pull request #80834 from maxxk/ldaptor-fix-build
...
pythonPackages.ldaptor: fix build
2020-02-22 18:06:35 -05:00
Maxim Krivchikov
4644a4c482
pythonPackages.pyfribidi: fix build
2020-02-22 22:29:49 +00:00
worldofpeace
7cf8364b16
Merge pull request #80700 from xfix/kodi-build-patch
...
kodi: fix build
2020-02-22 17:25:51 -05:00
Jörg Thalheim
ac9211f67b
Merge pull request #79350 from Izorkin/mariadb
...
mariadb: 10.3.20 -> 10.3.22
2020-02-22 22:18:07 +00:00
zowoq
4a3262fcf2
skaffold: 1.3.1 -> 1.4.0
...
https://github.com/GoogleContainerTools/skaffold/releases/tag/v1.4.0
2020-02-23 08:15:37 +10:00
Maxim Krivchikov
50f3704c2f
pythonPackages.ldaptor: fix build
2020-02-22 22:05:18 +00:00
Jörg Thalheim
076e16989d
netdata: 1.19.0 -> 1.20.0
2020-02-22 21:17:54 +00:00
Jonathan Ringer
2fea715779
pythonPackages.acoustics: disable
...
no longer compatible with pandas>=1
2020-02-22 13:10:07 -08:00
Cassidy Dingenskirchen
df54d70e3e
poetry: 0.12.17 -> 1.0.3
2020-02-22 12:02:27 -08:00
Jos van den Oever
be18a3bd59
sonic-lineup: init at 1.0.1
2020-02-22 20:50:47 +01:00
R. RyanTM
2758e3975a
python27Packages.azure-mgmt-storage: 7.0.0 -> 7.1.0
2020-02-22 11:46:09 -08:00
R. RyanTM
0d7ae2a5c6
python27Packages.azure-mgmt-network: 8.0.0 -> 9.0.0
2020-02-22 11:45:01 -08:00
R. RyanTM
20d5f3f23d
python27Packages.azure-mgmt-resource: 7.0.0 -> 8.0.1
2020-02-22 11:44:46 -08:00
Danylo Hlynskyi
9336b084ae
Merge pull request #79736 from Ma27/minor-imperative-container-fixes
...
nixos-container: minor fixes
2020-02-22 21:26:04 +02:00
Vincent Breitmoser
bd91cacadf
etesync-dav: init at 0.14.2
2020-02-22 11:15:39 -08:00
Vincent Breitmoser
5b244b986d
pythonPackages.etesync: init at 0.9.3
2020-02-22 11:15:39 -08:00
Vincent Breitmoser
384afdc82c
pythonPackages.furl: 2.0.0 -> 2.1.0
2020-02-22 11:15:39 -08:00
Vincent Breitmoser
e9578b9736
pythonPackages.pyscrypt: init at 1.6.2
2020-02-22 11:15:39 -08:00
David Wood
b0d7d8527b
sycl-info: init at unstable-2019-11-19
...
Signed-off-by: David Wood <david@davidtw.co>
2020-02-22 10:57:37 -08:00
David Wood
0ce1b1a380
lyra: init at 1.1
...
Signed-off-by: David Wood <david@davidtw.co>
2020-02-22 10:57:37 -08:00
David Wood
54cbe01782
doctest: init at 2.3.5
...
Signed-off-by: David Wood <david@davidtw.co>
2020-02-22 10:57:37 -08:00
Daniël de Kok
9bab3b5a61
sentencepiece: set platforms to unix to support Darwin
...
- The sentencepiece library builds fine on Darwin as well.
- Remove superfluous `enableParallelBuilding = true`.
- Make the value of homepage a string.
2020-02-22 10:55:48 -08:00
Jean-Philippe Braun
089d85baba
vimPlugins.vim-cue: init at 2020-02-06
2020-02-22 10:51:50 -08:00
Jean-Philippe Braun
98552bf69b
vimPlugins: update
2020-02-22 10:51:50 -08:00
Konrad Borowski
69668e93d8
kodi: fix build
2020-02-22 19:27:43 +01:00
R. RyanTM
082c7f0181
python27Packages.pyftpdlib: 1.5.5 -> 1.5.6
2020-02-22 10:22:15 -08:00
R. RyanTM
8fd1365953
python27Packages.qtawesome: 0.6.1 -> 0.7.0
2020-02-22 10:07:33 -08:00
Renato Alves
e30abffb66
pythonPackages.googletrans: init at 2.4.0
2020-02-22 10:00:06 -08:00
Vladimír Čunát
d7266d00b2
Merge #80802 : netpbm: fix typo on substituteInPlace parameters
2020-02-22 17:48:11 +01:00
markuskowa
74dcd1c637
Merge pull request #80617 from ikervagyok/slurm
...
Slurm: improve RDMA capability
2020-02-22 17:33:47 +01:00
Silvan Mosberger
1035f7259f
Merge pull request #80628 from mweinelt/pr/s-tui
...
s-tui: migrate to python3
2020-02-22 17:25:59 +01:00
Mario Rodas
8072b09754
Merge pull request #80723 from marsam/update-go-tools
...
go-tools: 2019.2.2 -> 2020.1.2
2020-02-22 11:06:29 -05:00
Mario Rodas
1278addbf6
Merge pull request #80757 from r-ryantm/auto-update/grails
...
grails: 4.0.1 -> 4.0.2
2020-02-22 11:05:18 -05:00
Mario Rodas
443d509c34
Merge pull request #80726 from marsam/update-fluent-bit
...
fluent-bit: 1.3.7 -> 1.3.8
2020-02-22 11:03:01 -05:00
Mario Rodas
71368f3488
Merge pull request #80764 from r-ryantm/auto-update/kubectx
...
kubectx: 0.7.1 -> 0.8.0
2020-02-22 10:59:55 -05:00
Mario Rodas
31ebc35e0a
Merge pull request #80767 from r-ryantm/auto-update/luigi
...
luigi: 2.8.11 -> 2.8.12
2020-02-22 10:59:37 -05:00
Mario Rodas
f084468d94
Merge pull request #80776 from r-ryantm/auto-update/cassowary
...
cassowary: 0.3.0 -> 0.7.0
2020-02-22 10:54:48 -05:00
Martin Weinelt
cf0e6a48e9
s-tui: migrate to python3
...
Includes LC_ALL = "en_US.UTF-8"; that resolves a locale.Error exception
during the check phase.
[...]
File "/build/s-tui-1.0.0/s_tui/sensors_menu.py", line 27, in <module>
import urwid
File "/nix/store/xxhpq1kcjy0kimfwnwqlzh2pchkp9khi-python3.7-urwid-2.1.0/lib/python3.7/site-packages/urwid/__init__.py", line 26, in <module>
from urwid.widget import (FLOW, BOX, FIXED, LEFT, RIGHT, CENTER, TOP, MIDDLE,
File "/nix/store/xxhpq1kcjy0kimfwnwqlzh2pchkp9khi-python3.7-urwid-2.1.0/lib/python3.7/site-packages/urwid/widget.py", line 27, in <module>
from urwid.util import (MetaSuper, decompose_tagmarkup, calc_width,
File "/nix/store/xxhpq1kcjy0kimfwnwqlzh2pchkp9khi-python3.7-urwid-2.1.0/lib/python3.7/site-packages/urwid/util.py", line 61, in <module>
detected_encoding = detect_encoding()
File "/nix/store/xxhpq1kcjy0kimfwnwqlzh2pchkp9khi-python3.7-urwid-2.1.0/lib/python3.7/site-packages/urwid/util.py", line 58, in detect_encoding
locale.setlocale(locale.LC_ALL, initial)
File "/nix/store/ja04f3cmapzb3f2mvjrb883bfqclsirq-python3-3.7.6/lib/python3.7/locale.py", line 608, in setlocale
return _setlocale(category, locale)
locale.Error: unsupported locale setting
2020-02-22 16:23:36 +01:00
Michele Guerini Rocco
4335b3676a
Merge pull request #80765 from marsam/update-sudo-font
...
sudo-font: 0.41 -> 0.42
2020-02-22 14:52:42 +01:00
Andreas Rammhold
8e08f7515a
netpbm: fix typo on substituteInPlace parameters
...
It seems like originally `-dSAFER` should have been replaced with
`-dPARANOIDSAFER` instead of `-DSAFER` (capital D vs lower case d).
This was pointed out in #75153 . This might now finally (properly?) fix
CVE-2005-2471.
2020-02-22 14:28:32 +01:00
Tom Hall
ae9e09a2e1
R: fix build on aarch64 by removing a failing test
...
I believe this test is currently incorrect on aarch64 and expects a
warning about loss of precision with much smaller numbers than the
platform's long doubles can handle.
2020-02-22 13:17:40 +00:00
zowoq
9567d805f0
ostree: 2019.6 -> 2020.2
...
https://github.com/ostreedev/ostree/releases/tag/v2020.1
https://github.com/ostreedev/ostree/releases/tag/v2020.2
2020-02-22 21:53:04 +10:00
Dennis Gosnell
d222dc2575
Merge pull request #80771 from cdepillabout/add-nix-query-tree-viewer
...
nix-query-tree-viewer: init at 0.2.0
2020-02-22 19:56:31 +09:00
Michael Weiss
aeac26a3ec
Merge pull request #80615 from primeos/chromium
...
chromium: 80.0.3987.106 -> 80.0.3987.116
2020-02-22 11:50:06 +01:00
Maxim Krivchikov
bba9b7fe6e
whitebox-tools: 0.16.0 -> 1.2.0
2020-02-22 10:45:35 +00:00
Yegor Timoshenko
4c1c294f7d
Merge pull request #80761 from r-ryantm/auto-update/ibus
...
ibus: 1.5.21 -> 1.5.22
2020-02-22 12:05:05 +03:00
Michele Guerini Rocco
57bcca369d
Merge pull request #80718 from rnhmjoj/timeout
...
pythonPackages.pytest-timeout: disable flaky test
2020-02-22 09:33:13 +01:00
Izorkin
982a23de94
mariadb: add needed packages
2020-02-22 11:31:05 +03:00
Izorkin
c6d159d696
mariadb: build server with NUMA
2020-02-22 11:30:07 +03:00
Izorkin
e4f17a2b17
mariadb: 10.3.20 -> 10.3.22
2020-02-22 11:26:28 +03:00
Izorkin
ffe90532f7
php: update build configuration
2020-02-22 11:22:05 +03:00
Izorkin
0ee5d55d3b
php: use external GD library
2020-02-22 11:22:05 +03:00
Izorkin
ac3c11a980
php: add option pearSupport
2020-02-22 11:22:05 +03:00
Izorkin
a74fb5a1af
php: add option ipv6Support
2020-02-22 11:22:05 +03:00
Izorkin
5dae87ec2d
php: remove unused configureFlags
2020-02-22 11:22:05 +03:00
Izorkin
82b5cef58d
php: drop support libmysqlclient
2020-02-22 11:22:04 +03:00
R. RyanTM
3d95727892
uftrace: 0.9.3 -> 0.9.4
2020-02-22 09:12:43 +01:00
R. RyanTM
66df83f4f7
cassowary: 0.3.0 -> 0.7.0
2020-02-22 08:11:03 +00:00
Daiderd Jordan
e4af779056
Merge pull request #80635 from marsam/fix-bazel-darwin
...
bazel: fix build on darwin
2020-02-22 08:52:58 +01:00
Daiderd Jordan
fd4df0bcbb
Merge pull request #80603 from eraserhd/plan9port-macos-ldflags
...
plan9port: fix linker flags for macosx
2020-02-22 08:51:31 +01:00
Vladyslav M
c29436c388
exiftool: 11.70 -> 11.85
2020-02-22 08:54:36 +02:00
Mario Rodas
1fe82110fe
Merge pull request #80627 from marsam/update-bazel-buildtools
...
bazel-buildtools: 0.29.0 -> 1.0.0
2020-02-21 23:44:41 -05:00
(cdep)illabout
05a564d48c
nix-query-tree-viewer: init at 0.2.0
2020-02-22 11:18:41 +09:00
Mario Rodas
4fc354411b
Merge pull request #80760 from bhipple/auto-update/gifski
...
gifski: 0.9.1 -> 0.10.2
2020-02-21 20:36:35 -05:00
Aaron Andersen
951ceca9df
mariadb: do not delete runtime plugins from package
2020-02-21 20:31:35 -05:00
R. RyanTM
08191abfa5
luigi: 2.8.11 -> 2.8.12
2020-02-22 01:30:53 +00:00
Mario Rodas
8ba4961b1a
sudo-font: 0.41 -> 0.42
2020-02-21 20:00:00 -05:00
R. RyanTM
f14a49c5dd
kubectx: 0.7.1 -> 0.8.0
2020-02-22 00:56:40 +00:00
Samuel Dionne-Riel
6510e08ef5
Merge pull request #80592 from JeffLabonte/brave-1.3.115_to_1.3.118
...
brave: 1.3.115 -> 1.3.118
2020-02-21 19:55:41 -05:00
Drew Risinger
d38b8d8ff7
pythonPackages.cvxpy: init at 1.0.25
...
Convex optimization problem modeler in Python.
Dependency of qiskit-aer.
2020-02-21 16:50:12 -08:00
Wael Nasreddine
20e7a3d6a6
yq-go: 3.1.0 -> 3.1.2 ( #80762 )
2020-02-21 14:39:23 -10:00
Dmitry Kalinkin
b83257ca5f
lhapdf.pdf_sets: fix download url
2020-02-21 19:36:34 -05:00
Emily
2cb5084088
weechatScripts.weechat-autosort: 3.4 -> 3.8
2020-02-22 00:29:20 +00:00
R. RyanTM
8f5956e63d
ibus: 1.5.21 -> 1.5.22
2020-02-22 00:12:32 +00:00
Benjamin Hipple
eb8ae2166e
gifski: 0.9.1 -> 0.10.2
2020-02-21 18:59:26 -05:00
R. RyanTM
af12b02b90
grails: 4.0.1 -> 4.0.2
2020-02-21 23:31:20 +00:00
Florian Klink
f545816c62
Merge pull request #80540 from flokli/scikits-odes-2.6.1
...
python.pkgs.scikits-odes: 2.4.0-9-g93075ae -> 2.6.1
2020-02-22 00:29:49 +01:00
Jonathan Ringer
75b79b76d8
pulseaudio-dlna: add missing setuptools dep
2020-02-21 14:09:15 -08:00
Ryan Mulligan
92055b17c5
Merge pull request #80741 from r-ryantm/auto-update/tixati
...
tixati: 2.66 -> 2.67
2020-02-21 12:25:48 -08:00
Ryan Mulligan
db520be3ce
Merge pull request #80737 from r-ryantm/auto-update/spectmorph
...
spectmorph: 0.5.0 -> 0.5.1
2020-02-21 12:25:18 -08:00
R. RyanTM
e263acc115
trac: 1.4 -> 1.4.1
2020-02-21 18:56:01 +00:00
Maximilian Bosch
b7566d7715
python3Packages.face_recognition: 1.2.3 -> 1.3.0
...
https://pypi.org/project/face-recognition/1.3.0/
2020-02-21 19:43:56 +01:00
Silvan Mosberger
e0fc181f5c
Merge pull request #80645 from xfix/cmake_2_8-fix-build
...
cmake_2_8: fix build
2020-02-21 19:38:25 +01:00
Silvan Mosberger
edc41c3589
Merge pull request #80744 from Infinisil/fix/turses
...
turses: Fix build
2020-02-21 19:07:47 +01:00
Maximilian Bosch
ecf3d8bbbb
Merge pull request #80650 from Frostman/grafana-6.6.2
...
grafana: 6.6.1 -> 6.6.2
2020-02-21 18:33:35 +01:00
Aaron Olson
9b8a14bb7e
google-cloud-sdk: fix Darwin build by only stripping local symbols ( #80554 )
...
Darwin won't strip relocatable symbols, so strip only local symbols
from cygrpc.so
See also 6ceebc441c (commitcomment-37355193)
2020-02-21 17:28:54 +00:00
Silvan Mosberger
69c0de2fe7
Merge pull request #80625 from unode/pysam-0.15.4
...
pysam: 0.15.3 -> 0.15.4 (and disabling tests)
2020-02-21 18:18:13 +01:00
Silvan Mosberger
cf4130c9ec
turses: Fix build
2020-02-21 17:56:24 +01:00
Silvan Mosberger
7a56099d2d
Merge pull request #80706 from Infinisil/fix/swift
...
swift: Fix build for glibc 2.30
2020-02-21 17:22:29 +01:00
R. RyanTM
2c9fd5b899
tixati: 2.66 -> 2.67
2020-02-21 16:21:40 +00:00
Jörg Thalheim
fe6a2921c1
Merge pull request #80377 from earksiinni/ersin/slack-macos
...
slack: 4.2.0 -> 4.3.3, add Darwin target
2020-02-21 16:03:53 +00:00
R. RyanTM
6f824c38fd
python27Packages.pyodbc: 4.0.28 -> 4.0.30
2020-02-21 17:01:52 +01:00
Jörg Thalheim
bec89d1893
Merge pull request #80370 from gnidorah/rambox
...
rambox: don't build from sources
2020-02-21 15:59:50 +00:00
Ersin Akinci
5386408991
slack: 4.3.3 -> 4.2.0
...
4.3.3 not available yet for Linux
2020-02-21 15:39:45 +00:00
gnidorah
f5b761175f
rambox: don't build from sources
2020-02-21 18:25:21 +03:00
R. RyanTM
0d3da7efca
spectmorph: 0.5.0 -> 0.5.1
2020-02-21 15:20:56 +00:00
Joachim F
97d19a167a
Merge pull request #80642 from r-ryantm/auto-update/pax-utils
...
pax-utils: 1.2.4 -> 1.2.5
2020-02-21 15:17:38 +00:00
Joachim F
477ccd0e73
Merge pull request #80731 from emmanuelrosa/electrum-qdarkstyle-fix
...
electrum: remove qdarkstyle<2.7 restriction
2020-02-21 15:16:36 +00:00
Marek Mahut
94fbb7b418
Merge pull request #80722 from mmahut/libfido2
...
libfido2: evaluate systemd only on Linux
2020-02-21 15:49:56 +01:00
Timo Kaufmann
ec6bf457bf
Merge pull request #80728 from timokau/maven-jdk-overridable
...
maven: make jdk overridable
2020-02-21 14:49:41 +00:00
Graham Christensen
4d66792aac
Merge pull request #80446 from asymmetric/patchwork-3.17.3
...
ssb-patchwork: 3.17.2 -> 3.17.4
2020-02-21 09:36:28 -05:00
José Romildo Malaquias
bf34e7d6a5
Merge pull request #80530 from romildo/upd.numix-icon-theme
...
numix-icon-theme-square: 19.09.20 -> 19.12.27
2020-02-21 11:26:37 -03:00
Mario Rodas
09c1342c70
dune_2: 2.3.0 -> 2.3.1
...
Changelog: https://github.com/ocaml/dune/releases/tag/2.3.1
2020-02-21 15:04:02 +01:00
José Romildo Malaquias
25a9659f5a
nordic-polar: 1.5.0 -> 1.6.0
2020-02-21 10:48:42 -03:00
Emmanuel Rosa
99931d3bba
electrum: remove qdarkstyle<2.7 restriction
2020-02-21 20:34:32 +07:00
José Romildo Malaquias
3e95c78846
nordic: 1.6.5 -> 1.8.1
2020-02-21 10:34:05 -03:00
Timo Kaufmann
0141cfefbc
maven: make jdk overridable
...
This makes it possible to use maven with different (newer) jdks.
Fixes #75630
2020-02-21 14:26:33 +01:00
Mario Rodas
eca68bd565
Merge pull request #80442 from marsam/update-wal-g
...
wal-g: 0.2.0 -> 0.2.14
2020-02-21 08:11:27 -05:00
Lorenzo Manacorda
14dd10497d
fixup! ssb-patchwork: 3.17.2 -> 3.17.4
2020-02-21 14:02:18 +01:00
Marek Mahut
1ea0a243d2
libfido2: evaluate systemd only on Linux
2020-02-21 13:53:27 +01:00
Marek Mahut
448c671a62
Merge pull request #80710 from mmahut/libfido2
...
libfido2: build only Linux
2020-02-21 13:47:48 +01:00
rnhmjoj
c4865b8933
pythonPackages.pytest-timeout: disable flaky test
2020-02-21 13:40:24 +01:00
Mario Rodas
65593304e0
go-tools: 2019.2.2 -> 2020.1.3
2020-02-21 07:35:00 -05:00
Jan Tojnar
0c4755b420
Merge pull request #80715 from jtojnar/gimp-2.10.16
...
gimp: 2.10.14 → 2.10.16
2020-02-21 13:08:02 +01:00
José Romildo Malaquias
1e2c51f5c7
qogir-icon-theme: 2020-01-29 -> 2020-02-21
2020-02-21 09:02:19 -03:00
Marek Mahut
852d2bcfd4
libfido2: linux build only
2020-02-21 12:56:45 +01:00
Benno Fünfstück
41944946de
weechatScripts.weechat-matrix: enable on darwin
2020-02-21 12:40:55 +01:00
Jan Tojnar
75132e6eb5
gimp: 2.10.14 → 2.10.16
...
https://gitlab.gnome.org/GNOME/gimp/blob/GIMP_2_10_16/NEWS#L11-211
2020-02-21 12:27:52 +01:00
Jan Tojnar
abacc68138
gegl_0_4: 0.4.20 → 0.4.22
...
https://gitlab.gnome.org/GNOME/gegl/blob/GEGL_0_4_22/docs/NEWS.txt#L1-9
2020-02-21 12:27:51 +01:00
Jan Tojnar
0328d77cb8
mypaint-brushes1: 1.3.0 → 1.3.1
...
https://github.com/mypaint/mypaint-brushes/releases/tag/v1.3.1
2020-02-21 12:27:51 +01:00
Lorenzo Manacorda
01a9f0edbe
ssb-patchwork: 3.17.2 -> 3.17.4
2020-02-21 12:04:18 +01:00
Dirk-Willem van Gulik
928c365a1b
redwax-modules: 0.2.1 -> 0.2.2/0.2.3
2020-02-21 12:00:00 +01:00
José Romildo Malaquias
104dad8cb9
qogir-theme: 2019-10-25 -> 2020-02-20
2020-02-21 07:54:24 -03:00
Lengyel Balázs
7598200b9b
SLURM: added rdma-core as a dependency
2020-02-21 11:32:48 +01:00
Jörg Thalheim
74ace1f0eb
Merge pull request #78385 from plumelo/feature/vim-rtp-fix
...
vimUtils.vimrcFile: fixes packpath order
2020-02-21 10:24:10 +00:00
R. RyanTM
031db7bf17
rtl_433: 19.08 -> 20.02
2020-02-21 10:09:23 +00:00
Edward Tjörnhammar
9b6faedb18
shogun: 6.0.0 -> 6.1.4
...
Also migrate to opencv3 to address #72739 , the PR didn't build for me.
Disable testing and ccache since they were broken.
Co-authored-by: Robert Scott <code@humanleg.org.uk>
2020-02-21 11:05:09 +01:00
Peter Simons
922648ecb2
Merge pull request #80532 from r-ryantm/auto-update/shotcut
...
shotcut: 19.12.31 -> 20.02.17
2020-02-21 11:02:04 +01:00
Renato Alves
bf88bf47d1
pysam: 0.15.3 -> 0.15.4
...
Also disable tests until upstream test data issues are resolved.
See link in comment in code for more information.
2020-02-21 10:12:32 +01:00
Silvan Mosberger
7d8a33125f
swift: Fix build for glibc 2.30
2020-02-21 10:10:07 +01:00
lewo
c38529df78
Merge pull request #80064 from Frostman/helm-3.1.0
...
helm: 3.0.3 -> 3.1.0
2020-02-21 08:30:29 +01:00
lewo
4eb3f3be83
Merge pull request #80347 from babariviere/insomnia-7.1.0
...
insomnia: 7.0.6 -> 7.1.0
2020-02-21 08:27:35 +01:00
lewo
e0cf1c71c4
Merge pull request #80689 from lovesegfault/throttled-0.7
...
throttled: 0.6 -> 0.7
2020-02-21 08:25:39 +01:00
elseym
0bffd2150e
plex: 1.18.6.2368 -> 1.18.7.2438
2020-02-20 22:30:36 -08:00
R. RyanTM
ac4831238a
python27Packages.pytest-flask: 0.15.0 -> 0.15.1
2020-02-20 22:17:06 -08:00
Vincent Laporte
ca6391a7c4
ocaml-ng.ocamlPackages_4_10.ocaml: 4.10.0+rc1 → 4.10.0+rc2
2020-02-21 07:15:49 +01:00
R. RyanTM
a9ef3e3f48
python27Packages.pyroute2: 0.5.7 -> 0.5.9
2020-02-20 22:11:00 -08:00
R. RyanTM
204786644b
python37Packages.aioresponses: 0.6.2 -> 0.6.3
2020-02-20 21:57:25 -08:00
R. RyanTM
cdd25d4b4b
python27Packages.fuzzywuzzy: 0.17.0 -> 0.18.0
2020-02-20 21:56:34 -08:00
Bernardo Meurer
a87baff257
throttled: 0.6 -> 0.7
2020-02-20 21:39:41 -08:00
Konrad Borowski
621c4239c3
pythonPackages.aiohttp: remove pytest-timeout check dependency
2020-02-20 21:00:46 -08:00
Jonathan Ringer
4dd173560d
azure-cli: 2.0.81 -> 2.1.0
2020-02-20 20:22:33 -08:00
R. RyanTM
4fcce2abab
python27Packages.nbval: 0.9.4 -> 0.9.5
2020-02-20 20:20:25 -08:00
R. RyanTM
7d1842b5b9
python27Packages.nbsphinx: 0.5.0 -> 0.5.1
2020-02-20 20:18:05 -08:00
Mario Rodas
c675a7e062
Merge pull request #80227 from zowoq/zsh
...
zsh: 5.7.1 -> 5.8
2020-02-20 22:09:26 -05:00
Mario Rodas
c850e9ef7f
Merge pull request #80646 from Frostman/hugo-0.65.1
...
hugo: 0.64.1 -> 0.65.1
2020-02-20 22:07:52 -05:00
Mario Rodas
581a20c197
Merge pull request #80407 from zowoq/amass
...
amass: 3.4.2 -> 3.4.4
2020-02-20 21:19:13 -05:00
Mario Rodas
b0a5b32f3a
Merge pull request #80674 from zowoq/gh
...
gitAndTools.gh: 0.5.6 -> 0.5.7
2020-02-20 21:18:48 -05:00
Samuel Dionne-Riel
687e2195d8
runInLinuxVM: Ensure tools requiring /etc/passwd work
...
This includes, but is not limited to:
* whoami
* nix >= 2.3.1
See
* https://github.com/NixOS/nixpkgs/issues/71157
* https://github.com/NixOS/nixops/issues/1216
* https://github.com/nix-community/nixops-libvirtd/issues/5
2020-02-20 18:51:17 -05:00
Andreas Rammhold
d1c61f80d8
Merge pull request #80672 from mweinelt/pr/weechat/2.7.1
...
weechat: 2.7 -> 2.7.1
2020-02-21 00:34:10 +01:00
Jonathan Ringer
9cd683ccc0
steamPackages.chrootenv: add file command
...
Noticed that the setup.sh for steam was trying to call the file command.
I'm not sure what the ramifications are for these missing,
but some steam features are quietly disabled when they
don't follow happy paths.
2020-02-20 15:20:43 -08:00
R. RyanTM
bbf34acab7
python37Packages.ckcc-protocol: 0.8.0 -> 1.0.0
2020-02-20 15:01:50 -08:00
R. RyanTM
fd198bc821
python37Packages.azure-core: 1.2.1 -> 1.2.2
2020-02-20 15:00:27 -08:00
Jason Felice
7724ef793a
plan9port: wrap ALL linker flags
2020-02-20 17:40:30 -05:00
markuskowa
39fce027b8
Merge pull request #80641 from ikervagyok/ucx
...
ucx: init at 1.7.0
2020-02-20 23:27:59 +01:00
zowoq
3338225cd2
gitAndTools.gh: 0.5.6 -> 0.5.7
...
https://github.com/cli/cli/releases/tag/v0.5.7
2020-02-21 08:19:47 +10:00