guix-commits
[Top][All Lists]
Advanced

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

08/16: gnu: libzen: Update to 0.4.37.


From: Tobias Geerinckx-Rice
Subject: 08/16: gnu: libzen: Update to 0.4.37.
Date: Wed, 10 Jan 2018 10:26:01 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit c304543e07c0cd385588027deb59406631d3eb47
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Jan 10 06:13:59 2018 +0100

    gnu: libzen: Update to 0.4.37.
    
    * gnu/packages/cpp.scm (libzen): Update to 0.4.37.
---
 gnu/packages/cpp.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
index 5ad9fd3..4fd499f 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -1,5 +1,6 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2017 Ethan R. Jones <address@hidden>
+;;; Copyright © 2018 Tobias Geerinckx-Rice <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -27,7 +28,7 @@
 (define-public libzen
   (package
     (name "libzen")
-    (version "0.4.35")
+    (version "0.4.37")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://mediaarea.net/download/source/";
@@ -35,7 +36,7 @@
                                   name "_" version ".tar.bz2"))
               (sha256
                (base32
-                "12a1icgcffgv503ii2k1453kxg5hfly09mf4zjcc80aq8a6rf8by"))))
+                "1hcsrmn85b0xp0mp33aazk7g071q1v3f163nnhv8b0mv9c4bgsfn"))))
     (native-inputs
      `(("autoconf" ,autoconf)
        ("automake" ,automake)



reply via email to

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