diff options
author | Rutger Helling <rhelling@mykolab.com> | 2019-07-14 15:53:17 +0200 |
---|---|---|
committer | Rutger Helling <rhelling@mykolab.com> | 2019-07-14 15:55:47 +0200 |
commit | 39a20acc06b6dff5a4d0e0b143332fcdf407b8c9 (patch) | |
tree | e8eca297f2710cc97a4a5bcc5d73b52aa74c97e6 /gnu | |
parent | 8eb0ba532ebbebef23180e666e0607ea735f9c1a (diff) | |
download | guix-39a20acc06b6dff5a4d0e0b143332fcdf407b8c9.tar.gz guix-39a20acc06b6dff5a4d0e0b143332fcdf407b8c9.zip |
gnu: nzbget: Update to 21.0.
* gnu/packages/networking.scm (nzbget): Update to 21.0.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/networking.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index 53c11f6d95..28779f9a47 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm @@ -1440,7 +1440,7 @@ gone wild and are suddenly taking up your bandwidth.") (define-public nzbget (package (name "nzbget") - (version "20.0") + (version "21.0") (source (origin (method url-fetch) @@ -1449,7 +1449,7 @@ gone wild and are suddenly taking up your bandwidth.") (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "0q93aqqyzccn5r9sny38499rmg846qdh9pi2v5kvf9m23v54yk60")) + "0l3dzxz7d7jf6cyach41zirvsx1x0vs4nh053c0miycv7zjyrly7")) (modules '((guix build utils))) (snippet ;; Reported upstream as <https://github.com/nzbget/nzbget/pull/414>. |