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

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

    gnu: kmahjongg: Update to 25.12.2.
    
    * gnu/packages/kde-games.scm (kmahjongg): Update to 25.12.2.
    
    Change-Id: If37f75b72c61feac3ca8f37ac6b914083cbb41d7
---
 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 662ea52c8c..b497cea5f0 100644
--- a/gnu/packages/kde-games.scm
+++ b/gnu/packages/kde-games.scm
@@ -324,14 +324,14 @@ other Mah Jongg like games.")
 (define-public kmahjongg
   (package
     (name "kmahjongg")
-    (version "25.12.0")
+    (version "25.12.2")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://kde/stable/release-service/"
                            version "/src/kmahjongg-" version ".tar.xz"))
        (sha256
-        (base32 "1fpfakx0gl76crba64dlnw3bk12304dzlm8mriv31nj08v84mwla"))))
+        (base32 "1w8l7lm87ngpfn6978cx1bwmxngfxifivazci1322z7y3s5x97yd"))))
     (build-system qt-build-system)
     (native-inputs
      (list extra-cmake-modules kdoctools))

Reply via email to