gnu: libbsd: Update to 0.10.0.

* gnu/packages/libbsd.scm (libbsd): Update to 0.10.0.
This commit is contained in:
Marius Bakke 2019-11-29 23:52:43 +01:00
parent ca0576d699
commit abd5124417
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -25,14 +25,14 @@
(define-public libbsd (define-public libbsd
(package (package
(name "libbsd") (name "libbsd")
(version "0.9.1") (version "0.10.0")
(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
"1957w2wi7iqar978qlfsm220dwywnrh5m58nrnn9zmi74ds3bn2n")))) "11x8q45jvjvf2dvgclds64mscyg10lva33qinf2hwgc84v3svf1l"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(synopsis "Utility functions from BSD systems") (synopsis "Utility functions from BSD systems")
(description "This library provides useful functions commonly found on BSD (description "This library provides useful functions commonly found on BSD