diff options
| author | Marius Bakke <mbakke@fastmail.com> | 2019-11-29 23:52:43 +0100 |
|---|---|---|
| committer | Marius Bakke <mbakke@fastmail.com> | 2019-12-05 17:59:00 +0100 |
| commit | abd5124417bda96ddd0a73a198465b357940a5d5 (patch) | |
| tree | edd0406993617619a262c4c7fa0cf009e6cfba56 /gnu/packages/libbsd.scm | |
| parent | ca0576d6998cf954b91e4696f0f2570372ebb6d5 (diff) | |
gnu: libbsd: Update to 0.10.0.
* gnu/packages/libbsd.scm (libbsd): Update to 0.10.0.
Diffstat (limited to 'gnu/packages/libbsd.scm')
| -rw-r--r-- | gnu/packages/libbsd.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/libbsd.scm b/gnu/packages/libbsd.scm index a616de70bda..9d0dff10f18 100644 --- a/gnu/packages/libbsd.scm +++ b/gnu/packages/libbsd.scm | |||
| @@ -25,14 +25,14 @@ | |||
| 25 | (define-public libbsd | 25 | (define-public libbsd |
| 26 | (package | 26 | (package |
| 27 | (name "libbsd") | 27 | (name "libbsd") |
| 28 | (version "0.9.1") | 28 | (version "0.10.0") |
| 29 | (source (origin | 29 | (source (origin |
| 30 | (method url-fetch) | 30 | (method url-fetch) |
| 31 | (uri (string-append "https://libbsd.freedesktop.org/releases/" | 31 | (uri (string-append "https://libbsd.freedesktop.org/releases/" |
| 32 | "libbsd-" version ".tar.xz")) | 32 | "libbsd-" version ".tar.xz")) |
| 33 | (sha256 | 33 | (sha256 |
| 34 | (base32 | 34 | (base32 |
| 35 | "1957w2wi7iqar978qlfsm220dwywnrh5m58nrnn9zmi74ds3bn2n")))) | 35 | "11x8q45jvjvf2dvgclds64mscyg10lva33qinf2hwgc84v3svf1l")))) |
| 36 | (build-system gnu-build-system) | 36 | (build-system gnu-build-system) |
| 37 | (synopsis "Utility functions from BSD systems") | 37 | (synopsis "Utility functions from BSD systems") |
| 38 | (description "This library provides useful functions commonly found on BSD | 38 | (description "This library provides useful functions commonly found on BSD |
