me
/
guix
Archived
1
0
Fork 0

gnu: nbd: Update to 3.24.

* gnu/packages/networking.scm (nbd): Update to 3.24.
master
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
1 changed files with 2 additions and 2 deletions

View File

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