Commit graph

161356 commits

Author SHA1 Message Date
Matthew Bauer cfec14e1fe
Merge pull request #62334 from Kiwi/hplip
hplip: add aarch64-linux to platforms
2019-06-03 14:16:52 -04:00
Matthew Bauer 64f837491c
Merge pull request #62618 from matthewbauer/talloc-fix
proot/talloc fixes
2019-06-03 13:56:55 -04:00
Matthew Bauer c3f6b46db6
Merge pull request #60348 from matthewbauer/enchant-updates
enchant: 1.6.1 -> 2.2.3
2019-06-03 13:34:16 -04:00
Matthew Bauer f64d21da21
Merge pull request #56834 from matthewbauer/v8-update
v8: 5.4.232 -> 7.4.255
2019-06-03 13:34:04 -04:00
Matthew Bauer 9d65bb588f zoom-us: set LD_PRELOAD=.../v4l2convert.so
This was needed for my webcam to work with zoom-us. v4l2convert is a
wrapper for apps that only support simple bgr24 or yuv420. For these
apps to support webcams that don’t use those formats, we need to use
LD_PRELOAD to get those symbols. Taken from archlinux wiki:

https://wiki.archlinux.org/index.php/Webcam_setup#V4L1_support
2019-06-03 13:08:45 -04:00
Matthew Bauer ba76fa91c7 treewide: handle enchant = enchant2
patch or provide backup to enchant1 where necessary
2019-06-03 12:47:28 -04:00
R. RyanTM 6eb0be091c rabbitmq-server: 3.7.14 -> 3.7.15
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/rabbitmq-server/versions
2019-06-03 18:41:49 +02:00
Matthew Bauer 9af84fe525 julia: strip out gfortran refs
Fixes #62588
2019-06-03 12:32:17 -04:00
Matthew Bauer cc582920f2 proot: 20190305 -> 20190510 2019-06-03 12:28:29 -04:00
Matthew Bauer 6c9977f753 waf: only add crossFlags when hostPlatform.system == targetPlatform
waf fails otherwise in some weird CHECK_UNAME things

Fixes #62540
2019-06-03 12:28:29 -04:00
Matthew Bauer 9f7bb1f512 python27: add override to build statically 2019-06-03 12:28:25 -04:00
Matthew Glazar 74bb653916 duplicity: speed up testing
Apply some upstream duplicity patches which optimize installCheckPhase.
On my laptop, this lowers duplicity's total build time from 8 m 42 s to
6 m 50 s (-21%).
2019-06-03 09:14:41 -07:00
Matthew Glazar 071167e6a9 duplicity: enable tests
* Install required tool dependencies ('tar', 'rdiff', etc.)
* Run installed duplicity instead of source tree duplicity
* Fix shebang of scripts in testing/overrides/bin/
* Disable some unhelpful developer-only tests
* Disable a test broken on Linux (root cause unknown)
* Work around low file descriptor soft limit for Darwin builders
2019-06-03 09:14:40 -07:00
Ryan Mulligan 5884dfe5a9
Merge pull request #62581 from r-ryantm/auto-update/uget
uget: 2.2.1 -> 2.2.2
2019-06-03 09:05:45 -07:00
Ryan Mulligan 197c759214
Merge pull request #62497 from r-ryantm/auto-update/pdns-recursor
pdns-recursor: 4.1.12 -> 4.1.13
2019-06-03 09:05:27 -07:00
Bas van Dijk 1959799d51 strongswan: 5.7.2 -> 5.8.0 2019-06-03 18:01:55 +02:00
Cyril Cohen 547466064e
coqPackages.mathcomp: 1.8.0 -> 1.9.0 and adding real-closed 2019-06-03 15:23:35 +00:00
Mario Rodas ddaf94d804 ocamlPackages.merlin: 3.2.2 -> 3.3.0 2019-06-03 17:13:37 +02:00
Matthew Bauer 3e96aebf4e enchant: 1.6.1 -> 2.2.3
Moves default enchant to 2.2.3. Release url:

https://github.com/AbiWord/enchant/releases/tag/v2.0.0

Mostly need to verify no breakage occurs for packages using enchant.
2019-06-03 11:13:36 -04:00
Matthew Bauer be705d8249 pyenchant: mark broken on darwin/macOS 2019-06-03 11:13:35 -04:00
Matthew Bauer eb0d5fc3f0 pylint: remove pyenchant dependency
pyenchant is broken on macOS and also no longer actively developed.
pylint has made this an optional dependency that is no longer part of the
default test suite.

See this issue for more discussion:

