mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: libbsd: Update to 0.10.0.
* gnu/packages/libbsd.scm (libbsd): Update to 0.10.0.
This commit is contained in:
parent
ca0576d699
commit
abd5124417
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue