cbaines pushed a commit to branch master
in repository guix.

commit 46dc5977bc7a4ea2ea224f8c1d81f73918e7845b
Author: Denis 'GNUtoo' Carikli <[email protected]>
AuthorDate: Sat Sep 16 11:06:04 2023 +0200

    gnu: libzim: Update to 8.2.1.
    
    * gnu/packages/web.scm  (libzim): Update to 8.2.1.
    
    Signed-off-by: Denis 'GNUtoo' Carikli <[email protected]>
    Signed-off-by: Christopher Baines <[email protected]>
---
 gnu/packages/web.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 4b43e1549f..60d29540e8 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -53,7 +53,7 @@
 ;;; Copyright © 2021 Sarah Morgensen <[email protected]>
 ;;; Copyright © 2021 Jack Hill <[email protected]>
 ;;; Copyright © 2021 Guillaume Le Vaillant <[email protected]>
-;;; Copyright © 2021 Denis 'GNUtoo' Carikli <[email protected]>
+;;; Copyright © 2021, 2023 Denis 'GNUtoo' Carikli <[email protected]>
 ;;; Copyright © 2021 Vinicius Monego <[email protected]>
 ;;; Copyright © 2022 cage <[email protected]>
 ;;; Copyright © 2022 Pradana Aumars <[email protected]>
@@ -8707,7 +8707,7 @@ of Geminispace, but it defaults to a specific domain.")
 (define-public libzim
   (package
     (name "libzim")
-    (version "8.0.0")
+    (version "8.2.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -8715,7 +8715,7 @@ of Geminispace, but it defaults to a specific domain.")
                     (commit version)))
               (sha256
                (base32
-                "1a7wj8kmpx5aqx0wsfcnaqlfsf1gr66iqxyn24cgjnk4d1rjsahm"))
+                "1g735aqw0vlxqgyjv02lvq24dr5shydp4y8mqianf8720s5fs73f"))
               (file-name (git-file-name name version))))
     (build-system meson-build-system)
     (arguments

Reply via email to