guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: guile-zlib: Update to 0.2.1.


From: guix-commits
Subject: 03/03: gnu: guile-zlib: Update to 0.2.1.
Date: Tue, 20 Aug 2024 18:53:58 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 8b4d6b5a6255b22bde69ee1e6642ebcebaf81a94
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Wed Aug 21 00:52:06 2024 +0200

    gnu: guile-zlib: Update to 0.2.1.
    
    * gnu/packages/guile.scm (guile-zlib): Update to 0.2.1.
    [arguments]: Remove.
    
    Change-Id: Id19309dfcaece713ad2a56294d18bf91ddcdc6e9
---
 gnu/packages/guile.scm | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm
index e8705dc7d2..0373c06242 100644
--- a/gnu/packages/guile.scm
+++ b/gnu/packages/guile.scm
@@ -887,7 +887,7 @@ manipulate repositories of the Git version control system.")
 (define-public guile-zlib
   (package
     (name "guile-zlib")
-    (version "0.1.0")
+    (version "0.2.1")
     (source
      (origin
        ;; XXX: Do not use "git-fetch" method here that would create and
@@ -899,13 +899,10 @@ manipulate repositories of the Git version control 
system.")
                        version ".tar.gz"))
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        ;; content hash: 1ip18nzwnczqyhn9cpzxkm9vzpi5fz5sy96cgjhmp7cwhnkmv6zv
+        ;; content hash: 09zfka3js7dp39fnplxbp90x98s5nj0pc93p1l9cmgrbj8nyn2sv
         (base32
-         "1safz7rrbdf1d98x3lgx5v74kivpyf9n1v6pdyy22vd0f2sjdir5"))))
+         "0wqva23zrxcsj9cp3xqmqpxqyd7a4nnja3dc7v7g0i9yfixi7xd5"))))
     (build-system gnu-build-system)
-    (arguments
-     '(#:make-flags
-       '("GUILE_AUTO_COMPILE=0"))) ;to prevent guild warnings
     (native-inputs (list autoconf automake pkg-config guile-3.0))
     (inputs (list guile-3.0 zlib))
     (synopsis "Guile bindings to zlib")



reply via email to

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