gnu: nbd: Update to 3.22.
* gnu/packages/networking.scm (nbd): Update to 3.22. [native-inputs]: Add bison.
This commit is contained in:
parent
7b89818d00
commit
f5ab35f9f9
1 changed files with 4 additions and 3 deletions
|
@ -4061,19 +4061,20 @@ stamps.")
|
||||||
(define-public nbd
|
(define-public nbd
|
||||||
(package
|
(package
|
||||||
(name "nbd")
|
(name "nbd")
|
||||||
(version "3.21")
|
(version "3.22")
|
||||||
(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 "1ydylvvayi4w2d08flji9q03sl7y8hn0c26vsay3nwwikprqls77"))))
|
(base32 "1ljx6vb3lja5p0lr28vmjp27n9d6krlvq49bhqbcm2ns8vxd1vh6"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("glib" ,glib)))
|
`(("glib" ,glib)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
`(("bison" ,bison)
|
||||||
|
("pkg-config" ,pkg-config)
|
||||||
("which" ,which)))
|
("which" ,which)))
|
||||||
(home-page "https://nbd.sourceforge.io/")
|
(home-page "https://nbd.sourceforge.io/")
|
||||||
(synopsis "NBD client and server")
|
(synopsis "NBD client and server")
|
||||||
|
|
Reference in a new issue