me
/
guix
Archived
1
0
Fork 0

gnu: nbd: Update to 3.22.

* gnu/packages/networking.scm (nbd): Update to 3.22.
[native-inputs]: Add bison.
master
Tobias Geerinckx-Rice 2021-11-08 22:14:07 +01:00
parent 7b89818d00
commit f5ab35f9f9
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 4 additions and 3 deletions

View File

@ -4061,19 +4061,20 @@ stamps.")
(define-public nbd
(package
(name "nbd")
(version "3.21")
(version "3.22")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/nbd/nbd/" version
"/nbd-" version ".tar.xz"))
(sha256
(base32 "1ydylvvayi4w2d08flji9q03sl7y8hn0c26vsay3nwwikprqls77"))))
(base32 "1ljx6vb3lja5p0lr28vmjp27n9d6krlvq49bhqbcm2ns8vxd1vh6"))))
(build-system gnu-build-system)
(inputs
`(("glib" ,glib)))
(native-inputs
`(("pkg-config" ,pkg-config)
`(("bison" ,bison)
("pkg-config" ,pkg-config)
("which" ,which)))
(home-page "https://nbd.sourceforge.io/")
(synopsis "NBD client and server")