summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2022-01-04 19:49:42 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2022-01-05 03:54:04 +0100
commit4b784c6846e30b4b1b861911d8d099e7a0f8d817 (patch)
tree1a3041ebe82e1ab7eb51605b33c3943e5e191877
parente662bdc48954deae53dfe4001252425625f587a9 (diff)
downloadguix-patches-4b784c6846e30b4b1b861911d8d099e7a0f8d817.tar
guix-patches-4b784c6846e30b4b1b861911d8d099e7a0f8d817.tar.gz
gnu: nbd: Update to 3.23.
* gnu/packages/networking.scm (nbd): Update to 3.23.
-rw-r--r--gnu/packages/networking.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index cc9cc61164..bd9050583d 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -3977,14 +3977,14 @@ stamps.")
(define-public nbd
(package
(name "nbd")
- (version "3.22")
+ (version "3.23")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/nbd/nbd/" version
"/nbd-" version ".tar.xz"))
(sha256
- (base32 "1ljx6vb3lja5p0lr28vmjp27n9d6krlvq49bhqbcm2ns8vxd1vh6"))))
+ (base32 "1d2phi0m9x32p9zddv9fpkhj1rbhlvq93wsn9niy7i3aavn71x6y"))))
(build-system gnu-build-system)
(inputs
(list glib))