Commit graph

140485 commits

Author SHA1 Message Date
John Ericson df9334b646
Merge pull request #50233 from Ekleog/fix-test-system
Fix meta.tests system
2018-11-11 19:05:13 -05:00
John Ericson c94ccfd81e
Merge pull request #50223 from ryan4729/go-cross-compile
go: make compiler usable for cross compiles
2018-11-11 18:31:44 -05:00
fuerbringer fa4aa79892
diskus: init at 0.4.0 2018-11-12 00:16:59 +01:00
zimbatm 9ef52352bd
assume that it works on all unix platforms 2018-11-12 00:09:36 +01:00
zimbatm d76ec523bb
use for cross-compilation 2018-11-12 00:08:18 +01:00
Samuel Dionne-Riel 9997a3dc16
Merge pull request #43686 from Pneumaticat/rdocker-init
rdocker: init at unstable-2018-07-17
2018-11-11 22:42:04 +00:00
Renaud a459d6a879
notepadqq: 1.2.0 -> 1.4.8
meta.homepage is now https://notepadqq.com/
2018-11-11 23:41:58 +01:00
ryan4729 b46f5e1277 go: organize GOARCH and GOOS 2018-11-11 14:37:12 -08:00
Silvan Mosberger 03187b7497
Merge pull request #49685 from rht/brave-0.55.22
brave: 0.25.2 -> 0.56.12
2018-11-11 22:13:49 +01:00
rht e46f25addc
brave: 0.25.2 -> 0.56.12 2018-11-11 20:42:10 +00:00
José Romildo Malaquias 546191f4cf jxrlib: init at 1.1 2018-11-11 18:36:55 -02:00
Thomas Tuegel b529b81be3
Merge pull request #50207 from Thra11/qtwebglplugin
qtwebglplugin: init at 5.11
2018-11-11 13:51:29 -06:00
aszlig 753743c37b
libredirect: Add support for Darwin
The library can be used also on Darwin using it like this:

  NIX_REDIRECTS='foo=bar' \
  DYLD_INSERT_LIBRARIES=${libredirect}/lib/libredirect.so \
  DYLD_FORCE_FLAT_NAMESPACE=1 \
  some_program

So let's actually not hardcade gcc and add Darwin to meta.platforms.

No other changes seem to be required.

