guix-commits
[Top][All Lists]
Advanced

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

12/13: gnu: nzbget: Don't use unstable tarball.


From: guix-commits
Subject: 12/13: gnu: nzbget: Don't use unstable tarball.
Date: Tue, 23 Jun 2020 10:14:01 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 59bcda1e8cae77ce3947ff2a6051e77440d36aed
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Jun 23 17:10:34 2020 +0300

    gnu: nzbget: Don't use unstable tarball.
    
    * gnu/packages/networking.scm (nzbget)[source]: Download using release
    source tarball.
---
 gnu/packages/networking.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 1e6f70e..6113061 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -1866,12 +1866,12 @@ gone wild and are suddenly taking up your bandwidth.")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append "https://github.com/nzbget/nzbget/archive/v";
-                           version ".tar.gz"))
-       (file-name (string-append name "-" version ".tar.gz"))
+       (uri (string-append "https://github.com/nzbget/nzbget/releases";
+                           "/download/v" version
+                           "/nzbget-" version "-src.tar.gz"))
        (sha256
         (base32
-         "0l3dzxz7d7jf6cyach41zirvsx1x0vs4nh053c0miycv7zjyrly7"))
+         "0lwd0pfrs4a5ms193hgz2qiyf7grrc925dw6y0nfc0gkp27db9b5"))
        (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]