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-module (gnu packages libbsd)
(define-public libbsd
(package
(name "libbsd")
(version "0.9.1")
(version "0.10.0")
(source (origin
(method url-fetch)
(uri (string-append "https://libbsd.freedesktop.org/releases/"
"libbsd-" version ".tar.xz"))
(sha256
(base32
"1957w2wi7iqar978qlfsm220dwywnrh5m58nrnn9zmi74ds3bn2n"))))
"11x8q45jvjvf2dvgclds64mscyg10lva33qinf2hwgc84v3svf1l"))))
(build-system gnu-build-system)
(synopsis "Utility functions from BSD systems")
(description "This library provides useful functions commonly found on BSD