guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/06: gnu: libbsd: Update to 0.8.7.


From: Marius Bakke
Subject: 06/06: gnu: libbsd: Update to 0.8.7.
Date: Tue, 20 Feb 2018 10:02:26 -0500 (EST)

mbakke pushed a commit to branch core-updates
in repository guix.

commit cb4a178b200a0efa2b27f71cd1421cb7f92911f3
Author: Marius Bakke <address@hidden>
Date:   Tue Feb 20 16:00:29 2018 +0100

    gnu: libbsd: Update to 0.8.7.
    
    * gnu/packages/libbsd.scm (libbsd): Update to 0.8.7.
---
 gnu/packages/libbsd.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/libbsd.scm b/gnu/packages/libbsd.scm
index 3bfa2a3..58b0be8 100644
--- a/gnu/packages/libbsd.scm
+++ b/gnu/packages/libbsd.scm
@@ -25,14 +25,14 @@
 (define-public libbsd
   (package
     (name "libbsd")
-    (version "0.8.3")
+    (version "0.8.7")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://libbsd.freedesktop.org/releases/";
                                   "libbsd-" version ".tar.xz"))
               (sha256
                (base32
-                "1a1l7afchlvvj2zfi7ajcg26bbkh5i98y2v5h9j5p1px9m7n6jwk"))))
+                "0c9bl49zs0xdddcwj5dh0lay9sxi2m1yi74848g8p87mb87g2j7m"))))
     (build-system gnu-build-system)
     (synopsis "Utility functions from BSD systems")
     (description "This library provides useful functions commonly found on BSD



reply via email to

[Prev in Thread] Current Thread [Next in Thread]