gnu: nzbget: Update to 20.0.

* gnu/packages/networking.scm (nzbget): Update to 20.0.
This commit is contained in:
Rutger Helling 2018-06-09 02:28:58 +02:00
parent c8b2fd2866
commit 945b119fac
No known key found for this signature in database
GPG Key ID: F3A727DB44FCCA36
1 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@
;;; Copyright © 2017 Mathieu Othacehe <m.othacehe@gmail.com> ;;; Copyright © 2017 Mathieu Othacehe <m.othacehe@gmail.com>
;;; Copyright © 2017 Leo Famulari <leo@famulari.name> ;;; Copyright © 2017 Leo Famulari <leo@famulari.name>
;;; Copyright © 2017, 2018 Efraim Flashner <efraim@flashner.co.il> ;;; 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 Gábor Boskovits <boskovits@gmail.com>
;;; Copyright © 2017 Thomas Danckaert <post@thomasdanckaert.be> ;;; Copyright © 2017 Thomas Danckaert <post@thomasdanckaert.be>
;;; Copyright © 2018 Adam Van Ymeren <adam@vany.ca> ;;; Copyright © 2018 Adam Van Ymeren <adam@vany.ca>
@ -1224,7 +1224,7 @@ gone wild and are suddenly taking up your bandwidth.")
(define-public nzbget (define-public nzbget
(package (package
(name "nzbget") (name "nzbget")
(version "19.1") (version "20.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -1233,7 +1233,7 @@ gone wild and are suddenly taking up your bandwidth.")
(file-name (string-append name "-" version ".tar.gz")) (file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0y713g7gd4n5chbhr8lv7k50rxkmzysrg13sscxam3s386mmlb1r")) "0q93aqqyzccn5r9sny38499rmg846qdh9pi2v5kvf9m23v54yk60"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet
;; Reported upstream as <https://github.com/nzbget/nzbget/pull/414>. ;; Reported upstream as <https://github.com/nzbget/nzbget/pull/414>.