guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: libbsd: Update to 0.9.1.


From: Marius Bakke
Subject: 03/03: gnu: libbsd: Update to 0.9.1.
Date: Tue, 12 Jun 2018 12:32:26 -0400 (EDT)

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

commit 53411dfcd6e696fc4aea11c70d411db5300ac5e2
Author: Marius Bakke <address@hidden>
Date:   Tue Jun 12 18:28:40 2018 +0200

    gnu: libbsd: Update to 0.9.1.
    
    * gnu/packages/libbsd.scm (libbsd): Update to 0.9.1.
---
 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 58b0be8..a616de7 100644
--- a/gnu/packages/libbsd.scm
+++ b/gnu/packages/libbsd.scm
@@ -25,14 +25,14 @@
 (define-public libbsd
   (package
     (name "libbsd")
-    (version "0.8.7")
+    (version "0.9.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://libbsd.freedesktop.org/releases/";
                                   "libbsd-" version ".tar.xz"))
               (sha256
                (base32
-                "0c9bl49zs0xdddcwj5dh0lay9sxi2m1yi74848g8p87mb87g2j7m"))))
+                "1957w2wi7iqar978qlfsm220dwywnrh5m58nrnn9zmi74ds3bn2n"))))
     (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]