guix_mirror_bot pushed a commit to branch kde-team
in repository guix.

commit 2a7c7ae30d85887908c56fdcf1afedbce7d71827
Author: Sughosha <[email protected]>
AuthorDate: Sun Feb 8 23:58:53 2026 +0530

    gnu: kajongg: Update to 25.12.2.
    
    * gnu/packages/kde-games.scm (kajongg): Update to 25.12.2.
    
    Change-Id: I127c46c2bac114d125edae94659e10fd6cc2bed6
---
 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 d50a7add44..ad2ecb6078 100644
--- a/gnu/packages/kde-games.scm
+++ b/gnu/packages/kde-games.scm
@@ -405,14 +405,14 @@ This package is part of the KDE games module.")
 (define-public kajongg
   (package
     (name "kajongg")
-    (version "25.12.0")
+    (version "25.12.2")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://kde/stable/release-service/"
                            version "/src/kajongg-" version ".tar.xz"))
        (sha256
-        (base32 "06wqnvj0nn4hp48p2fqgfjk66fd5jx5cxkgggcnw13b26fvs8mxj"))))
+        (base32 "0ccyg22w50bv9qa7fzk33wwbvjzs1605653i6byh2sv2bi2ngyh5"))))
     (build-system qt-build-system)
     (arguments
      (list

Reply via email to