guix-commits
[Top][All Lists]
Advanced

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

04/09: gnu: libzim: Update to 6.3.2.


From: guix-commits
Subject: 04/09: gnu: libzim: Update to 6.3.2.
Date: Thu, 24 Jun 2021 18:44:56 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit c838235160dfe196ff79014288a2587b230fcdb3
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu Jun 24 23:38:47 2021 +0200

    gnu: libzim: Update to 6.3.2.
    
    * gnu/packages/web.scm (libzim): Update to 6.3.2.
---
 gnu/packages/web.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 896125a..c7c0422 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -8007,7 +8007,7 @@ solution for any project's interface needs:
 (define-public libzim
   (package
     (name "libzim")
-    (version "6.3.0")
+    (version "6.3.2")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -8015,7 +8015,7 @@ solution for any project's interface needs:
                     (commit version)))
               (sha256
                (base32
-                "0iy0f1clhihq277x218ccx3mszgpr3h9l0by48b9ykr115nffw3s"))
+                "00kc4qc0a69jh1jwk5xhi567b7ffpc3p38ffrf2xaax4hvpjwmn6"))
               (file-name (git-file-name name version))))
     (build-system meson-build-system)
     (arguments



reply via email to

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