nckx pushed a commit to branch master
in repository guix.
commit f5ab35f9f9338ac838ebe0e896f74cdc1063dabc
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Mon Nov 8 22:14:07 2021 +0100
gnu: nbd: Update to 3.22.
* gnu/packages/networking.scm (nbd): Update to 3.22.
[native-inputs]: Add bison.
---
gnu/packages/networking.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index f67241e..0a25aad 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -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")