guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: nzbget: Update to 21.0.


From: guix-commits
Subject: 01/01: gnu: nzbget: Update to 21.0.
Date: Sun, 14 Jul 2019 09:56:11 -0400 (EDT)

rhelling pushed a commit to branch master
in repository guix.

commit 39a20acc06b6dff5a4d0e0b143332fcdf407b8c9
Author: Rutger Helling <address@hidden>
Date:   Sun Jul 14 15:53:17 2019 +0200

    gnu: nzbget: Update to 21.0.
    
    * gnu/packages/networking.scm (nzbget): Update to 21.0.
---
 gnu/packages/networking.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 53c11f6..28779f9 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>.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]