gnu: libbsd: Update to 0.9.1.
* gnu/packages/libbsd.scm (libbsd): Update to 0.9.1.
This commit is contained in:
parent
7391a938d0
commit
53411dfcd6
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Reference in a new issue