z572 pushed a commit to branch master
in repository guix.

commit 96024999e707c4da5a9c6777cfc7aa52c32b9a16
Author: Zheng Junjie <[email protected]>
AuthorDate: Sat Mar 8 13:20:14 2025 +0800

    gnu: kmahjongg: Update to 24.12.3.
    
    * gnu/packages/kde-games.scm (kmahjongg): Update to 24.12.3.
    
    Change-Id: Ibe66e82831166a6fd47bb18d5e38315f01af0e24
---
 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 e55f0fd58e..384107afb0 100644
--- a/gnu/packages/kde-games.scm
+++ b/gnu/packages/kde-games.scm
@@ -227,14 +227,14 @@ other Mah Jongg like games.")
 (define-public kmahjongg
   (package
     (name "kmahjongg")
-    (version "24.12.1")
+    (version "24.12.3")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://kde/stable/release-service/"
                            version "/src/kmahjongg-" version ".tar.xz"))
        (sha256
-        (base32 "04af747rfw98carz2z5f5gmczvzmhlj3f1gn32hkqyn87mq6kvyw"))))
+        (base32 "0fsr45g7bacmclgpaa4sx32ip6bmrvnlng8mx5lkimpdzc6p1rm2"))))
     (build-system qt-build-system)
     (native-inputs
      (list extra-cmake-modules kdoctools))

Reply via email to