gnu: libbsd: Update to 0.11.7.
* gnu/packages/libbsd.scm (libbsd): Update to 0.11.7.
This commit is contained in:
parent
32e022d574
commit
b2066b2ac2
@ -28,14 +28,14 @@
|
||||
(define-public libbsd
|
||||
(package
|
||||
(name "libbsd")
|
||||
(version "0.11.6")
|
||||
(version "0.11.7")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://libbsd.freedesktop.org/releases/"
|
||||
"libbsd-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1pxmk42brddk43bj8lp4a64f9iwhc5ii91y6w7k97xpaf8qqzcqr"))))
|
||||
"0q82iaynmal3dn132jgjq21p27x3zn8zks88cg02bgzbb5h1ialv"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list #:configure-flags #~'("--disable-static")
|
||||
|
Loading…
Reference in New Issue
Block a user