Archived
1
0
Fork 0

gnu: libbsd: Update to 0.9.1.

* gnu/packages/libbsd.scm (libbsd): Update to 0.9.1.
This commit is contained in:
Marius Bakke 2018-06-12 18:28:40 +02:00
parent 7391a938d0
commit 53411dfcd6
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.8.7") (version "0.9.1")
(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
"0c9bl49zs0xdddcwj5dh0lay9sxi2m1yi74848g8p87mb87g2j7m")))) "1957w2wi7iqar978qlfsm220dwywnrh5m58nrnn9zmi74ds3bn2n"))))
(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