gnu: nbd: Update to 3.23.

* gnu/packages/networking.scm (nbd): Update to 3.23.
This commit is contained in:
Tobias Geerinckx-Rice 2022-01-04 19:49:42 +01:00
parent e662bdc489
commit 4b784c6846
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -3977,14 +3977,14 @@ (define-public hashcash
(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))