guix_mirror_bot pushed a commit to branch master
in repository guix.

commit f23831c6f1624d78924fa4579e9f756b73e01d38
Author: Sughosha <[email protected]>
AuthorDate: Sat Sep 20 20:29:54 2025 +0530

    gnu: libkmahjongg: Update to 25.08.1.
    
    * gnu/packages/kde-games.scm (libkmahjongg): Update to 25.08.1.
    
    Change-Id: I31f6183c0616aab679730bc89ca5afc426d1e7a1
---
 gnu/packages/kde-games.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/kde-games.scm b/gnu/packages/kde-games.scm
index 90efafc6da..c3f5861b90 100644
--- a/gnu/packages/kde-games.scm
+++ b/gnu/packages/kde-games.scm
@@ -232,14 +232,14 @@ This package is part of the KDE games module.")
 (define-public libkmahjongg
   (package
     (name "libkmahjongg")
-    (version "25.04.0")
+    (version "25.08.1")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://kde/stable/release-service/"
                            version "/src/libkmahjongg-" version ".tar.xz"))
        (sha256
-        (base32 "0h3mvzqp00g9x21v6bxa04p12hkvb2zl6bg0zbkig53hxaiy775s"))))
+        (base32 "0alwrgx4n5nacmzp1523yw0hyiz4my53534zv125lpm27xqinwwd"))))
     (build-system qt-build-system)
     (arguments
      (list

Reply via email to