Commit Graph

178385 Commits

Author SHA1 Message Date
Galen Abell
13c2cc0b91 vimPlugins.utl-vim: init at 2010-10-18 2019-11-06 10:55:51 -08:00
Galen Abell
2b944d2fcf vimPlugins.vim-salve: init at 2019-08-02 2019-11-06 10:55:51 -08:00
Galen Abell
05c0d8792f vimPlugins.kotlin-vim: init at 2019-05-26 2019-11-06 10:55:51 -08:00
Galen Abell
05ded6497a vimPlugins.gv-vim: init at 2019-10-13 2019-11-06 10:55:51 -08:00
Galen Abell
6f3f7fcc89 vimPlugins.mattn-calendar-vim: init at 2018-08-25 2019-11-06 10:55:51 -08:00
Galen Abell
47769e5127 vimPlugins: Update 2019-11-06 10:55:51 -08:00
Galen Abell
8eb8fa153e vimPlugins: Add alias support to update.py
Plugins in `plugin-list` can now optionally specify an alias name, to
avoid naming collisions if plugins have the same repo name. For example,
specifying `author/common-plugin as author-common-plugin` will use
`author-common-plugin` as the package name in `generated.nix`.
2019-11-06 10:55:51 -08:00
Tim Steinbach
873ffd8d29
linux: 4.9.198 -> 4.9.199 2019-11-06 13:38:36 -05:00
Tim Steinbach
042cf21f74
linux: 4.4.198 -> 4.4.199 2019-11-06 13:38:23 -05:00
Tim Steinbach
308aba8351
linux: 4.19.81 -> 4.19.82 2019-11-06 13:38:04 -05:00
Tim Steinbach
2316150e64
linux: 4.14.151 -> 4.14.152 2019-11-06 13:37:46 -05:00
R. RyanTM
f28fad5e2f jetty: 9.4.16.v20190411 -> 9.4.22.v20191022
(#72533)
2019-11-06 19:30:58 +01:00
R. RyanTM
91c8c0093a leatherman: 1.8.0 -> 1.9.0
(#72553)
2019-11-06 19:26:09 +01:00
Sascha Grunert
f46e8f9a12 cri-o: 1.15.2 -> 1.16.0
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2019-11-06 19:22:36 +01:00
adisbladis
9a5ef400fc
linux: 5.3.8 -> 5.3.9 2019-11-06 18:16:55 +00:00
Maximilian Bosch
20ef52bf04
Merge pull request #72915 from WilliButz/grafana-update
grafana: 6.4.3 -> 6.4.4
2019-11-06 19:14:30 +01:00
R. RyanTM
2b2a80ab5b setbfree: 0.8.9 -> 0.8.10
(#72665)
2019-11-06 19:12:44 +01:00
R. RyanTM
01aedf07d9 renpy: 7.3.3 -> 7.3.5 (#72653)
(#72653)
2019-11-06 18:53:53 +01:00
WilliButz
d4763639e0
grafana: 6.4.3 -> 6.4.4 2019-11-06 18:51:54 +01:00
Maximilian Bosch
5f3956f019
Merge pull request #72596 from kolaente/update/spotify
Spotify 1.0.96.181 -> 1.1.10.546
2019-11-06 18:36:28 +01:00
MetaDark
093ea0c15a protontricks: 1.2.5 -> 1.3 2019-11-06 12:28:01 -05:00
R. RyanTM
f8948e9606 mcelog: 164 -> 165 (#72583) 2019-11-06 18:18:28 +01:00
R. RyanTM
46af0b2a2c opera: 62.0.3331.43 -> 64.0.3417.83
(#72587)
2019-11-06 18:12:08 +01:00
R. RyanTM
afa48f16f2 reaper: 5.983 -> 5.984
(#72654)
2019-11-06 18:06:07 +01:00
worldofpeace
7a551b3d43 fontconfig-ultimate: remove 2019-11-06 12:02:35 -05:00
Dmitry Kalinkin
7272491194
Merge pull request #72373 from jlesquembre/pulumi-fix
pulumi: install providers and add update script
2019-11-06 11:32:33 -05:00
Francesco Gazzetta
d1473e031e coloursum: 0.1.0 -> 0.2.0 (#72900) 2019-11-06 18:05:29 +02:00
Timo Kaufmann
c54848ee77
Merge pull request #72771 from timokau/sage-fixes
sage: fix tests
2019-11-06 16:21:51 +01:00
Matthew Bauer
eeba5c8e0d
Merge pull request #72777 from cab404/android-studio/flutter-tls-support
android-studio: Fixed Flutter "TLS Error" on flutter pub get
2019-11-06 09:59:16 -05:00
Yannis Koutras
fc323c26d0
Merge pull request #72867 from Evils-Devils/mattermost-filechooser
Mattermost-desktop: 4.2.3 -> 4.3.1
2019-11-06 15:05:06 +01:00
Timo Kaufmann
afb9887dbd sage: backport fix for threejs r109 2019-11-06 14:40:16 +01:00
Timo Kaufmann
f64885b9ca sage: fix pkgconfig errors in tests
python.pkgs.pkgconfig raises an exception on missing packages since
version 1.5.0. Previously those errors were just silently ignored. That
worked fine, since the packages are only missing at runtime (when they
are not really needed) but present at buildtime.

Since this fails the tests now, we just add the packages to
PKG_CONFIG_PATH at runtime. This does not add additional runtime
dependencies. Still, it would be nicer if the sage testssuite would not
test the buildsystem at runtime in the first place.

The breakage was originally caused by the pkgconfig update in
1efa71616f.
2019-11-06 14:40:13 +01:00
Timo Kaufmann
da7ec1c139 sage: ignore werkzeug immutable dict deprecation 2019-11-06 14:40:13 +01:00
Timo Kaufmann
f85ce834ce sage: ignore deprecation warnings in rst2sws
Needs to be fixed upstream (by werkzeug, twisted). Doesn't impact the
functionality and the tests are soon to be removed with the py3 update
anyway.
2019-11-06 14:40:13 +01:00
Timo Kaufmann
af480796c9 sage: ignore cmp deprecation in sagenb 2019-11-06 14:40:13 +01:00
David Guibert
d8e7f7e246
Merge pull request #72891 from JohnAZoidberg/fix-qt-paraview
paraview: 5.6.0 -> 5.6.3 (and fix it)
2019-11-06 14:38:02 +01:00
Léo Gaspard
a1a448424c
Merge pull request #72885 from Ma27/bump-matrix-synapse
matrix-synapse: 1.5.0 -> 1.5.1
2019-11-06 14:23:09 +01:00
Robert Scott
baa8892616 opencv3: 3.4.7 -> 3.4.8 (security)
addressing CVE-2019-14491, CVE-2019-14492 & CVE-2019-15939

all internal downloads are unchanged for this release
2019-11-06 13:20:15 +00:00
Renaud
c59079b133
Merge pull request #72850 from fishi0x01/fishi0x01/skype-upgrade
skypeforlinux: 8.51.0.72 -> 8.54.0.85
2019-11-06 14:04:06 +01:00
Daniel Schaefer
4390b5ef7c paraview: 5.6.0 -> 5.6.3
* Use qt wrapper, otherwise it wouldn't find plugins and fail to start
2019-11-06 13:24:35 +01:00
Maximilian Bosch
3c2c50b359
matrix-synapse: 1.5.0 -> 1.5.1
https://github.com/matrix-org/synapse/releases/tag/v1.5.1
2019-11-06 12:52:25 +01:00
adisbladis
f6501c42cd
Merge pull request #72872 from marsam/enable-librsvg-emacs-darwin
emacs: also allow librsvg dependency when using withNS
2019-11-06 11:13:08 +00:00
R. RyanTM
b69a51a08b libtommath: 1.1.0 -> 1.2.0
(#72554)
2019-11-06 10:46:15 +01:00
Karl Fischer
a4dd9d7896
skypeforlinux: 8.51.0.72 -> 8.54.0.85 2019-11-06 10:22:05 +01:00
Andreas Rammhold
1e72fa5158
Merge pull request #68954 from dguibert/dg/cudatoolkit_10_1
cudatoolkit: add 10.1.243
2019-11-06 08:58:30 +01:00
Nick Partridge
22d0ccbd2d R: enable tcltk on darwin 2019-11-06 13:14:11 +10:00
Aaron Andersen
ec6579437c
Merge pull request #71603 from aanderse/kdevelop
kdevelop, kdev-php, kdev-python: 5.4.2 -> 5.4.3
2019-11-05 22:10:46 -05:00
worldofpeace
32ece96558
Merge pull request #72853 from worldofpeace/glib-networking/gnome-boxes
gnome3.gnome-boxes: add glib-networking
2019-11-06 03:08:01 +00:00
Aaron Andersen
d433b25d49 zabbix44: 4.4.0 -> 4.4.1 2019-11-05 21:28:30 -05:00
Aaron Andersen
e9a37289e0 zabbix40: 4.0.13 -> 4.0.14 2019-11-05 21:27:37 -05:00
Niklas Hambüchen
02dc6ff5bc mumble: Add RNNoise support.
Vastly improves suppression of background and typing noises.
2019-11-06 03:21:47 +01:00
Niklas Hambüchen
e47df96d3c rnnoise: Init at 0.0.1
Imported from

16d7867eef/repos/clefru/pkgs/rnnoise/default.nix
2019-11-06 03:19:56 +01:00
Mario Rodas
bc8ef6c3ff
emacs: also allow librsvg dependency when using withNS 2019-11-05 21:00:00 -05:00
Aaron Andersen
0cad3f6734
Merge pull request #70365 from jglukasik/mod_tile
apacheHttpdPackages.mod_tile: init at unstable-2017-01-08
2019-11-05 20:45:55 -05:00
Evils
f41b8aa67c mattermost-desktop: version 4.2.3 -> 4.3.1 2019-11-06 01:56:29 +01:00
Marius Bergmann
ebaedb0e11 pythondialog: init at 3.4.0 2019-11-05 16:26:08 -08:00
Evils
645a6fd739 mattermost-desktop: fix filechooser causing crash 2019-11-06 01:18:10 +01:00
Vincent Laporte
92930b8568 ocamlPackages.reason: 3.5.0 → 3.5.1
Ensure compatibility with OCaml 4.09
2019-11-05 23:42:28 +00:00
Niklas Hambüchen
9484904082 texmacs: 1.99.10 -> 1.99.11
Changelog: https://github.com/texmacs/texmacs/releases/tag/v1.99.11
2019-11-05 23:41:20 +00:00
hyperfekt
4dce5d71c6 qemu: name -> pname 2019-11-05 23:39:12 +00:00
Daiderd Jordan
f48ecbf850
Merge pull request #72624 from witkamp/master
muparser: add darwin support
2019-11-06 00:38:38 +01:00
Mario Rodas
ca76550c98 flow: 0.111.0 -> 0.111.3 2019-11-05 23:37:34 +00:00
Timothy DeHerrera
cb7e94a6b6 zstd: 1.4.3 -> 1.4.4 2019-11-05 23:34:57 +00:00
Roman Volosatovs
f9ff0cde5d sidequest: 0.7.2 -> 0.7.5 2019-11-05 23:34:13 +00:00
Jonathan Ringer
5d1c5ba7f1 arrow-cpp: 0.15.0 -> 0.15.1 2019-11-05 23:33:34 +00:00
Nathan Fish
d4d76528cb ipfs-cluster 0.9.0 -> 0.11.0 (#72820) 2019-11-05 22:32:32 +00:00
Gabriel Ebner
b508ecb6ef
Merge pull request #72848 from gebner/gitsizer130
git-sizer: 1.0.0 -> 1.3.0
2019-11-05 21:58:05 +01:00
kolaente
62fa5d3447
Add libpulseaudio to not have spotify crash when trying to play music 2019-11-05 21:52:55 +01:00
Francesco Gazzetta
91b01aef66 drawpile: 2.1.12 -> 2.1.13 (#72854) 2019-11-05 14:56:20 -05:00
kolaente
c380f48acf
Merge branch 'master' into update/spotify 2019-11-05 20:43:01 +01:00
worldofpeace
917ab4b158
Merge pull request #72792 from jlesquembre/clj-kondo-update
clj-kondo: 2019.10.26 -> 2019.11.03
2019-11-05 19:19:49 +00:00
worldofpeace
ac50bb7c6e
Merge pull request #72691 from r-ryantm/auto-update/synthv1
synthv1: 0.9.10 -> 0.9.11
2019-11-05 19:13:33 +00:00
worldofpeace
aaaea2ab84 synthv1: use qt5's mkDerivation 2019-11-05 14:12:41 -05:00
worldofpeace
b27b5c4461 gnome3.gnome-boxes: nixpkgs-fmt 2019-11-05 13:48:06 -05:00
worldofpeace
0720a4e24b gnome3.gnome-boxes: add glib-networking 2019-11-05 13:46:54 -05:00
R. RyanTM
1a1bab34cc sysbench: 1.0.17 -> 1.0.18
* sysbench: 1.0.17 -> 1.0.18 (#72685)

* sysbench: set meta.homepage
+ cleanup build inputs (vim isn't needed since 1.0.12)
+ enable parallel building
2019-11-05 18:50:06 +01:00
Gabriel Ebner
c89b97e023 git-sizer: 1.0.0 -> 1.3.0 2019-11-05 18:36:00 +01:00
Jonathan Ringer
65db5ce85c onnxruntime: 0.5.0 -> 1.0.0 2019-11-05 09:32:27 -08:00
Jonathan Ringer
f605e22cc3 python3Packages.cytoolz: 0.10.0 -> 0.10.1 2019-11-05 09:31:27 -08:00
Andrew Newman
1eafac2ac6 qtcreator 4.9.1 -> 4.10.0 (#70573)
Added optional withClangPlugins to disable clang plugins compilation
and, therefore, vendor clang dependency.
2019-11-05 12:00:42 -05:00
Franz Pletz
a692029726
Merge pull request #72816 from marsam/update-comic-neue
comic-neue: 2.2 -> 2.3
2019-11-05 16:11:52 +00:00
Franz Pletz
0e17ec1682
Merge pull request #72806 from xrelkd/update/youtube-dl
youtube-dl: 2019.10.29 -> 2019.11.05
2019-11-05 15:50:38 +00:00
Jan Tojnar
9d36ef765c
gjs: various improvements (#72805)
gjs: various improvements
2019-11-05 16:00:24 +01:00
adisbladis
d5699feedb
Merge pull request #72755 from Ekleog/org-9.2.6
org-packages: 9.2.3 -> 9.2.6
2019-11-05 14:29:18 +00:00
Jan Tojnar
51de90ef44
gjs: add separateDebugInfo 2019-11-05 15:20:16 +01:00
Eelco Dolstra
aa98348f88
jormungandr: Remove
This is a good example of a package/module that should be distributed
externally (e.g. as a flake [1]): it's not stable yet so anybody who
seriously wants to use it will want to use the upstream repo. Also,
it's highly specialized so NixOS is not really the right place at the
moment (every NixOS module slows down NixOS evaluation for everybody).

[1] https://github.com/edolstra/jormungandr/tree/flake
2019-11-05 15:00:58 +01:00
Will Dietz
3c8f637c02
Merge pull request #72145 from dtzWill/update/radiotray-ng-0.2.7
radiotray-ng: 0.2.6 -> 0.2.7, py3
2019-11-05 07:41:19 -06:00
Graham Christensen
8853b8cdcb
Merge pull request #72821 from saschagrunert/podman
podman: v1.6.2 -> v1.6.3
2019-11-05 14:22:11 +01:00
Philip Kranz
fa2909bf51 python.pkgs.pyglet: Fix missing libraries
Add the paths for Xext, fontconfig and freetype to the hardcoded library
paths in load_library.
2019-11-05 13:42:48 +01:00
José Romildo Malaquias
7354d72c19
Merge pull request #72588 from romildo/upd.efl
enlightenment.efl: 1.23.1 -> 1.23.2
2019-11-05 09:01:03 -03:00
José Romildo Malaquias
f3a090a1ab
Merge pull request #72569 from romildo/upd.lounge-gtk-theme
lounge-gtk-theme: init at 1.22
2019-11-05 08:59:50 -03:00
Tadeo Kondrak
44efab627f aerc: Fix store references in default config 2019-11-05 13:45:33 +02:00
Michael Weiss
ce6364a5ba
gns3-{gui,server}: 2.2.1 -> 2.2.2 2019-11-05 12:36:32 +01:00
Michael Weiss
eee979043d
android-studio: 3.5.1.0 -> 3.5.2.0 2019-11-05 12:36:32 +01:00
Frederik Rietdijk
21c201adee pythonPackages.mesonpep517: init at 0.1.9999994 2019-11-05 12:19:35 +01:00
Frederik Rietdijk
d9b0ef5b0a pythonPackages.meson: init
Add meson as Python package so it can easily be used by mesonpep517 for
PEP 517 builds.
2019-11-05 12:19:35 +01:00
Frederik Rietdijk
eb98b1d1d2 pythonPackages.intreehooks: init at 1.0 2019-11-05 12:19:35 +01:00
Jörg Thalheim
d6292986d8
android-udev-rules: 20190315 -> 20191103 2019-11-05 10:32:43 +00:00
Tyler Benster
6d7ab9e146 pythonPackages.scikitlearn: 0.21.2 -> 0.21.3 2019-11-05 11:30:46 +01:00
Kirill Elagin
2e8ed0f443 Revert "lvm2: enable parallel building" (#72823)
* Revert "lvm2: enable parallel building"

This reverts commit 494d2deebf.

I am getting

```
gcc: error: ../../device_mapper/libdevice-mapper.a: No such file or directory
```
2019-11-05 11:29:14 +01:00
R. RyanTM
ccadfbeb24 python38Packages.telethon: 1.9.0 -> 1.10.8 2019-11-05 02:28:13 -08:00
R. RyanTM
78c5c97695 python38Packages.wurlitzer: 1.0.3 -> 2.0.0 2019-11-05 02:10:33 -08:00
R. RyanTM
b9611d2287 python38Packages.willow: 1.1 -> 1.3 2019-11-05 02:10:02 -08:00
Renaud
d4ceb13953
Merge pull request #72747 from Azulinho/nfstrace
nfstrace: init at 0.4.3.2
2019-11-05 11:03:15 +01:00
R. RyanTM
89814c917f simplenote: 1.8.0 -> 1.9.1 2019-11-05 01:59:38 -08:00
R. RyanTM
4e60c4731b yad: 0.42.0 -> 5.0 2019-11-05 01:46:06 -08:00
Tobias Mayer
85fb93535c pythonPackages.schema: Add myself as maintainer 2019-11-05 01:42:40 -08:00
Tobias Mayer
aa1ad7b866 pythonPackages.schema: Fix
This depends on contextlib2 and mock. The preConfigure hook
can probably be removed with the next version bump, see
https://github.com/keleshev/schema/pull/222.
2019-11-05 01:42:40 -08:00
Linus Heckemann
19fb94212b
Merge pull request #66645 from WhittlesJr/python-easysnmp-and-poster3
pythonPackages.easysnmp: init at 0.2.5; python3Packages.poster3: init at 0.8.1
2019-11-05 10:32:08 +01:00
Azulinho
7c723450a1
nfstrace: init at 0.4.3.2
Co-authored-by: Renaud <c0bw3b@users.noreply.github.com>
Co-authored-by: Nick Partridge <nkpart@gmail.com>
2019-11-05 09:19:34 +00:00
R. RyanTM
b7f151df70 yacas: 1.6.1 -> 1.8.0 2019-11-04 23:49:42 -08:00
R. RyanTM
d15b9b1561 avocode: 3.9.3 -> 3.9.6 2019-11-04 23:45:59 -08:00
Sascha Grunert
b5d42984bb
podman: v1.6.2 -> v1.6.3
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2019-11-05 08:38:54 +01:00
Renaud
a77d200dd3
Merge pull request #71904 from stigtsp/package/perl-crypt-openssl-x509-init
perlPackages.CryptOpenSSLX509: init at 1.813
2019-11-05 08:30:28 +01:00
Maximilian Bosch
1f2fff49e0
nextcloud-client: 2.6.0 -> 2.6.1
https://github.com/nextcloud/desktop/releases/tag/v2.6.1
2019-11-05 08:19:11 +01:00
Vincent Laporte
8632698b06 ocamlPackages.checkseum: 0.0.3 → 0.1.1
This fixes the “decompress” library on non-x86_64 platforms
2019-11-05 07:13:09 +00:00
Mario Rodas
c855dceacf python3Packages.nvchecker: 1.4.4 -> 1.5 2019-11-04 21:29:11 -08:00
Mario Rodas
a5d9600125
comic-neue: 2.2 -> 2.3 2019-11-04 23:00:00 -05:00
Mario Rodas
02fb0b9b2a
Merge pull request #72441 from marsam/update-pg_topn
postgresqlPackages.pg_topn: 2.2.2 -> 2.3.0
2019-11-04 22:00:03 -05:00
Ryan Mulligan
aa499df731
Merge pull request #72670 from r-ryantm/auto-update/rocksdb
rocksdb: 6.3.6 -> 6.4.6
2019-11-04 18:54:39 -08:00
Mario Rodas
11d378412a
Merge pull request #72559 from r-ryantm/auto-update/libpwquality
libpwquality: 1.4.1 -> 1.4.2
2019-11-04 21:03:32 -05:00
xrelkd
a17cda6ddf youtube-dl: 2019.10.29 -> 2019.11.05 2019-11-05 08:08:53 +08:00
Jan Tojnar
a2f6928257
gjs: clean up
* format
* add homepage
2019-11-05 00:49:38 +01:00
Jan Tojnar
3d89ead7c6
gjs: move to top-level 2019-11-05 00:47:04 +01:00
Stig Palmquist
4704bbdd18
perlPackages.CryptOpenSSLX509: init at 1.813 2019-11-05 00:23:10 +01:00
Jan Tojnar
d34465eeca
Merge pull request #72795 from jtojnar/mm-common-1.0
mm-common: 0.9.12 → 1.0.0
2019-11-04 22:34:04 +01:00
Renaud
8134b501d8
Merge pull request #72184 from stigtsp/packages/perl-mojo-sqlite-3.003
perlPackages.MojoSQLite: 3.002 -> 3.003
2019-11-04 22:33:03 +01:00
Robin Gloster
fa7d7eb95b
Merge pull request #71266 from philandstuff/add-gnupg-pkcs11-scd
gnupg-pkcs11-scd: init at 0.9.2
2019-11-04 22:14:38 +01:00
Gabriel Ebner
cb8423d19b
Merge pull request #72698 from gebner/digimend-drivers
digimend drivers for graphics tablets
2019-11-04 21:19:06 +01:00
Jan Tojnar
527dd6e833
mm-common: 0.9.12 → 1.0.0
https://download.gnome.org/sources/mm-common/1.0/mm-common-1.0.0.news
2019-11-04 21:17:46 +01:00
Ryan Mulligan
f65e759796
Merge pull request #72646 from r-ryantm/auto-update/qbittorrent
qbittorrent: 4.1.8 -> 4.1.9.1
2019-11-04 12:12:58 -08:00
José Luis Lafuente
e2058c7231
clj-kondo: 2019.10.26 -> 2019.11.03 2019-11-04 20:27:52 +01:00
Renaud
c4821a82f8
theharvester: 3.0.6 -> 3.1
+ use buildPythonApplication now that upstream ships a setup.py

(#72748)
2019-11-04 19:41:24 +01:00
Marek Mahut
ba765155b4
Merge pull request #72738 from dduan/tre
tre-command: init at 0.2.2
2019-11-04 19:07:25 +01:00
Marek Mahut
924bc50a33
Merge pull request #72779 from LnL7/darwin-inkscape
inkscape: fix darwin build
2019-11-04 19:00:50 +01:00
Jan Tojnar
57d33a2c8f
Merge pull request #72788 from jtojnar/devhelp-blank
gnome3.devhelp: fix blank pages
2019-11-04 18:59:55 +01:00
Jan Tojnar
6160907f85
gnome3.devhelp: fix blank pages 2019-11-04 18:21:39 +01:00
Jan Tojnar
1a3f284b9c
gnome3.devhelp: clean up
* Format with nixpkgs-format
* Quote URL
* Fix license
2019-11-04 18:19:27 +01:00
Jonathan Ringer
5842a29159 python3Packages.solo-python: 0.0.15 -> 0.0.18 2019-11-04 08:58:36 -08:00
gnidorah
b7dc9e131f pakcs: 2.1.2 -> 2.2.0 2019-11-04 08:54:02 -08:00
gnidorah
0f68bf333c openxray: 510 -> 558 2019-11-04 08:54:02 -08:00
gnidorah
b505f81181 openjk: 2019-06-24 -> 2019-10-25 2019-11-04 08:54:02 -08:00
gnidorah
1c3407f954 openmw-tes3mp: 2019-06-09 -> 2019-07-01 2019-11-04 08:54:02 -08:00
gnidorah
afb4d447ba vkquake: 1.01.0 -> 1.02.1 2019-11-04 08:54:02 -08:00
gnidorah
791f835c2e vk-messenger: 4.0.1 -> 4.5.2 2019-11-04 08:54:02 -08:00
gnidorah
34647cf35b kmsxx: 2018-10-23 -> 2019-10-28 2019-11-04 08:54:02 -08:00
gnidorah
f7c032ee00 pythonPackages.pykde4: fix url
Became incorrect after #66585
2019-11-04 08:54:02 -08:00
gnidorah
2632156cf5 phodav: 2.2 -> 2.3 2019-11-04 08:54:02 -08:00
gnidorah
7a17d2df56 video2midi: 0.3.9.5 -> 0.3.9.6 2019-11-04 08:54:02 -08:00
R. RyanTM
b1b776b11c python38Packages.xdis: 4.0.4 -> 4.1.2 2019-11-04 08:46:17 -08:00