https://github.com/PyCQA/pylint/issues/1900
2019-06-03 11:13:35 -04:00
Mario Rodas 7531309c6e
Merge pull request #62404 from xrelkd/update/cargo-make
cargo-make: 0.19.3 -> 0.19.4
2019-06-03 09:12:58 -05:00
Mario Rodas 168d253a00
Merge pull request #62539 from r-ryantm/auto-update/python2.7-python-stdnum
python27Packages.python-stdnum: 1.10 -> 1.11
2019-06-03 09:07:01 -05:00
R. RyanTM a0d1442ed8
python27Packages.python-stdnum: 1.10 -> 1.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/python2.7-python-stdnum/versions
2019-06-03 09:01:40 -05:00
Nikolay Amiantov 28bd05ce62 libsForQt5.qtwebkit-plugins: 2015-05-09 -> 2017-01-25 2019-06-03 17:01:04 +03:00
Nikolay Amiantov d5b8080332 libxls: 1.4.0 -> 1.5.1 2019-06-03 17:00:38 +03:00
Mario Rodas 15017d6d90
Merge pull request #62547 from r-ryantm/auto-update/python3.7-uncertainties
python37Packages.uncertainties: 3.0.3 -> 3.1
2019-06-03 08:54:22 -05:00
R. RyanTM 4ae62e26ea
python37Packages.uncertainties: 3.0.3 -> 3.1.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-uncertainties/versions
2019-06-03 08:49:56 -05:00
R. RyanTM 25fb89009f
python37Packages.stripe: 2.27.0 -> 2.29.3
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-stripe/versions
2019-06-03 08:41:20 -05:00
Jörg Thalheim 37e4161535
src: 1.25 -> 1.26 (#62576)
src: 1.25 -> 1.26
2019-06-03 14:19:06 +01:00
Mario Rodas 15989fb47b
Merge pull request #62548 from r-ryantm/auto-update/python3.7-XlsxWriter
python37Packages.XlsxWriter: 1.1.7 -> 1.1.8
2019-06-03 08:16:50 -05:00
Ryan Mulligan 1a28cf8943
Merge pull request #62584 from r-ryantm/auto-update/urlscan
urlscan: 0.9.2 -> 0.9.3
2019-06-03 05:52:47 -07:00
Ryan Mulligan 6d2df40892
Merge pull request #62597 from r-ryantm/auto-update/you-get
you-get: 0.4.1295 -> 0.4.1302
2019-06-03 05:51:42 -07:00
Ryan Mulligan 106e639b91
Merge pull request #62598 from r-ryantm/auto-update/zim
zim: 0.71.0 -> 0.71.1
2019-06-03 05:50:52 -07:00
Ryan Mulligan 9555f0b4ec
Merge pull request #62388 from r-ryantm/auto-update/drawpile
drawpile: 2.1.8 -> 2.1.10
2019-06-03 05:49:30 -07:00
Ryan Mulligan 33c0d28e32
Merge pull request #62579 from r-ryantm/auto-update/tpm2-tss
tpm2-tss: 2.2.2 -> 2.2.3
2019-06-03 05:46:55 -07:00
Ryan Mulligan 1c090da0f1
Merge pull request #62416 from r-ryantm/auto-update/gede
gede: 2.13.1 -> 2.14.1
2019-06-03 05:46:17 -07:00
Tor Hedin Brønner ebd379e40c
Merge pull request #62427 from worldofpeace/gnome-updates
Some GNOME3 updates (again)
2019-06-03 14:44:27 +02:00
Maximilian Bosch c2b83eaf31
Merge pull request #62596 from r-ryantm/auto-update/xterm
xterm: 345 -> 346
2019-06-03 14:37:14 +02:00
Jörg Thalheim 51d3d5b8d0
skypeforlinux: 8.44.0.40 -> 8.45.0.41 (#62569)
skypeforlinux: 8.44.0.40 -> 8.45.0.41
2019-06-03 13:25:07 +01:00
Jörg Thalheim e8e1dc71c5
Merge pull request #62529 from danieldk/remove-btsync-module
nixos/btsync: remove
2019-06-03 13:21:58 +01:00
Jörg Thalheim 96ec038aa0
Merge pull request #62600 from asymmetric/paperkey
paperkey: use HTTPS
2019-06-03 13:18:06 +01:00
Jörg Thalheim 78a365448d
Merge pull request #62538 from Hodapp87/master
gzdoom: Fix wrong fluidsynth version
2019-06-03 13:17:30 +01:00
R. RyanTM 70204c2ab6 qpdf: 8.4.1 -> 8.4.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/qpdf/versions
2019-06-03 14:54:13 +03:00
Lorenzo Manacorda 43a65d7b7a paperkey: use HTTPS 2019-06-03 13:51:02 +02:00
Nikolay Amiantov 80bf658eb8 gbenchmark: 1.4.1 -> 1.5.0 2019-06-03 14:32:55 +03:00
Vladyslav M e95fee8bb6
cargo-web: 0.6.23 -> 0.6.25 2019-06-03 14:30:02 +03:00
Roman Volosatovs b906a41133
cockroachdb: 1.19.0 -> 1.19.1 2019-06-03 13:07:52 +02:00
R. RyanTM 376b9675eb zim: 0.71.0 -> 0.71.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/zim/versions
2019-06-03 03:39:20 -07:00
R. RyanTM e20966d5f2 you-get: 0.4.1295 -> 0.4.1302
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/you-get/versions
2019-06-03 03:29:07 -07:00
R. RyanTM e80724f140 xterm: 345 -> 346
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/xterm/versions
2019-06-03 03:16:11 -07:00
Vincent Laporte ad31729226 ocaml-ng.ocamlPackages_4_08.ocaml: 4.08.0+beta3 -> 4.08.0+rc1 2019-06-03 12:13:14 +02:00
Charles Strahan 8f9a2f1358
dropbox: fix tray menu with StatusNotifierItem trays
If dropbox can't load libappindicator, it will fallback to using the old
xembed protocol. If you (or your Desktop Environment) are running
something like KDE's XEmbed SNI Proxy, then you'll at least see an icon,
but clicking the icon won't give you menu.

Adding libappindicator to the env allows dropbox to fully integrate with
contemporary status trays, while still falling back to xembed if the
required DBus service is not present.
2019-06-03 05:57:15 -04:00
Florian Klink e4648997b5
python37Packages.twilio: 6.26.2 -> 6.27.1 (#62545)
python37Packages.twilio: 6.26.2 -> 6.27.1
2019-06-03 11:54:04 +02:00
Maximilian Bosch 739f74d056
Merge pull request #62586 from davidtwco/franz-5.1.0
franz: 5.0.0-beta.19 -> 5.1.0
2019-06-03 11:44:45 +02:00
Maximilian Bosch 51acfce682
Merge pull request #62504 from dywedir/pulsemixer
pulsemixer: 1.4.0 -> 1.5.0
2019-06-03 11:35:14 +02:00
Nikolay Amiantov 7ec20f99e6 cppzmq: 4.2.3 -> 4.3.0 2019-06-03 11:11:53 +03:00
David Wood e82ddcb684
franz: 5.0.0-beta.19 -> 5.1.0 2019-06-03 08:57:01 +01:00
Vladimír Čunát fbda7ca802
ultrastardx: fixup compilation
It starts for me now, so hopefully it's just OK.
2019-06-03 09:54:15 +02:00
markuskowa db3398a5fe
Merge pull request #62560 from r-ryantm/auto-update/rdma-core
rdma-core: 23.1 -> 24.0
2019-06-03 09:45:10 +02:00
R. RyanTM 97903f3dc5 urlscan: 0.9.2 -> 0.9.3
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/urlscan/versions
2019-06-03 00:34:13 -07:00
Daniël de Kok 3093e35f8f bittorrentSync: remove 2019-06-03 09:16:13 +02:00
R. RyanTM 9e530fe285 uget: 2.2.1 -> 2.2.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/uget/versions
2019-06-03 00:09:12 -07:00
R. RyanTM 7080e6ec1d tpm2-tss: 2.2.2 -> 2.2.3
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/tpm2-tss/versions
2019-06-02 23:40:13 -07:00
R. RyanTM 4478416816 src: 1.25 -> 1.26
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/src/versions
2019-06-02 22:07:34 -07:00
R. RyanTM 3803b5d714 spice-up: 1.8.1 -> 1.8.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/spice-up/versions
2019-06-02 22:00:46 -07:00
R. RyanTM 856b121cd0 solr: 8.1.0 -> 8.1.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/solr/versions
2019-06-02 21:39:10 -07:00
R. RyanTM dcbb041636 skypeforlinux: 8.44.0.40 -> 8.45.0.41
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/skypeforlinux/versions
2019-06-02 21:02:52 -07:00
Will Dietz ae71c13a92
Merge pull request #62552 from r-ryantm/auto-update/qownnotes
qownnotes: 19.4.5 -> 19.5.7
2019-06-02 22:54:44 -05:00
R. RyanTM b9023319f4 rsyslog: 8.1904.0 -> 8.1905.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/rsyslog/versions
2019-06-02 19:51:44 -07:00
R. RyanTM af6001a089 rspamd: 1.9.2 -> 1.9.4
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/rspamd/versions
2019-06-02 19:47:15 -07:00
xrelkd 81eaee8143 just: 0.4.3 -> 0.4.4 2019-06-03 10:07:38 +08:00
R. RyanTM f6e96c3be4 rdma-core: 23.1 -> 24.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/rdma-core/versions
2019-06-02 19:01:01 -07:00
R. RyanTM e0a1dbd0c3 reaper: 5.974 -> 5.978
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/reaper/versions
2019-06-02 18:57:45 -07:00
R. RyanTM fc5b800a7a qownnotes: 19.4.5 -> 19.5.7
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/qownnotes/versions
2019-06-02 17:46:27 -07:00
R. RyanTM 63684d50be mosquitto: 1.6.1 -> 1.6.2 (#62480)
Security release: http://mosquitto.org/blog/2019/04/version-1-6-2-released/
2019-06-03 00:14:19 +00:00
R. RyanTM eef54c2360 python37Packages.XlsxWriter: 1.1.7 -> 1.1.8
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-xlsxwriter/versions
2019-06-02 16:59:59 -07:00
Mateusz Kowalczyk cb18cee680
Merge pull request #62479 from r-ryantm/auto-update/mkvtoolnix
mkvtoolnix: 33.1.0 -> 34.0.0
2019-06-03 08:34:09 +09:00
R. RyanTM 5caa17599c python37Packages.twilio: 6.26.2 -> 6.27.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-twilio/versions
2019-06-02 16:30:37 -07:00
worldofpeace 40b40f3c6a
Merge pull request #62163 from jonringer/applicationinsights
python.pkgs.applicationinsights: init at 0.11.9
2019-06-02 18:30:23 -04:00
R. RyanTM 866157765e python37Packages.rpyc: 4.0.2 -> 4.1.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-rpyc/versions
2019-06-02 15:08:15 -07:00
Chris Hodapp cbb4aca341 gzdoom: Fix wrong fluidsynth version 2019-06-02 17:37:50 -04:00
R. RyanTM 99b760f4af python37Packages.pytest-tornado: 0.7.0 -> 0.8.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-pytest-tornado/versions
2019-06-02 14:37:25 -07:00
Matthew Bauer c3677ed0ef nodejs: use icu63 for nodejs12 2019-06-02 17:34:27 -04:00
Mario Rodas 1e9b1818f6
Merge pull request #62521 from r-ryantm/auto-update/python3.7-django-classy-tags
python37Packages.django_classytags: 0.8.0 -> 0.9.0
2019-06-02 16:33:57 -05:00
Mario Rodas cd1a00cfce
Merge pull request #62531 from r-ryantm/auto-update/python3.7-lark-parser
python37Packages.lark-parser: 0.7.0 -> 0.7.1
2019-06-02 16:31:42 -05:00
worldofpeace 43311f45c7
Merge pull request #62258 from marsam/fix-flexget
flexget: fix build
2019-06-02 16:50:10 -04:00
R. RyanTM 510a167a91 python37Packages.jupytext: 0.8.6 -> 1.1.3 (#62530)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-jupytext/versions
2019-06-02 21:46:05 +02:00
R. RyanTM 42186e38f4 python37Packages.Nuitka: 0.6.3 -> 0.6.3.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-nuitka/versions
2019-06-02 12:43:27 -07:00
R. RyanTM c2b2bc48e0 python37Packages.numericalunits: 1.16 -> 1.23
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-numericalunits/versions
2019-06-02 12:31:31 -07:00
Alyssa Ross 45f4cc1957
Merge pull request #57803 from alyssais/lynx
lynx: enable default-colors
2019-06-02 19:16:55 +00:00
Nikolay Amiantov 226dc2178e xits-math: 1.108 -> 1.200 2019-06-02 21:56:56 +03:00
R. RyanTM fbf14135d5 python37Packages.lark-parser: 0.7.0 -> 0.7.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-lark-parser/versions
2019-06-02 11:55:40 -07:00
Nikolay Amiantov 1deb406ac2 mxnet: 1.2.1 -> 1.4.1 2019-06-02 21:50:06 +03:00
Mario Rodas c534d5c865
Merge pull request #62523 from r-ryantm/auto-update/python3.7-django-cors-headers
python37Packages.django-cors-headers: 2.5.3 -> 3.0.2
2019-06-02 13:38:30 -05:00
Ryan Mulligan 0c0e8423d8
Merge pull request #62453 from r-ryantm/auto-update/kronometer
kronometer: 2.2.1 -> 2.2.2
2019-06-02 11:33:52 -07:00
Mario Rodas 7419e47311
Merge pull request #62514 from r-ryantm/auto-update/python3.7-aspy.yaml
python37Packages.aspy-yaml: 1.1.2 -> 1.3.0
2019-06-02 13:24:07 -05:00
Mario Rodas da057da983
gitAndTools.pre-commit: 1.15.2 -> 1.16.1 2019-06-02 13:20:27 -05:00
R. RyanTM cbc5f612c2
powershell: 6.2.0 -> 6.2.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/powershell/versions
2019-06-02 13:12:23 -05:00
R. RyanTM 03a32ec60b python37Packages.gsd: 1.6.2 -> 1.7.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-gsd/versions
2019-06-02 11:03:23 -07:00
R. RyanTM 550ec2fcdb python37Packages.h11: 0.8.1 -> 0.9.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-h11/versions
2019-06-02 11:00:32 -07:00
Franz Pletz f05fcf41be
mxisd: 1.4.3 -> 1.4.4 2019-06-02 19:52:04 +02:00
Franz Pletz dc193761a8
libressl: switch to 2.9 branch
This is stable since 2.9.1:

https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-2.9.1-relnotes.txt
2019-06-02 19:52:04 +02:00
Franz Pletz cea163252a
libressl_2_7: remove, not maintained anymore
Stable LibreSSL releases are supported one year after their OpenBSD release.
OpenBSD 6.3 with this branch was released on 2018-04-01.
2019-06-02 19:52:04 +02:00
Florian Klink f71206190f
wireguard-tools, wireguard-go: add update scripts, wireguard-go: 0.0.20181222 -> 0.0.20190517 (#62432)
wireguard-tools, wireguard-go: add update scripts, wireguard-go: 0.0.20181222 -> 0.0.20190517
2019-06-02 19:48:35 +02:00
Tim Steinbach 57815f9164
oh-my-zsh: 2019-05-28 -> 2019-06-01 2019-06-02 13:27:17 -04:00
Mario Rodas f6840be5d6
Merge pull request #62488 from knedlsepp/fix-pybind11
pybind11: Fix build
2019-06-02 12:01:33 -05:00
R. RyanTM e5335527a0 python37Packages.django-cors-headers: 2.5.3 -> 3.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/python3.7-django-cors-headers/versions
2019-06-02 10:01:11 -07:00
R. RyanTM a748ed5b9b python37Packages.distributed: 1.27.1 -> 1.28.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-distributed/versions
2019-06-02 09:58:24 -07:00
R. RyanTM 66a80c9907 python37Packages.django_classytags: 0.8.0 -> 0.9.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-django-classy-tags/versions
2019-06-02 09:51:50 -07:00
Mario Rodas c5e7786260
flexget: 2.20.22 -> 2.21.2 2019-06-02 11:48:56 -05:00
Mario Rodas cc38877ab7
flexget: fix build 2019-06-02 11:48:56 -05:00
Mario Rodas c86f50122f
pythonPackages.zxcvbn: init at 4.4.28 2019-06-02 11:48:56 -05:00
Mario Rodas ecfe4b40e2
pythonPackages.zxcvbn-python: drop
"zxcvbn-python" was deprecated, and renamed to "zxcvbn".
See: https://github.com/dwolfhub/zxcvbn-python/pull/30/
2019-06-02 11:48:55 -05:00
Nikolay Amiantov 1260b05279 cntk: 2.4 -> 2.7
Restrict platforms to x86_64-linux.
2019-06-02 19:40:49 +03:00
Mario Rodas 1997353884
Merge pull request #62508 from r-ryantm/auto-update/python3.7-amqp
python37Packages.amqp: 2.4.2 -> 2.5.0
2019-06-02 11:05:10 -05:00
R. RyanTM b09734a652 python37Packages.bugwarrior: 1.6.0 -> 1.7.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-bugwarrior/versions
2019-06-02 08:32:09 -07:00
R. RyanTM 31eaadc205 python37Packages.braintree: 3.53.0 -> 3.54.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-braintree/versions
2019-06-02 08:13:51 -07:00
Mario Rodas 07fb0bed14
Merge pull request #62501 from risicle/ris-sparse-no-py2
pythonPackages.sparse: disable for py2.7
2019-06-02 09:41:16 -05:00
R. RyanTM 655b1efbaa python37Packages.aspy-yaml: 1.1.2 -> 1.3.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-aspy.yaml/versions
2019-06-02 07:33:11 -07:00
R. RyanTM 826f8220ea python27Packages.avro: 1.8.2 -> 1.9.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python2.7-avro/versions
2019-06-02 07:19:42 -07:00
R. RyanTM d548021c0e python37Packages.amqp: 2.4.2 -> 2.5.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-amqp/versions
2019-06-02 07:12:16 -07:00
Jan Tojnar fc277721f0
pulseeffects: 4.6.0 -> 4.6.2 (#62506)
pulseeffects: 4.6.0 -> 4.6.2
2019-06-02 16:06:02 +02:00
Jan Tojnar 15370a17b9
pipewire: 0.2.5 -> 0.2.6 (#62500)
pipewire: 0.2.5 -> 0.2.6
2019-06-02 16:03:22 +02:00
R. RyanTM 5ff57e5543 pulseeffects: 4.6.0 -> 4.6.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/pulseeffects/versions
2019-06-02 06:54:56 -07:00
R. RyanTM f8272d08ab
pipewire: 0.2.5 -> 0.2.6
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pipewire/versions
2019-06-02 15:40:10 +02:00
Vladyslav M f77faebc71
pulsemixer: 1.4.0 -> 1.5.0 2019-06-02 16:12:44 +03:00
R. RyanTM 04d748b7bd plantuml: 1.2019.5 -> 1.2019.6
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/plantuml/versions
2019-06-02 15:02:55 +02:00
Mario Rodas 6f828fae1d
Merge pull request #62498 from r-ryantm/auto-update/pgmetrics
pgmetrics: 1.6.2 -> 1.7.0
2019-06-02 07:57:20 -05:00
R. RyanTM 2998ac28b4 picard-tools: 2.19.2 -> 2.20.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/picard-tools/versions
2019-06-02 05:31:59 -07:00
Robert Scott 59e50937a2 pythonPackages.sparse: disable for py2.7
upstream dropped support https://github.com/pydata/sparse/pull/235
2019-06-02 13:26:17 +01:00
R. RyanTM e01fd3f123 pgmetrics: 1.6.2 -> 1.7.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pgmetrics/versions
2019-06-02 05:14:07 -07:00
R. RyanTM 5215f3e081 pdns-recursor: 4.1.12 -> 4.1.13
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pdns-recursor/versions
2019-06-02 04:58:11 -07:00
R. RyanTM f11a3e6685 neovim-unwrapped: 0.3.5 -> 0.3.7
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/neovim-unwrapped/versions
2019-06-02 20:35:36 +09:00
Jörg Thalheim b5b1810ea2
mergerfs: 2.26.1 -> 2.27.1 (#62475)
mergerfs: 2.26.1 -> 2.27.1
2019-06-02 12:07:43 +01:00
R. RyanTM 6d012050ca opera: 58.0.3135.127 -> 60.0.3255.109
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/opera/versions
2019-06-02 03:52:03 -07:00
Florian Klink 640afe964e
Barco clickshare (#59891)
Barco clickshare
2019-06-02 12:41:21 +02:00
Vladyslav M 1ccd410e40
zbar: 0.22 -> 0.23 (#62223)
zbar: 0.22 -> 0.23
2019-06-02 13:32:59 +03:00
Maximilian Bosch 79fc2ee5f9
Merge pull request #62463 from marsam/update-rubocop
rubocop: 0.68.1 -> 0.71.0
2019-06-02 12:32:19 +02:00
markuskowa 16d4e62665
Merge pull request #62466 from r-ryantm/auto-update/libosmocore
libosmocore: 1.0.1 -> 1.1.0
2019-06-02 12:07:05 +02:00
Maximilian Bosch 0c1140c4b9
Merge pull request #62215 from ktf/master
igprof: init at v5.9.16
2019-06-02 11:55:15 +02:00
markuskowa 5e45835011
Merge pull request #62448 from r-ryantm/auto-update/jmol
jmol: 14.29.40 -> 14.29.42
2019-06-02 11:46:45 +02:00
markuskowa 167fa9aafe
Merge pull request #62473 from r-ryantm/auto-update/link-grammar
link-grammar: 5.6.0 -> 5.6.1
2019-06-02 11:40:22 +02:00
Giulio Eulisse d5e89b50b2
igprof: init at v5.9.16 2019-06-02 11:23:11 +02:00
Maximilian Bosch 3bfa5d4077
Merge pull request #62461 from marsam/update-sqlint
sqlint: 0.1.7 -> 0.1.9
2019-06-02 11:04:39 +02:00
Josef Kemetmüller 10b412cba8 pybind11: Fix build 2019-06-02 10:58:27 +02:00
R. RyanTM 7254994411 lighttpd: 1.4.53 -> 1.4.54
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/lighttpd/versions
2019-06-02 10:21:14 +02:00
R. RyanTM 6fe1279fca now-cli: 15.0.10 -> 15.3.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/now-cli/versions
2019-06-02 01:20:36 -07:00
Joachim Breitner 6c516346f6 sdcc 3.7.0 → 3.8.0
fixes #62439
2019-06-02 10:19:44 +02:00
Jan Tojnar 9f6a9ce368
gnome3.updateScript: clean up PATH
grep was not actually properly included by common-updater-scripts before
0105058698 but I am not sure why would we ever
need to add coreutils to PATH.
2019-06-02 09:44:13 +02:00
Jan Tojnar 5751988b55
common-updater-scripts: simplify fetchgit fix
No need to try evaluate the URL twice as introduced in the original fix
cce486838b
2019-06-02 09:31:51 +02:00
Jan Tojnar 1b507bea4d
common-updater-scripts: keep the unescaped oldVersion
Previously, we escaped the old version in place for use in sed commands,
and then had to use that in error messages. We can do better.
2019-06-02 09:31:20 +02:00
Elis Hirwing ffd4d3301f
Merge pull request #62476 from r-ryantm/auto-update/memcached
memcached: 1.5.14 -> 1.5.16
2019-06-02 08:54:24 +02:00
Elis Hirwing 3ed59432c0
Merge pull request #62433 from r-ryantm/auto-update/haproxy
haproxy: 1.9.7 -> 1.9.8
2019-06-02 08:49:13 +02:00
Elis Hirwing dd220e12d2
Merge pull request #62446 from r-ryantm/auto-update/jackett
jackett: 0.11.256 -> 0.11.384
2019-06-02 08:47:45 +02:00
Elis Hirwing c8c09900aa
Merge pull request #62422 from r-ryantm/auto-update/gnuplot
gnuplot: 5.2.6 -> 5.2.7
2019-06-02 08:47:06 +02:00
R. RyanTM aed90c4019 mkvtoolnix: 33.1.0 -> 34.0.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/mkvtoolnix/versions
2019-06-01 23:46:19 -07:00
Elis Hirwing c8d4e45602
Merge pull request #62434 from r-ryantm/auto-update/herbstluftwm
herbstluftwm: 0.7.1 -> 0.7.2
2019-06-02 08:44:20 +02:00
Pascal Wittmann d808fbd239
Merge pull request #62435 from r-ryantm/auto-update/homebank
homebank: 5.2.5 -> 5.2.6
2019-06-02 08:42:35 +02:00
Pascal Wittmann 8910f74905
Merge pull request #62451 from r-ryantm/auto-update/klaus
klaus: 1.3.0 -> 1.4.0
2019-06-02 08:42:14 +02:00
Elis Hirwing 192d97aa5e
Merge pull request #62471 from r-ryantm/auto-update/lidarr
lidarr: 0.6.1.830 -> 0.6.2.883
2019-06-02 08:39:11 +02:00
R. RyanTM 713b6e5daf memcached: 1.5.14 -> 1.5.16
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/memcached/versions
2019-06-01 23:09:12 -07:00
R. RyanTM 921b6ad8b0 mergerfs: 2.26.1 -> 2.27.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/mergerfs/versions
2019-06-01 23:06:20 -07:00
R. RyanTM b7b7a7df7e link-grammar: 5.6.0 -> 5.6.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/link-grammar/versions
2019-06-01 22:08:11 -07:00
R. RyanTM 73e3d080b6 lidarr: 0.6.1.830 -> 0.6.2.883
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/lidarr/versions
2019-06-01 21:59:05 -07:00
R. RyanTM 74e8673173 libosmocore: 1.0.1 -> 1.1.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libosmocore/versions
2019-06-01 20:32:44 -07:00
Mario Rodas 5c162f524e
pythonPackages.pglast: init at 1.4 2019-06-01 22:32:22 -05:00
Mario Rodas 90334f45f8
rubocop: 0.68.1 -> 0.71.0 2019-06-01 22:11:38 -05:00
Mario Rodas 93420d9633
sqlint: 0.1.7 -> 0.1.9 2019-06-01 21:59:20 -05:00
R. RyanTM abf603b8be kubernetes: 1.14.1 -> 1.14.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/kubernetes/versions
2019-06-01 18:52:21 -07:00
Maximilian Bosch 6b1e29d427
Merge pull request #62450 from r-ryantm/auto-update/kitty
kitty: 0.14.0 -> 0.14.1
2019-06-02 03:44:59 +02:00
R. RyanTM c9df9e2d1d kronometer: 2.2.1 -> 2.2.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/kronometer/versions
2019-06-01 18:19:21 -07:00
R. RyanTM e070b7cc04 klaus: 1.3.0 -> 1.4.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/klaus/versions
2019-06-01 18:01:56 -07:00
R. RyanTM 7ce94d5888 kitty: 0.14.0 -> 0.14.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/kitty/versions
2019-06-01 17:59:10 -07:00
R. RyanTM e20c69619f jmol: 14.29.40 -> 14.29.42
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/jmol/versions
2019-06-01 17:19:25 -07:00
Matthew Bauer b30e1d6d9b nodejs: use system icu
Use the system icu for building nodejs.

Fixes #62365
2019-06-01 20:17:17 -04:00
Maximilian Bosch 56a1877687
Merge pull request #62307 from dtzWill/update/qtcreator-4.9.1
qtcreator: 4.6.2 -> 4.9.1
2019-06-02 02:12:49 +02:00
Mario Rodas 24969eb4c7
Merge pull request #62441 from r-ryantm/auto-update/isync
isync: 1.3.0 -> 1.3.1
2019-06-01 18:46:19 -05:00
Mario Rodas 35f3b2f9c0
Merge pull request #62426 from r-ryantm/auto-update/groonga
groonga: 9.0.2 -> 9.0.3
2019-06-01 18:43:38 -05:00
Jonathan Ringer 81693c5675 python.pkgs.applicationinsights: init at 0.11.9 2019-06-01 16:09:46 -07:00
R. RyanTM 8f458eff1a jackett: 0.11.256 -> 0.11.384
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/jackett/versions
2019-06-01 16:07:31 -07:00
Jonathan Ringer 866026db1e python.pkgs.portalocker: init at 1.4.0 2019-06-01 16:05:35 -07:00
Matthew Bauer 07fdacf9f9
Merge pull request #61308 from Ma27/bump-hydra
hydra: 2019-03-18 -> 2019-05-06
2019-06-01 19:04:38 -04:00
Mario Rodas 4bd48f6125
Merge pull request #62409 from dywedir/synapse-bt
synapse-bt: unstable-2018-10-17 -> unstable-2019-05-26
2019-06-01 18:03:05 -05:00
Maximilian Bosch b70dfbad98
qtcreator: drop obsolete aarch64 patch
It seems as `botan` isn't used anymore, so the patch is obsolete now.
2019-06-02 00:56:57 +02:00
Mario Rodas ac4f36e3eb
Merge pull request #62411 from r-ryantm/auto-update/fio
fio: 3.13 -> 3.14
2019-06-01 17:45:33 -05:00
R. RyanTM 184073af2a isync: 1.3.0 -> 1.3.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/isync/versions
2019-06-01 15:44:38 -07:00
Kierán Meinhardt eb8a9f68cf libcoap: init at 4.2.0 2019-06-01 23:47:25 +02:00
Izorkin cecfd0652c ejabberd: 19.02 -> 19.05 2019-06-02 00:39:32 +03:00
Elis Hirwing d27979d334
Merge pull request #62423 from r-ryantm/auto-update/googler
googler: 3.8 -> 3.9
2019-06-01 23:38:27 +02:00
Elis Hirwing b9f37bfeb8
Merge pull request #62415 from r-ryantm/auto-update/freecad
freecad: 0.18.1 -> 0.18.2
2019-06-01 23:38:10 +02:00
Matthew Bauer 6158c508cf
Merge pull request #58054 from illegalprime/volume_key-cross
volume_key: cross compilation fixes
2019-06-01 17:37:11 -04:00
R. RyanTM 24a5767f62 homebank: 5.2.5 -> 5.2.6
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/homebank/versions
2019-06-01 14:33:28 -07:00
Matthew Bauer f21b846afe
Merge pull request #57752 from aanderse/limesurvey
limesurvey: 2.05_plus_141210 -> 3.17.1+190408, init module
2019-06-01 17:31:15 -04:00
R. RyanTM 9712f12684 herbstluftwm: 0.7.1 -> 0.7.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/herbstluftwm/versions
2019-06-01 14:07:48 -07:00
Florian Klink 9df70b05c4 wireguard-go: 0.0.20181222 -> 0.0.20190517 2019-06-01 23:06:38 +02:00
Florian Klink 24818b25b0 wireguard-go: add updateScript 2019-06-01 23:06:38 +02:00
R. RyanTM 538bf3deee haproxy: 1.9.7 -> 1.9.8
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/haproxy/versions
2019-06-01 14:00:39 -07:00
Jan Tojnar e2fc9ea2aa
Ibus: binding fixes (#62392)
Ibus: binding fixes
2019-06-01 22:34:30 +02:00
R. RyanTM 62e667f6ab gtkwave: 3.3.100 -> 3.3.101
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/gtkwave/versions
2019-06-01 13:31:03 -07:00