diff options
| author | Marius Bakke <mbakke@fastmail.com> | 2018-06-12 18:28:40 +0200 |
|---|---|---|
| committer | Marius Bakke <mbakke@fastmail.com> | 2018-06-12 18:30:18 +0200 |
| commit | 53411dfcd6e696fc4aea11c70d411db5300ac5e2 (patch) | |
| tree | 08ae49826128ad6f01cf14bb791fede03051ef90 /gnu/packages/libbsd.scm | |
| parent | 7391a938d0b897fd5c456e785f2dbf5a8fb8c8d4 (diff) | |
gnu: libbsd: Update to 0.9.1.
* gnu/packages/libbsd.scm (libbsd): Update to 0.9.1.
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 58b0be872c2..a616de70bda 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.8.7") | 28 | (version "0.9.1") |
| 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 | "0c9bl49zs0xdddcwj5dh0lay9sxi2m1yi74848g8p87mb87g2j7m")))) | 35 | "1957w2wi7iqar978qlfsm220dwywnrh5m58nrnn9zmi74ds3bn2n")))) |
| 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 |
