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

View file

@ -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 @@ (define-public nethogs
(define-public nzbget
(package
(name "nzbget")
(version "19.1")
(version "20.0")
(source
(origin
(method url-fetch)
@ -1233,7 +1233,7 @@ (define-public nzbget
(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>.