diff options
author | Rutger Helling <rhelling@mykolab.com> | 2018-06-09 02:28:58 +0200 |
---|---|---|
committer | Rutger Helling <rhelling@mykolab.com> | 2018-06-09 02:30:07 +0200 |
commit | 945b119fac7c60376f9eae6da4704fac978bdeec (patch) | |
tree | c1f92c743851640f506d4b18eedd6f2babcb5c9f | |
parent | c8b2fd2866c0d68d62c4ce990e0b41a422bd7030 (diff) | |
download | guix-945b119fac7c60376f9eae6da4704fac978bdeec.tar guix-945b119fac7c60376f9eae6da4704fac978bdeec.tar.gz |
gnu: nzbget: Update to 20.0.
* gnu/packages/networking.scm (nzbget): Update to 20.0.
-rw-r--r-- | gnu/packages/networking.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index 5c1026e9ac..232e675670 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm @@ -15,7 +15,7 @@ ;;; Copyright © 2017 Mathieu Othacehe <m.othacehe@gmail.com> ;;; Copyright © 2017 Leo Famulari <leo@famulari.name> ;;; Copyright © 2017, 2018 Efraim Flashner <efraim@flashner.co.il> -;;; Copyright © 2017 Rutger Helling <rhelling@mykolab.com> +;;; Copyright © 2017, 2018 Rutger Helling <rhelling@mykolab.com> ;;; Copyright © 2017 Gábor Boskovits <boskovits@gmail.com> ;;; Copyright © 2017 Thomas Danckaert <post@thomasdanckaert.be> ;;; Copyright © 2018 Adam Van Ymeren <adam@vany.ca> @@ -1224,7 +1224,7 @@ gone wild and are suddenly taking up your bandwidth.") (define-public nzbget (package (name "nzbget") - (version "19.1") + (version "20.0") (source (origin (method url-fetch) @@ -1233,7 +1233,7 @@ gone wild and are suddenly taking up your bandwidth.") (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "0y713g7gd4n5chbhr8lv7k50rxkmzysrg13sscxam3s386mmlb1r")) + "0q93aqqyzccn5r9sny38499rmg846qdh9pi2v5kvf9m23v54yk60")) (modules '((guix build utils))) (snippet ;; Reported upstream as <https://github.com/nzbget/nzbget/pull/414>. |