Commit Graph

183522 Commits

Author SHA1 Message Date
lewo
cee8906c5c
Merge pull request #76297 from ruuda/acme-client-0.2.5
acme-client: 0.2.4 -> 0.2.5
2019-12-27 10:14:02 +01:00
lewo
2002bf9b34
Merge pull request #76309 from mehlon/gnunet
gnunet: 0.11.8 -> 0.12.0
2019-12-27 10:10:25 +01:00
Jan Tojnar
b38c283991
Merge pull request #76510 from alyssais/mikutter
mikutter: 3.8.7 -> 4.0.0
2019-12-27 07:21:27 +01:00
Ryan Mulligan
60659a5687
Merge pull request #76371 from r-ryantm/auto-update/postman
postman: 7.12.0 -> 7.14.0
2019-12-26 21:04:43 -08:00
Alyssa Ross
f04b8f52b2
mikutter: 3.8.7 -> 4.0.0; mark broken 2019-12-27 02:39:00 +00:00
Tim Steinbach
8c01abd962
oh-my-zsh: 2019-12-22 -> 2019-12-27 2019-12-26 20:10:45 -05:00
Tim Steinbach
3e6bdc0600
linux_latest-libre: 17145 -> 17151 2019-12-26 20:06:27 -05:00
worldofpeace
7217f6ce40
Merge pull request #76521 from romildo/test.mate
mate.mate-control-center: look for system themes in system data dirs
2019-12-26 19:54:14 -05:00
worldofpeace
ab322bb4fc
Merge pull request #76558 from Kiwi/simplenote-fix
simplenote: fix libstdc++ error
2019-12-26 18:58:13 -05:00
Dmitry Kalinkin
a10ba57d29
Merge pull request #76550 from veprbl/pr/histbook_remove
pythonPackages.histbook: remove
2019-12-26 18:10:39 -05:00
Ben Darwin
d255365342 ocamlPackages.parany: 7.0.0 -> 8.0.0 2019-12-26 17:31:16 -05:00
Ben Darwin
f1958523e3 ocamlPackages.cpu: setcore 1.0.1 -> cpu 2.0.0 2019-12-26 17:30:49 -05:00
Robert Djubek
cc2037307b
simplenote: fix libstdc++ error
Fixes a bug that was noticed during an automated version bump.

What was needed was to add an LD_LIBRARY_PATH entry for stdenv.cc.cc in
makeWrapper

```
--prefix LD_LIBRARY_PATH : "${stdenv.lib.makeLibraryPath [ stdenv.cc.cc ] }" \
```

The error as seen in developer tools console was:

```
/nix/store/d4b2xcpdf4y4hspbwrmjdz540m493894-simplenote-1.12.0/opt/Simplenote/resources/electron.asar/renderer/init.js:158 Unable to load preload script: /nix/store/d4b2xcpdf4y4hspbwrmjdz540m493894-simplenote-1.12.0/opt/Simplenote/resources/app.asar/desktop/preload.js
(anonymous) @ /nix/store/d4b2xcpdf4y4hspbwrmjdz540m493894-simplenote-1.12.0/opt/Simplenote/resources/electron.asar/renderer/init.js:158
/nix/store/d4b2xcpdf4y4hspbwrmjdz540m493894-simplenote-1.12.0/opt/Simplenote/resources/electron.asar/renderer/init.js:159 Error: libstdc++.so.6: cannot open shared object file: No such file or directory
    at process.module.(anonymous function) [as dlopen] (ELECTRON_ASAR.js:160:31)
    at Object.Module._extensions..node (internal/modules/cjs/loader.js:722)
    at Object.module.(anonymous function) [as .node] (ELECTRON_ASAR.js:169:18)
    at Module.load (internal/modules/cjs/loader.js:602)
    at tryModuleLoad (internal/modules/cjs/loader.js:541)
    at Function.Module._load (internal/modules/cjs/loader.js:533)
    at Module.require (internal/modules/cjs/loader.js:640)
    at require (internal/modules/cjs/helpers.js:20)
    at Object.<anonymous> (/nix/store/d4b2xcpdf4y4hspbwrmjdz540m493894-simplenote-1.12.0/opt/Simplenote/resources/app.asar/node_modules/@paulcbetts/spellchecker/lib/spellchecker.js:3)
    at Object.<anonymous> (/nix/store/d4b2xcpdf4y4hspbwrmjdz540m493894-simplenote-1.12.0/opt/Simplenote/resources/app.asar/node_modules/@paulcbetts/spellchecker/lib/spellchecker.js:116)
```
To (help) anyone that may find have errors like this in the future:

