gnu: libbsd: Update to 0.11.7.

* gnu/packages/libbsd.scm (libbsd): Update to 0.11.7.
This commit is contained in:
Tobias Geerinckx-Rice 2023-07-16 02:00:01 +02:00
parent 32e022d574
commit b2066b2ac2
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79

View File

@ -28,14 +28,14 @@
(define-public libbsd (define-public libbsd
(package (package
(name "libbsd") (name "libbsd")
(version "0.11.6") (version "0.11.7")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://libbsd.freedesktop.org/releases/" (uri (string-append "https://libbsd.freedesktop.org/releases/"
"libbsd-" version ".tar.xz")) "libbsd-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"1pxmk42brddk43bj8lp4a64f9iwhc5ii91y6w7k97xpaf8qqzcqr")))) "0q82iaynmal3dn132jgjq21p27x3zn8zks88cg02bgzbb5h1ialv"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
(list #:configure-flags #~'("--disable-static") (list #:configure-flags #~'("--disable-static")