guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: guile-zlib: Update to 0.1.0.


From: guix-commits
Subject: 01/02: gnu: guile-zlib: Update to 0.1.0.
Date: Fri, 12 Mar 2021 10:07:39 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 97b45977f49470d70070b2ae4c66c5b802b172a1
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Fri Mar 12 14:35:51 2021 +0100

    gnu: guile-zlib: Update to 0.1.0.
    
    * gnu/packages/guile.scm (guile-zlib): Update to 0.1.0.
---
 gnu/packages/guile.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm
index 8bf250a..0dad390 100644
--- a/gnu/packages/guile.scm
+++ b/gnu/packages/guile.scm
@@ -815,7 +815,7 @@ manipulate repositories of the Git version control system.")
 (define-public guile-zlib
   (package
     (name "guile-zlib")
-    (version "0.0.1")
+    (version "0.1.0")
     (source
      (origin
        ;; XXX: Do not use "git-fetch" method here that would create and
@@ -823,12 +823,13 @@ manipulate repositories of the Git version control 
system.")
        ;; in the same method.
        (method url-fetch)
        (uri
-        (string-append "https://notabug.org/guile-zlib/guile-zlib/archive/";
+        (string-append "https://notabug.org/guile-zlib/guile-zlib/archive/v";
                        version ".tar.gz"))
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
+        ;; content hash: 1ip18nzwnczqyhn9cpzxkm9vzpi5fz5sy96cgjhmp7cwhnkmv6zv
         (base32
-         "1caz6cbl6sg5567nk68z88rshp0m26zmb0a9ry1jkc1ivpk0n47i"))))
+         "1safz7rrbdf1d98x3lgx5v74kivpyf9n1v6pdyy22vd0f2sjdir5"))))
     (build-system gnu-build-system)
     (arguments
      '(#:make-flags



reply via email to

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