makeWrapper requiring the makeLibraryPath with stdenv.cc.cc is fairly common for electron apps.
At least ones that use dpkg on prebuilt debian .deb files (my `bitwarden` derivation requires it, too) that use gappsWrapperArgs

Thanks @ryantm / r-ryantm and @worldofpeace :)

Reference: https://github.com/NixOS/nixpkgs/pull/76421#pullrequestreview-336359695
2019-12-26 22:01:36 +00:00
Nathan
b0caf68bff
maintainer-list.nix: remove ndowens 2019-12-26 16:47:41 -05:00
K. Bruneau
690390d493 texlab: fix macOS build (#76544) 2019-12-26 16:12:58 -05:00
Dmitry Kalinkin
88f77259d4
pythonPackages.histbook: remove
The development of this library has been stopped, the github repo
archived.
2019-12-26 16:06:25 -05:00
Maximilian Bosch
645d99ecc3
cargo-expand: 0.4.16 -> 0.4.17
https://github.com/dtolnay/cargo-expand/releases/tag/0.4.17
2019-12-26 21:40:20 +01:00
Maximilian Bosch
1ea4896ae9
bpftool: fix build
https://hydra.nixos.org/build/108688065
2019-12-26 21:07:51 +01:00
Maximilian Bosch
fa28c7750a
Merge pull request #76442 from r-ryantm/auto-update/tigervnc
tigervnc: 1.10.0 -> 1.10.1
2019-12-26 20:31:01 +01:00
Maximilian Bosch
b43892e767
python3Packages.pytesseract: 0.3.0 -> 0.3.1
https://github.com/madmaze/pytesseract/releases/tag/v0.3.1
2019-12-26 20:16:16 +01:00
Maximilian Bosch
6f802abc13
nexus: 3.19.1-01 -> 3.20.1-01
https://help.sonatype.com/repomanager3/release-notes/2019-release-notes#id-2019ReleaseNotes-RepositoryManager3.20.1
https://help.sonatype.com/repomanager3/release-notes/2019-release-notes#id-2019ReleaseNotes-RepositoryManager3.20.0
2019-12-26 20:04:11 +01:00
Maximilian Bosch
70564f31b4
Merge pull request #76543 from mpickering/wip/branca
Python: Add missing setuptools dependency to branca
2019-12-26 19:01:14 +01:00
Dmitry Kalinkin
984ceb1092
Merge pull request #76541 from veprbl/pr/root_python_wrap
root: wrap python executables
2019-12-26 12:29:12 -05:00
Matthew Pickering
b9fafdc475 Python: Add missing setuptools dependency to branca 2019-12-26 17:05:10 +00:00
Oleksii Filonenko
debc253bf3 ueberzug: init at 18.1.5 2019-12-26 17:49:35 +01:00
Michael Raskin
0b85ab2686 python2Packages.marionette-harness: fix build by bumping dependencies 2019-12-26 17:54:47 +01:00
Dmitry Kalinkin
0b28198f23
root: wrap python executables
In normal use of ROOT the PYTHONPATH is intended to be set when user
sources the thisroot.{,s}sh. We do that in the setupHook. This covers
the case when thisroot.sh was not sourced.
2019-12-26 11:49:12 -05:00
Ryan Mulligan
264f44b1d0
Merge pull request #76355 from r-ryantm/auto-update/pdns-recursor
pdns-recursor: 4.2.0 -> 4.2.1
2019-12-26 07:56:25 -08:00
Alyssa Ross
106d0920d9
bundlerEnv: fix for Ruby 2.7
Setting a Bundler version with GEM_PATH doesn't seem to work in Ruby
2.7, so we need to use the LOAD_PATH instead.  Without this,
bundlerEnv environments will always use the version of Bundler that
comes with Ruby, which won't necessarily work because it isn't the
version that was used to generate the bundle.

For example, building ronn with Ruby 2.7 without this change results
in a broken executable, but it works (when built with all packaged
Ruby versions) after this change.
2019-12-26 15:49:04 +00:00
Mario Rodas
7c0bc04420
Merge pull request #76287 from r-ryantm/auto-update/klaus
klaus: 1.5.0 -> 1.5.1
2019-12-26 10:08:43 -05:00
Mario Rodas
91b1e4e777
Merge pull request #76361 from r-ryantm/auto-update/python3.7-aiohttp-socks
python37Packages.aiohttp-socks: 0.2.2 -> 0.3.3
2019-12-26 10:03:58 -05:00
Mario Rodas
1001790814
Merge pull request #76372 from r-ryantm/auto-update/python2.7-biopython
python27Packages.biopython: 1.75 -> 1.76
2019-12-26 09:44:06 -05:00
Maximilian Bosch
223f25bb5f
Merge pull request #73214 from DavHau/lutris-fix-missing-gnutls
lutris: add missing gnutls dependency
2019-12-26 15:42:09 +01:00
Mario Rodas
87013356e1
Merge pull request #76490 from plapadoo/gprof2dot-2019-11-30
gprof2dot: 2017-09-19 -> 2019-11-30
2019-12-26 09:35:58 -05:00
Mario Rodas
45e69f1872
Merge pull request #75876 from Scriptkiddi/py3_snitun
pythonPackages.haas-nabucasa: init at 0.29
2019-12-26 09:34:36 -05:00
isgy
f6f2dff12f python3Packages.jupyterhub: 0.9.4 -> 1.0.0 2019-12-26 14:32:45 +00:00
isgy
96f5b6315d python3Packages.certipy: init at 0.1.3 2019-12-26 14:31:15 +00:00
Maximilian Bosch
9842c4b107
treewide: update which packages I'm currently maintaining
Idea shamelessly stolen from 4e60b0efae.

I realized that I don't really know anymore where I'm listed as maintainer and what
I'm actually (co)-maintaining which means that I can't proactively take
care of packages I officially maintain.

As I don't have the time, energy and motivation to take care of stuff I
was interested in 1 or 2 years ago (or packaged for someone else in the
past), I decided that I make this explicit by removing myself from several
packages and adding myself in some other stuff I'm now interested in.

I've seen it several times now that people remove themselves from a
package without removing the package if it's unmaintained after that
which is why I figured that it's fine in my case as the affected pkgs
are rather low-prio and were pretty easy to maintain.
2019-12-26 15:27:47 +01:00
R. RyanTM
1635c6916e xsecurelock: 1.5.1 -> 1.6.0 (#76478) 2019-12-26 14:03:03 +00:00
Franz Pletz
9f139fe7fe
Merge pull request #76394 from Enzime/update-nonfree-firmware
firmware-linux-nonfree: 2019-10-22 -> 2019-12-15
2019-12-26 13:53:53 +00:00
Timo Kaufmann
98e6a8b579
Merge pull request #76531 from timokau/sympy-1.5
python.pkgs.sympy: 1.4 -> 1.5
2019-12-26 13:12:21 +01:00
Vonfry
8b6bb39d39 offlineimap: add proxy dependency (#76347) 2019-12-26 12:30:57 +01:00
José Romildo Malaquias
6756cc69c5
Merge pull request #76348 from romildo/upd.mate
mate.caja: 1.22.2 -> 1.22.3
2019-12-26 08:07:11 -03:00
José Romildo Malaquias
6f42bf8aa0 mate.mate-control-center: look for system themes in system data dirs 2019-12-26 07:55:57 -03:00
Timo Kaufmann
8ac53ed0b1 python.pkgs.sympy: 1.4 -> 1.5
Sage needs some doctest changes. The patch was included upstream.
Modelled after https://trac.sagemath.org/ticket/28911.
2019-12-26 11:46:42 +01:00
Maximilian Bosch
b574b94e20
Merge pull request #76409 from r-ryantm/auto-update/rng-tools
rng-tools: 6.8 -> 6.9
2019-12-26 11:31:05 +01:00
Emery Hemingway
54184dfc7e glow: init at 0.1.3 2019-12-26 15:19:40 +05:30
Mario Rodas
21956ab8b1
pythonPackages.klaus: do not use python.pkgs 2019-12-26 04:20:00 -05:00
Mario Rodas
fdf2020620
python37Packages.aiohttp-socks: 0.3.2 -> 0.3.3 2019-12-26 04:20:00 -05:00
Hamish Mackenzie
db60032141
darktable: Add openmp when cc.isClang to fix macos 2019-12-26 00:02:35 -07:00
Jörg Thalheim
e7ece2f6de
Merge pull request #76523 from alyssais/kontact
kontact: fix build
2019-12-26 06:42:21 +00:00
Jörg Thalheim
b551230b9b
Merge pull request #76522 from alyssais/swift-im
swift-im: fix build
2019-12-26 06:41:48 +00:00
Jörg Thalheim
38c3a43c0c
Merge pull request #76492 from tbenst/remote-ssh-fix
vscode-extensions.ms-vscode-remote.remote-ssh: fix patch for 0.48.0
2019-12-26 06:33:50 +00:00
Alyssa Ross
ebc8dd0652
kontact: fix build 2019-12-26 04:33:41 +00:00
Alyssa Ross
2a9ea05cc8
swift-im: fix build 2019-12-26 03:14:23 +00:00
Mario Rodas
dce6d4173e
Merge pull request #75124 from ericdallo/add-clojure-lsp
clojure-lsp: init at release-20191223T204324
2019-12-25 20:37:20 -05:00
Daniel Schaefer
95710aa67e
multipath-tools: Fix prefix (#72917)
multipath-tools: Fix prefix
2019-12-26 02:31:37 +01:00
Daniel Schaefer
25ce30d6a2
Merge pull request #76172 from JohnAZoidberg/golden-cheetah-libusb
golden-cheetah: Add libusb (ANT+ sensors), 3.5-DEV1903 -> 3.5-RC2X
2019-12-26 02:30:38 +01:00
Maximilian Bosch
622c199eac
Merge pull request #76302 from MetaDark/rofi
rofi: fix displaying hicolor icons
2019-12-26 02:22:07 +01:00
Maximilian Bosch
8daee5f6ce
Merge pull request #76467 from alyssais/spamassassin-ipv6
spamassassin: fix IPv6
2019-12-26 02:13:07 +01:00
Eric Dallo
c7d9ec5ce8
clojure-lsp: init at release-20191223T204324 2019-12-25 20:12:09 -05:00
Maximilian Bosch
9ba6cc9ca5
Merge pull request #76452 from zowoq/youtube-dl
youtube-dl: 2019.11.28 -> 2019.12.25
2019-12-26 02:08:30 +01:00
Maximilian Bosch
0201822cc7
Merge pull request #76511 from alyssais/pipelight
pipelight: fix build
2019-12-26 01:48:46 +01:00
Silvan Mosberger
5dc7050bd6
Merge pull request #75400 from nand0p/ethminer-v18
ethminer: 0.18.0-rc.0 -> 0.18.0
2019-12-25 23:56:24 +01:00
Manuel Mendez
b840977407 neovim: Drop jemalloc
See https://github.com/neovim/neovim/pull/9526.
2019-12-25 23:49:21 +01:00
Mario Rodas
ffd4ad4d0b
Merge pull request #76206 from r-ryantm/auto-update/actor-framework
caf: 0.17.1 -> 0.17.3
2019-12-25 15:50:43 -05:00
Vladyslav M
1e8fa43122
newsboat: fetch from vcs (#76175)
newsboat: fetch from vcs
2019-12-25 22:03:49 +02:00
Lancelot SIX
241e1fd9d0 nano: 4.6 -> 4.7
See https://lists.gnu.org/archive/html/info-gnu/2019-12/msg00005.html
for release information.
2019-12-25 19:50:28 +00:00
Mikhail Klementev
f8dec92f04 out-of-tree: 1.1.1 -> 1.2.1 2019-12-25 19:45:59 +00:00
Ryan Orendorff
2d2146b1fe agda-stdlib: list as not broken on Darwin (#76485) 2019-12-25 21:22:29 +02:00
Jan Tojnar
d059e1a720
Merge pull request #76358 from r-ryantm/auto-update/openimageio
openimageio2: 2.0.12 -> 2.1.9.0
2019-12-25 20:00:41 +01:00
Pascal Wittmann
731bfbc432
Merge pull request #76474 from r-ryantm/auto-update/xlockmore
xlockmore: 5.60 -> 5.61
2019-12-25 19:51:47 +01:00
Mario Rodas
13884f5c07
Merge pull request #76502 from kolaente/update/hugo
hugo 0.61.0 -> 0.62.0
2019-12-25 13:44:09 -05:00
Alyssa Ross
349872f778
pipelight: fix build
I removed the "propagatedbuildInputs" line because it's misspelled, and
so will never have worked.  Nobody seems to have complained, so
presumably wasn't necessary.
2019-12-25 18:43:04 +00:00
Mario Rodas
3efe39d2cc
Merge pull request #75436 from taku0/flashplayer-32.0.0.303
flashplayer: 32.0.0.293 -> 32.0.0.303
2019-12-25 13:40:59 -05:00
Ryan Mulligan
b3e3daeeba
Merge pull request #76334 from r-ryantm/auto-update/libngspice
libngspice: 30 -> 31
2019-12-25 10:10:06 -08:00
markuskowa
24660a14a2
Merge pull request #76491 from AmineChikhaoui/darktable3
darktable: 2.6.3 -> 3.0.0
2019-12-25 18:14:25 +01:00
Mario Rodas
d0f6b1f5a3
caf: fix build on darwin 2019-12-25 12:00:00 -05:00
R. RyanTM
3537767db8
caf: 0.17.2 -> 0.17.3 2019-12-25 12:02:24 -05:00
Mario Rodas
51a5e6257f
Merge pull request #67771 from tobim/pkgs/caf
caf: 0.17.1 -> 0.17.2; enable openssl; run tests
2019-12-25 11:59:45 -05:00
Jan Tojnar
c571098bf8
Merge pull request #76447 from r-ryantm/auto-update/tepl
tepl: 4.2.1 -> 4.3.1
2019-12-25 17:44:02 +01:00
AmineChikhaoui
db14939ea3
darktable: remove darwin from the supported platforms 2019-12-25 11:35:05 -05:00
Mario Rodas
77295f2e01
Merge pull request #76226 from r-ryantm/auto-update/debianutils
debianutils: 4.9 -> 4.9.1
2019-12-25 10:41:47 -05:00
kolaente
d4c6ab158a
hugo 0.61.0 -> 0.62.0 2019-12-25 16:30:08 +01:00
Aaron Andersen
117ef4af8a
Merge pull request #76307 from r-ryantm/auto-update/mediawiki
mediawiki: 1.33.1 -> 1.34.0
2019-12-25 10:26:10 -05:00
markuskowa
09fcb16542
Merge pull request #76472 from r-ryantm/auto-update/yadm
yadm: 2.0.1 -> 2.3.0
2019-12-25 16:18:09 +01:00
markuskowa
ee8910cb7d
Merge pull request #76475 from r-ryantm/auto-update/xine-ui
xineUI: 0.99.10 -> 0.99.12
2019-12-25 16:04:43 +01:00
Mario Rodas
76200c4284 ruby_2_7: init at 2.7.0
Release notes: https://www.ruby-lang.org/en/news/2019/12/25/ruby-2-7-0-released/
2019-12-25 14:24:03 +00:00
Mario Rodas
298010982b ruby: rubygems 3.0.6 -> 3.1.2
Changelog: https://blog.rubygems.org/2019/12/20/3.1.2-released.html
2019-12-25 14:24:03 +00:00
markuskowa
788473c6db
Merge pull request #76473 from r-ryantm/auto-update/xmrig
xmrig: 5.1.0 -> 5.4.0
2019-12-25 14:57:45 +01:00
Ryan Mulligan
0874e85e90
Merge pull request #76446 from r-ryantm/auto-update/syncthingtray
syncthingtray: 0.10.3 -> 0.10.4
2019-12-25 05:38:39 -08:00
Ryan Mulligan
b0dc536be8
Merge pull request #76450 from r-ryantm/auto-update/x42-plugins
x42-plugins: 20191013 -> 20191215
2019-12-25 05:38:02 -08:00
Ryan Mulligan
7f449f04b9
Merge pull request #76421 from r-ryantm/auto-update/simplenote
simplenote: 1.11.0 -> 1.12.0
2019-12-25 05:35:23 -08:00
markuskowa
5f3d5d3ac7
Merge pull request #76455 from r-ryantm/auto-update/x11docker
x11docker: 6.4.0 -> 6.5.0
2019-12-25 14:00:07 +01:00
Profpatsch
7d4c1ae7f1 rubyMinimal: ruby with all options disabled by default
Similar to `gitMinimal` or `pythonMinimal`, this is useful for scripts
which don’t use anything but the standard library and want a small
footprint.
2019-12-25 13:59:42 +01:00
Profpatsch
80c07f8aaf ruby: add removeReferenceToCC package option
Reduces the runtime closure by ~200MB if enabled.
2019-12-25 13:59:42 +01:00
markuskowa
add4e5ea66
Merge pull request #76408 from r-ryantm/auto-update/rsnapshot
rsnapshot: 1.4.2 -> 1.4.3
2019-12-25 13:45:59 +01:00
markuskowa
1ba5dce4d5
Merge pull request #76460 from markuskowa/upd-snapper
snapper: 0.8.6 -> 0.8.7
2019-12-25 13:04:30 +01:00
Aaron Andersen
dcd5be4af6
Merge pull request #76363 from r-ryantm/auto-update/pympress
pympress: 1.4.0 -> 1.5.1
2019-12-25 06:09:46 -05:00
AmineChikhaoui
6bff3d8be5
darktable: 2.6.3 -> 3.0.0 2019-12-25 05:34:29 -05:00
Tyler Benster
cc051b46f4 vscode-extensions.ms-vscode-remote.remote-ssh: fix patch for 0.48.0 2019-12-25 02:32:23 -08:00
Jörg Thalheim
d5a81030ec
mercurial: 4.9.1 -> 5.2.1 + python3 🚀 (#76126)
mercurial: 4.9.1 -> 5.2.1 + python3  🚀
2019-12-25 09:37:44 +00:00
Philipp Middendorf
0421b1316a gprof2dot: 2017-09-19 -> 2019-11-30 2019-12-25 10:29:25 +01:00
Jörg Thalheim
330e54ee51
Merge pull request #76202 from tbenst/remote-ssh
vscode-extensions.ms-vscode-remote.remote-ssh: init at 0.48.0
2019-12-25 06:44:57 +00:00
Jörg Thalheim
89c55c0a6d
net-snmp: split outputs (#76155)
net-snmp: split outputs
2019-12-25 06:27:55 +00:00
Tyler Benster
00de2acfb9 vscode-extensions.ms-vscode-remote.remote-ssh: init at 0.48.0 2019-12-24 21:57:47 -08:00
Ryan Mulligan
87979bb0a3
Merge pull request #76465 from r-ryantm/auto-update/tpm2-tss
tpm2-tss: 2.3.1 -> 2.3.2
2019-12-24 20:34:54 -08:00
Jan Tojnar
760be1f4b2
utillinux: no-rebuild clean up 2019-12-25 05:10:48 +01:00
Jan Tojnar
a71baa5be6
openimageio2: 2.0.12 -> 2.1.9.0 2019-12-25 04:12:24 +01:00
Tim Steinbach
4ed50bdd93
Merge pull request #76299 from r-ryantm/auto-update/kotlin
kotlin: 1.3.60 -> 1.3.61
2019-12-24 21:37:14 -05:00
Tim Steinbach
ecbcdc8a4c
Merge pull request #76416 from r-ryantm/auto-update/sbt
sbt: 1.3.4 -> 1.3.5
2019-12-24 21:36:46 -05:00
Jan Tojnar
3b3bd3ced0
Merge pull request #76303 from r-ryantm/auto-update/libplacebo
libplacebo: 1.21.0 -> 1.29.0
2019-12-25 03:05:00 +01:00
Jan Tojnar
4a91fe49e4
Merge pull request #76317 from magnetophon/lsp-plugins
lsp-plugins: 1.1.10 -> 1.1.13
2019-12-25 03:04:43 +01:00
R. RyanTM
80cd01707d python27Packages.geopandas: 0.6.1 -> 0.6.2 2019-12-24 17:53:10 -08:00
Markus Kowalewski
fcf2a113e1
snapper: 0.8.6 -> 0.8.7 2019-12-25 01:55:13 +01:00
R. RyanTM
f4f0f93e0e xineUI: 0.99.10 -> 0.99.12 2019-12-24 16:11:56 -08:00
Jan Tojnar
d5bbb86bcb
Merge pull request #76257 from r-ryantm/auto-update/gnome-shell-extensions
gnome3.gnome-shell-extensions: 3.34.1 -> 3.34.2
2019-12-25 01:06:59 +01:00
R. RyanTM
84fa8c2583 xlockmore: 5.60 -> 5.61 2019-12-24 16:04:27 -08:00
Ryan Mulligan
f381974ba6
Merge pull request #76406 from r-ryantm/auto-update/remmina
remmina: 1.3.7 -> 1.3.8
2019-12-24 16:03:59 -08:00
R. RyanTM
84032a696d xmrig: 5.1.0 -> 5.4.0 2019-12-24 16:00:50 -08:00
R. RyanTM
111046404a yadm: 2.0.1 -> 2.3.0 2019-12-24 15:57:36 -08:00
R. RyanTM
9d0eb65dbb python27Packages.elementpath: 1.3.1 -> 1.3.3 2019-12-24 15:54:11 -08:00
Jonathan Ringer
fff7aded42 python3Packages.internetarchive: make backports_csv universal dep 2019-12-24 15:52:23 -08:00
Aaron Andersen
088224843a
Merge pull request #76439 from r-ryantm/auto-update/tome4
tome4: 1.6.1 -> 1.6.5
2019-12-24 18:43:24 -05:00
Alyssa Ross
7ea65c5746
spamassassin: fix IPv6
The Net::CIDR::Lite package was missing.
2019-12-24 23:41:03 +00:00
Aaron Andersen
e28074fe95
Merge pull request #76453 from r-ryantm/auto-update/unrar
unrar: 5.8.4 -> 5.8.5
2019-12-24 18:40:53 -05:00
Aaron Andersen
96e5b691de
Merge pull request #76422 from r-ryantm/auto-update/skrooge
skrooge: 2.21.0 -> 2.21.1
2019-12-24 18:36:07 -05:00
R. RyanTM
16a7c38151 tpm2-tss: 2.3.1 -> 2.3.2 2019-12-24 15:29:07 -08:00
R. RyanTM
3070700726 python27Packages.internetarchive: 1.8.1 -> 1.9.0 2019-12-24 15:16:39 -08:00
R. RyanTM
f08e0598b1 python37Packages.mpv: 0.3.10 -> 0.4.5 2019-12-24 15:14:42 -08:00
R. RyanTM
648b0b824f python27Packages.pyspotify: 2.0.5 -> 2.1.2 2019-12-24 15:02:29 -08:00
Aaron Andersen
3fe099d2c5
Merge pull request #76449 from r-ryantm/auto-update/supertux
superTux: 0.6.0 -> 0.6.1.1
2019-12-24 17:51:15 -05:00
R. RyanTM
dca4ef0d9c x11docker: 6.4.0 -> 6.5.0 2019-12-24 14:05:15 -08:00
Fernando J Pando
7a01e9096e cudatoolkit: 10.2.89 2019-12-24 17:05:10 -05:00
Fernando J Pando
8ef6867db6 cli11: 1.8.0 remove broken test 2019-12-24 17:05:10 -05:00
Fernando J Pando
162a95eff2 ethminer: 0.18.0-rc.0 -> 0.18.0 2019-12-24 17:05:10 -05:00
R. RyanTM
cb90c9da24 unrar: 5.8.4 -> 5.8.5 2019-12-24 13:51:50 -08:00
Michael Weiss
7839f3fd71
libplacebo: 1.29.0 -> 1.29.1 2019-12-24 22:38:53 +01:00
zowoq
3cf9a0815f youtube-dl: 2019.11.28 -> 2019.12.25 2019-12-25 07:17:14 +10:00
R. RyanTM
5c6b22051c x42-plugins: 20191013 -> 20191215 2019-12-24 13:05:00 -08:00
R. RyanTM
6f6c1d2f03 superTux: 0.6.0 -> 0.6.1.1 2019-12-24 12:44:48 -08:00
R. RyanTM
dc022d8bfd tepl: 4.2.1 -> 4.3.1 2019-12-24 12:31:20 -08:00
R. RyanTM
70c6664e3e syncthingtray: 0.10.3 -> 0.10.4 2019-12-24 12:27:01 -08:00
R. RyanTM
a8fc904c7c thonny: 3.2.3 -> 3.2.4 2019-12-24 12:12:25 -08:00
R. RyanTM
9ecdc298f3 python27Packages.xmlschema: 1.0.16 -> 1.0.17 2019-12-24 12:11:03 -08:00
Bart Brouns
5aa18d71ff lsp-plugins: 1.1.10 -> 1.1.13 2019-12-24 21:10:09 +01:00
R. RyanTM
e91f467811 tigervnc: 1.10.0 -> 1.10.1 2019-12-24 12:01:35 -08:00
Jonathan Ringer
c7737048d3 pythonPackages.pyomo: python2 no longer supported 2019-12-24 11:53:18 -08:00
worldofpeace
8a3a3a75ff
Merge pull request #76385 from r-ryantm/auto-update/quilter
quilter: 2.0.3 -> 2.0.4
2019-12-24 14:52:50 -05:00
R. RyanTM
14439fce78 python27Packages.twilio: 6.33.1 -> 6.35.1 2019-12-24 11:47:27 -08:00