gnu: nbd: Update to 3.24.
* gnu/packages/networking.scm (nbd): Update to 3.24.
This commit is contained in:
parent
9177a28169
commit
8d1f308e1d
1 changed files with 2 additions and 2 deletions
|
@ -4111,14 +4111,14 @@ (define-public hashcash
|
||||||
(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))
|
||||||
|
|
Loading…
Reference in a new issue