guix-commits
[Top][All Lists]
Advanced

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

04/11: gnu: libzen: Update to 0.4.38.


From: guix-commits
Subject: 04/11: gnu: libzen: Update to 0.4.38.
Date: Fri, 10 Apr 2020 17:27:48 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit d8cf1b32d2c9b816807ff31ffed58a9a50d633fe
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Fri Apr 10 22:17:09 2020 +0200

    gnu: libzen: Update to 0.4.38.
    
    * gnu/packages/cpp.scm (libzen): Update to 0.4.38.
    [source]: Hard-code NAME.
---
 gnu/packages/cpp.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
index 84a7e68..2248ebf 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -47,18 +47,18 @@
 (define-public libzen
   (package
     (name "libzen")
-    (version "0.4.37")
+    (version "0.4.38")
     (source (origin
               (method url-fetch)
               ;; Warning: This source has proved unreliable 1 time at least.
               ;; Consider an alternate source or report upstream if this
               ;; happens again.
               (uri (string-append "https://mediaarea.net/download/source/";
-                                  name "/" version "/"
-                                  name "_" version ".tar.bz2"))
+                                  "libzen/" version "/"
+                                  "libzen_" version ".tar.bz2"))
               (sha256
                (base32
-                "1dkqbgabzpa6bd7dkqrvd35sdxrhr6qxalb88f3dw0afk65xqb0k"))))
+                "1nkygc17sndznpcf71fdrhwpm8z9a3hc9csqlafwswh49axhfkjr"))))
     (native-inputs
      `(("autoconf" ,autoconf)
        ("automake" ,automake)
@@ -66,7 +66,7 @@
     (build-system gnu-build-system)
     (arguments
      '(#:phases
-       ;; build scripts not in root of archive
+       ;; The build scripts are not at the root of the archive.
        (modify-phases %standard-phases
          (add-after 'unpack 'pre-configure
            (lambda _



reply via email to

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