Signed-off-by: aszlig <aszlig@nix.build>
2018-11-11 19:29:12 +01:00
Edward Tjörnhammar 1de9c8a023
catch: 1.12.0 -> 1.12.2 2018-11-11 17:55:36 +01:00
Jason Hilton 7759fe1f22
catch2: init at 2.4.2 2018-11-11 17:55:31 +01:00
Edward Tjörnhammar 30422aa7d0
jetbrains.webstorm: 2018.2.3 -> 2018.2.5 2018-11-11 17:29:34 +01:00
Edward Tjörnhammar e61f199470
jetbrains.ruby-mine: 2018.2.2 -> 2018.2.4 2018-11-11 17:29:34 +01:00
Edward Tjörnhammar b8096a088e
jetbrains.phpstorm: 2018.2.3 -> 2018.2.5 2018-11-11 17:29:34 +01:00
Edward Tjörnhammar 8c084007d5
jetbrains.clion: 2018.2.4 -> 2018.2.5 2018-11-11 17:29:34 +01:00
Vladyslav Mykhailichenko 42364f9aa2
bat: 0.8.0 -> 0.9.0 2018-11-11 18:10:20 +02:00
Silvan Mosberger e2bae133a7
Merge pull request #49138 from fuwa0529/add-wownero
wownero: init at 0.4.0.0
2018-11-11 16:58:09 +01:00
Elis Hirwing 090bd931e1 gitea: 1.5.2 -> 1.5.3 (#50229)
Changelog: https://github.com/go-gitea/gitea/releases/tag/v1.5.3
2018-11-11 15:26:38 +01:00
Léo Gaspard 6aedf6a5c8
nixosTests: use the newly-extracted all-tests.nix 2018-11-11 23:20:17 +09:00
Léo Gaspard 2986ce16a8
meta.tests: rename into passthru.tests
Nix currently rejects derivations in `meta` values. This works around
that limitation by using `passthru` instead.

Closes https://github.com/NixOS/nixpkgs/issues/50230
2018-11-11 23:11:46 +09:00
Léo Gaspard cae5598611
meta.tests: drop meta.needsVMSupport
Its job is already handled by `requiredSystemFeatures`
2018-11-11 23:11:46 +09:00
Léo Gaspard 83b27f60ce
tests: split into a separate all-tests.nix file
This will make the list much easier to re-use, eg. for `nixosTests`

The drawback is that this approaches makes the
```
nix-build release.nix -A tests.opensmtpd.x86_64-linux
```
command about twice as slow (3s to 6s): it now has to evaluate `nixpkgs`
once for each architecture, instead of just having the hardcoded list of
tests that allowed to say “ok just evaluate for x86_64-linux”.

On the other hand, complete evaluation of `release.nix` should be much
faster because we no longer import `nixpkgs` for each test: testing with
the following command went from 30s to 18s, and that's just for a few
tests.
```
time nix-instantiate --eval --strict nixos/release.nix -A tests.nat
```
I initially wanted to test on the whole `release.nix`, but there are too
many broken tests and it takes too long to eval them all, especially
compared to the fact that the current implementation breaks some setup.

Given developers can just `nix-build nixos/tests/my-test.nix`, it sounds
like an overall win.
2018-11-11 23:11:46 +09:00
Silvan Mosberger 921b63134a
Merge pull request #50215 from volth/patch-285
gnum4: set platforms=all; it works on Windows
2018-11-11 14:55:26 +01:00
Peter Simons 4fc8527697 dovecot, opensmtpd: comment out invalid meta.tests attribute
See https://github.com/NixOS/nixpkgs/issues/50230 for details.
2018-11-11 14:02:20 +01:00
markuskowa e9aec8ccab
Merge pull request #50095 from r-ryantm/auto-update/gocr
gocr: 0.51 -> 0.52
2018-11-11 13:33:39 +01:00
Edward Tjörnhammar d598672020
minecraft-server: 1.12.2 -> 1.13.2 2018-11-11 12:47:09 +01:00
Edward Tjörnhammar 8ff9e78dc1
minetest: 0.4.16 -> 0.4.17 2018-11-11 12:47:09 +01:00
Edward Tjörnhammar 3ba7d2ae01
zangband: 2.7.3 -> 2.7.4b
With minor fixups but marking as broken since the game doesn't progress
after character generation.
2018-11-11 12:47:09 +01:00
Edward Tjörnhammar ba35b5971c
i2pd: 2.21.1 -> 2.22.0 2018-11-11 12:47:09 +01:00
Jörg Thalheim 7a86bc32cb
docker-compose: rename from docker_compose, python3 by default
The command is called docker-compose hence the package should be called the same.
Also prefer python3.
2018-11-11 11:16:44 +00:00
Niklas Thörne 0a7d20ece5 uftrace: 0.9 -> 0.9.1 (#50228) 2018-11-11 12:15:06 +01:00
Jörg Thalheim 8905ca4d71
Merge pull request #50219 from worldofpeace/wire-desktop/no-explicit-phases
wire-desktop: don't explicitly set phases
2018-11-11 11:06:28 +00:00
Jörg Thalheim 290eb75678
Merge pull request #50224 from volth/sed-windows
gnused: fix Windows build
2018-11-11 10:53:04 +00:00
Sarah Brofeldt 7e345e064b
Merge pull request #50227 from nyanloutre/spaceship-prompt-fix
spaceship-prompt: correct homepage url
2018-11-11 11:11:55 +01:00
Sarah Brofeldt 2aa9d3ac31
Merge pull request #49775 from eadwu/vscode-extensions.ms-python.python/2018.9.2
vscode-extensions.ms-python.python: 2018.9.1 -> 2018.10.1
2018-11-11 11:03:44 +01:00
Robert Schütz 879789666f python.pkgs.py3status: 3.13 -> 3.14 2018-11-11 11:01:10 +01:00
nyanloutre fb3d15c34c
spaceship-prompt: correct homepage url 2018-11-11 10:53:51 +01:00
Sebastien Maret 880fae6a08 matplotlib: 2.2.3 -> 3.0.2
Python 3 will use the new matplotlib 3.x while Python 2
will use 2.x.

matplotlib: keep 2.2.3 for Python2k
2018-11-11 10:14:25 +01:00
Frederik Rietdijk 961180afc8 scour: call via python-packages.nix 2018-11-11 09:54:28 +01:00
Maximilian Bosch 3c4f70996e s/propogatedBuildInputs/propagatedBuildInputs 2018-11-11 08:39:19 +01:00
Jethro Kuan 0a82eb4377 change to propogatedBuildInputs 2018-11-11 08:39:19 +01:00
Jethro Kuan 3723b2d8ab remove absl-py, change to buildInputs 2018-11-11 08:39:19 +01:00
Jethro Kuan 5165ecb7f6 remove tests
PyPI archive does not contain tests
2018-11-11 08:39:19 +01:00
Jethro Kuan c98731b8fa don't propogate tensorflow 2018-11-11 08:39:19 +01:00
Jethro Kuan 2b4a70d21e remove withTensorflow option 2018-11-11 08:39:19 +01:00
Maximilian Bosch 32d8215a58 fix eval 2018-11-11 08:39:19 +01:00
Jethro Kuan 78e557806e add option to build without Tensorflow 2018-11-11 08:39:19 +01:00
Jethro Kuan f11cd8165d fix maintainer 2018-11-11 08:39:19 +01:00
Jethro Kuan baeb8bd5a7 gin-config: init 2018-11-11 08:39:19 +01:00
volth 9d164580ba gnused: fix Windows build 2018-11-11 06:58:15 +00:00
fuwa 931ebbc77a wownero: init at 0.4.0.0 2018-11-11 14:56:38 +08:00
ryan4729 5302222337 go: make compiler usable for cross compiles 2018-11-10 22:41:46 -08:00
Michael Raskin 0ae3b49bb4
Merge pull request #50175 from r-ryantm/auto-update/btrfs-progs
btrfs-progs: 4.17.1 -> 4.19
2018-11-11 06:34:34 +00:00
Orivej Desh bad54d8704 gargoyle: 2017-08-27 -> 2018-10-06 2018-11-11 03:42:39 +00:00
Orivej Desh (NixOS) 59ddb14543
Merge pull request #50216 from orivej/dosbox
dosbox: 0.74 -> 0.74-2
2018-11-11 03:09:27 +00:00
worldofpeace 48a3ea0f81 wire-desktop: don't explicitly set phases
part of #28910
2018-11-10 22:01:44 -05:00
Jan Tojnar cf7e7127c5
Merge pull request #48270 from Melkor333/wpgtk
wpgtk: init at 5.7.4
2018-11-11 04:01:24 +01:00
Edmund Wu c4cb982772
vscode-extensions.ms-python.python: 2018.9.1 -> 2018.10.1 2018-11-10 22:00:24 -05:00
Orivej Desh 65e0b5c725 dosbox: 0.74 -> 0.74-2 2018-11-11 02:42:33 +00:00
Orivej Desh b3e2a48453 SDL_sound: enable on Darwin 2018-11-11 02:42:33 +00:00
Jan Tojnar 3bf5411996
Merge pull request #50171 from r-ryantm/auto-update/appstream-glib
appstream-glib: 0.7.13 -> 0.7.14
2018-11-11 02:59:45 +01:00
Silvan Mosberger 9e8eea0f78
Merge pull request #50108 from r-ryantm/auto-update/gImageReader
gImageReader: 3.2.99 -> 3.3.0
2018-11-11 02:48:40 +01:00
Silvan Mosberger 32cbcbf179
Merge pull request #50018 from Ma27/init-up
up: init at 0.3.1
2018-11-11 02:46:03 +01:00
Silvan Mosberger 2dd37688e3
Merge pull request #50086 from r-ryantm/auto-update/kakoune-unstable
kakoune: 2018.09.04 -> 2018.10.27
2018-11-11 02:45:18 +01:00
volth 31beea9818
gnum4: set platforms=unix++windows 2018-11-11 01:42:40 +00:00
Silvan Mosberger 87377a259d
Merge pull request #49960 from r-ryantm/auto-update/python3.6-texttable
python36Packages.texttable: 1.4.0 -> 1.5.0
2018-11-11 02:23:02 +01:00
Silvan Mosberger 4e375d0976
Merge pull request #49957 from r-ryantm/auto-update/python3.6-selenium
python36Packages.selenium: 3.14.1 -> 3.141.0
2018-11-11 02:22:45 +01:00
Paul TREHIOU 0f21becbab spaceship-prompt: init at 3.7.1 (#50177)
* spaceship-prompt: init at 3.7.1

* spaceship-prompt: useless zsh argument
2018-11-11 02:17:57 +01:00
volth a538d9982a
gnum4: set platforms=all; it works on Windows 2018-11-11 01:17:56 +00:00
Silvan Mosberger 337f8f7301
Merge pull request #50213 from worldofpeace/syncplay/1.6.0
syncplay: 1.5.5 -> 1.6.0
2018-11-11 02:11:53 +01:00
Silvan Mosberger 634f980b3f
Merge pull request #49975 from catern/freetds
freetds: enable odbcSupport by default
2018-11-11 02:09:37 +01:00
Silvan Mosberger 1e98e91941
Merge pull request #49991 from r-ryantm/auto-update/python3.6-cftime
python36Packages.cftime: 1.0.1 -> 1.0.2.1
2018-11-11 02:01:29 +01:00
Silvan Mosberger 8672db939d
Merge pull request #49989 from r-ryantm/auto-update/python3.6-murmurhash
python36Packages.murmurhash: 0.28.0 -> 1.0.1
2018-11-11 01:56:08 +01:00
worldofpeace 627d656949 syncplay: 1.5.5 -> 1.6.0 2018-11-10 19:44:45 -05:00
Silvan Mosberger e888a997d0
Merge pull request #49743 from nh2/glusterfs-4.0.0
glusterfs: 3.12.12 -> 4.0.0
2018-11-11 01:42:48 +01:00
Silvan Mosberger 5e22345185
Merge pull request #50196 from r-ryantm/auto-update/appstream
appstream: 0.12.2 -> 0.12.3
2018-11-11 01:34:17 +01:00
markuskowa f45f285e66
Merge pull request #50199 from r-ryantm/auto-update/armadillo
armadillo: 9.100.5 -> 9.200.4
2018-11-11 01:33:05 +01:00
Silvan Mosberger a7da00d53c
Merge pull request #44076 from hlolli/lumo
lumo: init at 1.9.0-alpha
2018-11-11 01:26:36 +01:00
Tim Steinbach 68c3e5f38b
docker: Fix binary names 2018-11-10 19:26:12 -05:00
Markus Kowalewski 0528001141
gnss-sdr: turn off unit tests explicitly 2018-11-11 01:04:19 +01:00
Renaud 1f2abb2349
nailgun: 0.9.1 -> 1.0.0 (#50211)
* nailgun: 0.9.1 -> 1.0.0

This release officially announces Nailgun as production-ready. In this release, package namespaces were changed to com.facebook to indicate code ownership, so some code changes might be required when upgrading from 0.9.* to 1.0.0. All APIs remain the same as 0.9.3.

* nailgun: official GitHub repo is now facebook
2018-11-11 00:47:50 +01:00
Maximilian Bosch fbc02d6ce4
Merge pull request #49853 from marsam/feature/update-pgcli
pythonPackages.prompt_toolkit: init at 2.0.7
pgcli: 1.11.0 -> 2.0.0
xonsh: 0.6.8 -> 0.8.3
pythonPackages.ptpython: 0.41 -> 2.0.4
2018-11-11 00:39:38 +01:00
Mario Rodas e15ef48c80
pythonPackages.ptpython: 0.41 -> 2.0.4 2018-11-10 23:45:52 +01:00
Mario Rodas edf30a24e8
xonsh: 0.6.8 -> 0.8.3 2018-11-10 23:45:51 +01:00
Jörg Thalheim cf1ce60c20
Merge pull request #50080 from r-ryantm/auto-update/i3-gaps
i3-gaps: 4.15.0.1 -> 4.16
2018-11-10 22:12:18 +00:00
Jörg Thalheim 811a081b2f
Merge pull request #50197 from r-ryantm/auto-update/cabextract
cabextract: 1.7 -> 1.9
2018-11-10 22:11:36 +00:00
Jörg Thalheim a1b532a541
Merge pull request #50194 from r-ryantm/auto-update/adapta-gtk-theme
adapta-gtk-theme: 3.95.0.1 -> 3.95.0.11
2018-11-10 22:11:01 +00:00
Jörg Thalheim 3a46305542
Merge pull request #50034 from stephengroat/patch-1
terraform-providers: bump versions
2018-11-10 22:10:29 +00:00
Jörg Thalheim c758113f80
Merge pull request #50174 from Mic92/radare2
radare2: 3.0.0 -> 3.0.1
2018-11-10 22:06:40 +00:00
Jörg Thalheim 7ce08cb18e
Merge pull request #48899 from markuskowa/clean-rdma
libibverbs,librdmacm: remove in favour of rdma-core
2018-11-10 22:01:43 +00:00
Jörg Thalheim 09be0abdd0
Merge pull request #50195 from dywedir/iwd
iwd: 0.9 -> 0.11
2018-11-10 21:55:58 +00:00
Jörg Thalheim 7e84486f86
Merge pull request #49913 from Gerschtli/update/dwm-status
dwm-status: 1.1.2 -> 1.2.0
2018-11-10 21:54:01 +00:00
Jörg Thalheim 69d6cc0f50
Merge pull request #50205 from r-ryantm/auto-update/bzflag
bzflag: 2.4.16 -> 2.4.18
2018-11-10 21:45:12 +00:00
Jörg Thalheim d12629786c
Merge pull request #50198 from r-ryantm/auto-update/ansifilter
ansifilter: 2.10 -> 2.12
2018-11-10 21:44:03 +00:00
Jörg Thalheim e63da358ae
Merge pull request #50206 from c0bw3b/pkg/smem
smem: 1.4 -> 1.5
2018-11-10 21:40:03 +00:00
Jörg Thalheim 0c9b49dfe2
Merge pull request #49841 from makefu/pkgs/hovercraft/update
hovercraft: 2.0 -> 2.6
2018-11-10 21:37:53 +00:00
Jörg Thalheim 5ac78febe2
hovercraft: nitpicks 2018-11-10 21:33:03 +00:00
Tim Steinbach 464737ebbb
linux: 4.4.162 -> 4.4.163 2018-11-10 16:12:38 -05:00
Tim Steinbach ab77043c56
linux: 4.9.135 -> 4.9.136 2018-11-10 16:12:38 -05:00
Tim Steinbach a862492bf1
linux: 4.14.79 -> 4.14.80 2018-11-10 16:12:38 -05:00
Tim Steinbach 318393ec66
linux: 4.18.17 -> 4.18.18 2018-11-10 16:12:38 -05:00
Michael Weiss 39a9e2d65f tdesktopPackages.preview: 1.4.4 -> 1.4.7
TODO: We're still using the old API ID (like the Arch package) which
should be used for testing only.
I've tried to contact the Telegram team multiple times via different
channels but didn't get a response so far. See [0],[1] for more details.

[0]: https://github.com/telegramdesktop/tdesktop/issues/4717
[1]: 65b2db2160
2018-11-10 22:10:28 +01:00
Tom Hall b51018ed2e R: Remove jdk dependency on aarch32/64
Add javaSupport as an argument for R. Default to false on arm as there is no free jdk on arm.
2018-11-10 20:53:26 +00:00
hlolli 0e134bfa34 Lumo init at 1.9.0 2018-11-10 21:52:48 +01:00
Tom Hall 230f71477b qtwebglplugin: init at 5.11
Note: As with all Qt plugins, must set QT_QPA_PLATFORM_PLUGIN_PATH=~/.nix-profile/lib/qt-5.11/plugins for it to be found.
2018-11-10 19:56:11 +00:00
David McFarland c43abffb9c androidsdk: fix monitor interpreter path 2018-11-10 15:23:11 -04:00
Renaud e8776d9a5f
smem: 1.4 -> 1.5
Now compatible with Python3
2018-11-10 20:11:54 +01:00
R. RyanTM d19b7e487c bzflag: 2.4.16 -> 2.4.18
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/bzflag/versions
2018-11-10 11:10:18 -08:00
R. RyanTM b90bc0b2e3 autofs5: 5.1.4 -> 5.1.5 (#50184)
* autofs5: 5.1.4 -> 5.1.5

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/autofs/versions

* autofs5: refresh meta
2018-11-10 19:55:14 +01:00
Renaud 1aed56ad5e
Merge pull request #50185 from r-ryantm/auto-update/actor-framework
caf: 0.16.0 -> 0.16.2
2018-11-10 19:17:40 +01:00
Peter Simons eba2033c47
Merge pull request #50189 from r-ryantm/auto-update/bind
bind: 9.12.2-P2 -> 9.12.3
2018-11-10 19:16:21 +01:00
Renaud b4caeea823
Merge pull request #50187 from r-ryantm/auto-update/bdf2psf
bdf2psf: 1.185 -> 1.187
2018-11-10 19:13:53 +01:00
Renaud bbec9b30ae
Merge pull request #50190 from r-ryantm/auto-update/bs1770gain
bs1770gain: 0.5.0 -> 0.5.1
2018-11-10 19:12:22 +01:00
Renaud 83053553d8
Merge pull request #50081 from r-ryantm/auto-update/irqbalance
irqbalance: 1.4.0 -> 1.5.0
2018-11-10 19:07:18 +01:00
Renaud 7d96c33bbd
Merge pull request #50178 from c0bw3b/pkg/pdnsrec
pdns-recursor: 4.1.4 -> 4.1.7
2018-11-10 18:38:11 +01:00
Renaud 377c5b74d5
Merge pull request #50013 from r-ryantm/auto-update/powerdns
powerdns: 4.1.4 -> 4.1.5
2018-11-10 18:37:51 +01:00
R. RyanTM 67c7685280 armadillo: 9.100.5 -> 9.200.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/armadillo/versions
2018-11-10 09:30:11 -08:00
R. RyanTM 6be642542e ansifilter: 2.10 -> 2.12
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/ansifilter/versions
2018-11-10 09:24:23 -08:00
R. RyanTM 13208cbf46 cabextract: 1.7 -> 1.9
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/cabextract/versions
2018-11-10 09:21:36 -08:00
R. RyanTM f72bc25f79 appstream: 0.12.2 -> 0.12.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/appstream/versions
2018-11-10 09:16:48 -08:00
Vladyslav Mykhailichenko 7b9632af82
iwd: 0.9 -> 0.11 2018-11-10 19:08:23 +02:00
R. RyanTM 02fdfdda9d adapta-gtk-theme: 3.95.0.1 -> 3.95.0.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/adapta-gtk-theme/versions
2018-11-10 09:07:36 -08:00
Jörg Thalheim c70dc32d72
Merge pull request #50188 from r-ryantm/auto-update/bftpd
bftpd: 4.9 -> 5.0
2018-11-10 16:57:32 +00:00
Jörg Thalheim 99e1a0dd0d
Merge pull request #49499 from romildo/upd.deepin
deepin: add update script and update some packages
2018-11-10 16:51:34 +00:00
R. RyanTM f000dd513d bs1770gain: 0.5.0 -> 0.5.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/bs1770gain/versions
2018-11-10 08:32:24 -08:00
R. RyanTM 21fbc6140e bind: 9.12.2-P2 -> 9.12.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/bind/versions
2018-11-10 08:26:03 -08:00
R. RyanTM 1e17b4b2dc bftpd: 4.9 -> 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/bftpd/versions
2018-11-10 08:19:17 -08:00
R. RyanTM 6738ceac87 bdf2psf: 1.185 -> 1.187
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/bdf2psf/versions
2018-11-10 08:12:45 -08:00
R. RyanTM cb96801d70 caf: 0.16.0 -> 0.16.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/actor-framework/versions
2018-11-10 07:51:41 -08:00
Stephen b6b4f702ff terragrunt: 0.16.6 -> 0.17.2 (#50036) 2018-11-10 16:49:56 +01:00
Markus Kowalewski a3cb3fb64b
openmpi: refactor version string for auto updates 2018-11-10 16:27:47 +01:00
Mario Rodas 8c8d3c74c5 pgcli: 1.11.0 -> 2.0.0 2018-11-10 10:06:56 -05:00
Mario Rodas 0270dda6b4 pythonPackages.prompt_toolkit: init at 2.0.7 2018-11-10 10:06:56 -05:00
Renaud 713b0bb778
Merge pull request #50062 from r-ryantm/auto-update/libinput-gestures
libinput-gestures: 2.38 -> 2.39
2018-11-10 15:52:48 +01:00
Renaud fbafda716a
Merge pull request #50072 from M-Gregoire/keepassrpc
keepass-keepassrpc: v1.7.3 -> v.1.8.0
2018-11-10 15:50:15 +01:00
R. RyanTM 69f70ad18a mixxx: 2.1.4 -> 2.1.5 (#50043)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/mixxx/versions
2018-11-10 15:46:36 +01:00
Renaud 1da0163fd7
Merge pull request #50073 from r-ryantm/auto-update/libimagequant
libimagequant: 2.12.1 -> 2.12.2
2018-11-10 15:45:42 +01:00
R. RyanTM 590a76a5a9 python36Packages.filelock: 3.0.9 -> 3.0.10 (#49993)
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.6-filelock/versions
2018-11-10 15:44:34 +01:00
Renaud 8f99b4ff6a
Merge pull request #50093 from r-ryantm/auto-update/hebcal
hebcal: 4.14 -> 4.15
2018-11-10 15:44:27 +01:00
R. RyanTM 1b6c6b11b0 python36Packages.google_cloud_speech: 0.35.0 -> 0.36.0 (#49992)
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.6-google-cloud-speech/versions
2018-11-10 15:44:09 +01:00
R. RyanTM fbe08fe1dc checkstyle: 8.13 -> 8.14 (#50133)
* checkstyle: 8.13 -> 8.14

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/checkstyle/versions

* checkstyle: jre is a runtime deps
2018-11-10 15:42:24 +01:00
José Romildo Malaquias fc0d64e72d deepin: remove obseleted dde-polkit-agent and dpa-ext-gnomekeyring 2018-11-10 12:37:06 -02:00
José Romildo Malaquias 7bfab6e5eb deepin.deepin-wm: 1.9.32 -> 1.9.33 2018-11-10 12:37:05 -02:00
José Romildo Malaquias 02931474a7 deepin.deepin-mutter: 3.20.34 -> 3.20.35 2018-11-10 12:37:05 -02:00
José Romildo Malaquias e1418d9372 deepin.deepin-icon-theme: 15.12.59 -> 15.12.64 2018-11-10 12:37:05 -02:00
José Romildo Malaquias fe715b1f31 deepin.deepin-gtk-theme: 17.10.9 -> 17.10.10 2018-11-10 12:37:05 -02:00