guix-commits
[Top][All Lists]
Advanced

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

16/94: gnu: libbsd: Update to 0.10.0.


From: guix-commits
Subject: 16/94: gnu: libbsd: Update to 0.10.0.
Date: Thu, 5 Dec 2019 12:15:29 -0500 (EST)

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

commit abd5124417bda96ddd0a73a198465b357940a5d5
Author: Marius Bakke <address@hidden>
Date:   Fri Nov 29 23:52:43 2019 +0100

    gnu: libbsd: Update to 0.10.0.
    
    * gnu/packages/libbsd.scm (libbsd): Update to 0.10.0.
---
 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 a616de7..9d0dff1 100644
--- a/gnu/packages/libbsd.scm
+++ b/gnu/packages/libbsd.scm
@@ -25,14 +25,14 @@
 (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



reply via email to

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