mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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
|
||||
(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))
|
||||
|
|
Loading…
Reference in a new issue