guix-commits
[Top][All Lists]
Advanced

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

03/05: gnu: nbd: Update to 3.25.


From: guix-commits
Subject: 03/05: gnu: nbd: Update to 3.25.
Date: Fri, 23 Jun 2023 19:13:46 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 5be90265d459c3509e2e5cd4a0dcef5a235eefae
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jun 18 02:00:01 2023 +0200

    gnu: nbd: Update to 3.25.
    
    * gnu/packages/networking.scm (nbd): Update to 3.25.
    [source]: Download official GitHub tarball.
---
 gnu/packages/networking.scm | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index b0cdcdf6a3..889e8f13a5 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -4369,14 +4369,15 @@ stamps.")
 (define-public nbd
   (package
     (name "nbd")
-    (version "3.24")
+    (version "3.25")
     (source
       (origin
         (method url-fetch)
-        (uri (string-append "mirror://sourceforge/nbd/nbd/" version
-                            "/nbd-" version ".tar.xz"))
+        (uri (string-append
+              
"https://github.com/NetworkBlockDevice/nbd/releases/download/nbd-";
+              version "/nbd-" version ".tar.xz"))
         (sha256
-         (base32 "036ib2d5722sx9nn7jydqfpl5ici5if2z7g8xrskzcx74dniaxv8"))))
+         (base32 "02nxrgq3024g106x9wdyg23f0bj3avrmf3jdb4kckcaprc7zvj7m"))))
     (build-system gnu-build-system)
     (inputs
      (list glib))



reply via email to

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