mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: nbd: Update to 3.25.
* gnu/packages/networking.scm (nbd): Update to 3.25. [source]: Download official GitHub tarball.
This commit is contained in:
parent
021e945d01
commit
5be90265d4
1 changed files with 5 additions and 4 deletions
|
@ -4369,14 +4369,15 @@ (define-public hashcash
|
|||
(define-public nbd
|
||||
(package
|
||||
(name "nbd")
|
||||
(version "3.24")
|
||||
(version "3.25")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://sourceforge/nbd/nbd/" version
|
||||
"/nbd-" version ".tar.xz"))
|
||||
(uri (string-append
|
||||
"https://github.com/NetworkBlockDevice/nbd/releases/download/nbd-"
|
||||
version "/nbd-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "036ib2d5722sx9nn7jydqfpl5ici5if2z7g8xrskzcx74dniaxv8"))))
|
||||
(base32 "02nxrgq3024g106x9wdyg23f0bj3avrmf3jdb4kckcaprc7zvj7m"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
(list glib))
|
||||
|
|
Loading…
Reference in a new issue