guix_mirror_bot pushed a commit to branch master
in repository guix.

commit ff36806817bc8629d3a1b81520087ffd8d85028d
Author: Patrick Norton <[email protected]>
AuthorDate: Thu May 7 15:25:18 2026 -0400

    gnu: kiwix-desktop: Update to 2.5.1.
    
    * gnu/packages/web.scm (kiwix-desktop): Update to 2.5.1.
    
    Relates-to: guix/guix!8422
    Reviewed-by: Nicolas Graves <[email protected]>
    Reviewed-by: Nguyễn Gia Phong <[email protected]>
    Reviewed-by: Sughosha <[email protected]>
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 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 56d179b542..081a579ac6 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -10118,7 +10118,7 @@ It contains the code shared by all Kiwix ports.")
 (define-public kiwix-desktop
   (package
     (name "kiwix-desktop")
-    (version "2.4.1")
+    (version "2.5.1")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -10127,7 +10127,7 @@ It contains the code shared by all Kiwix ports.")
                     ".tar.gz"))
               (sha256
                (base32
-                "1vkmk9j2jii7ri4lcayr0dr5b2w3dc24lyqmm3g4234834b1f4wl"))))
+                "14dgv92fpb9nzvqa59446818gzhf19sn32f5vgvxrb9llbn6z4rh"))))
     (build-system qt-build-system)
     (arguments
      (list

Reply via email to