guix-commits
[Top][All Lists]
Advanced

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

02/10: gnu: libzen: Update to 0.4.39.


From: guix-commits
Subject: 02/10: gnu: libzen: Update to 0.4.39.
Date: Tue, 5 Oct 2021 15:38:18 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 57c0804dcb17989bf587119b66c5cb70ba03e485
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Oct 5 16:29:51 2021 +0200

    gnu: libzen: Update to 0.4.39.
    
    * gnu/packages/cpp.scm (libzen): Update to 0.4.39.
    [arguments]: Don't explicitly return #t from phases.
---
 gnu/packages/cpp.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
index 4af71ba..26b4758 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -144,7 +144,7 @@ use by the C++ Core Guidelines maintained by the Standard 
C++ Foundation.")
 (define-public libzen
   (package
     (name "libzen")
-    (version "0.4.38")
+    (version "0.4.39")
     (source (origin
               (method url-fetch)
               ;; Warning: This source has proved unreliable 1 time at least.
@@ -155,7 +155,7 @@ use by the C++ Core Guidelines maintained by the Standard 
C++ Foundation.")
                                   "libzen_" version ".tar.bz2"))
               (sha256
                (base32
-                "1nkygc17sndznpcf71fdrhwpm8z9a3hc9csqlafwswh49axhfkjr"))))
+                "1rwaxmid9iv65n0y6xlcyxxydsvihjni9ldxpg6pbqz43amp49xx"))))
     (native-inputs
      `(("autoconf" ,autoconf)
        ("automake" ,automake)
@@ -167,8 +167,7 @@ use by the C++ Core Guidelines maintained by the Standard 
C++ Foundation.")
        (modify-phases %standard-phases
          (add-after 'unpack 'pre-configure
            (lambda _
-             (chdir "Project/GNU/Library")
-             #t)))))
+             (chdir "Project/GNU/Library"))))))
     (home-page "https://github.com/MediaArea/ZenLib";)
     (synopsis "C++ utility library")
     (description "ZenLib is a C++ utility library.  It includes classes for 
handling



reply via email to

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