diff options
| author | Marius Bakke <mbakke@fastmail.com> | 2018-02-20 16:00:29 +0100 |
|---|---|---|
| committer | Marius Bakke <mbakke@fastmail.com> | 2018-02-20 16:01:46 +0100 |
| commit | cb4a178b200a0efa2b27f71cd1421cb7f92911f3 (patch) | |
| tree | 8c276c0dcbcef51e8ff218b339a3e239e3b392c1 | |
| parent | e83f62f947ae5c3c814cc6b9929671e888b228da (diff) | |
gnu: libbsd: Update to 0.8.7.
* gnu/packages/libbsd.scm (libbsd): Update to 0.8.7.
| -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 3bfa2a3feca..58b0be872c2 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.3") | 28 | (version "0.8.7") |
| 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 | "1a1l7afchlvvj2zfi7ajcg26bbkh5i98y2v5h9j5p1px9m7n6jwk")))) | 35 | "0c9bl49zs0xdddcwj5dh0lay9sxi2m1yi74848g8p87mb87g2j7m")))) |
| 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 |
