gnu: nbd: Update to 3.24.

* gnu/packages/networking.scm (nbd): Update to 3.24.
This commit is contained in:
Tobias Geerinckx-Rice 2022-07-24 02:00:01 +02:00
parent 9177a28169
commit 8d1f308e1d
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -4111,14 +4111,14 @@ (define-public hashcash
(define-public nbd
(package
(name "nbd")
(version "3.23")
(version "3.24")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/nbd/nbd/" version
"/nbd-" version ".tar.xz"))
(sha256
(base32 "1d2phi0m9x32p9zddv9fpkhj1rbhlvq93wsn9niy7i3aavn71x6y"))))
(base32 "036ib2d5722sx9nn7jydqfpl5ici5if2z7g8xrskzcx74dniaxv8"))))
(build-system gnu-build-system)
(inputs
(list glib))