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-module (gnu packages libbsd)
(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")