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

commit 063713d71924e90731f351186ab3ff0464bd19e5
Author: Sughosha <[email protected]>
AuthorDate: Fri Oct 10 13:54:39 2025 +0530

    gnu: kmahjongg: Update to 25.08.2.
    
    * gnu/packages/kde-games.scm (kmahjongg): Update to 25.08.2.
    
    Change-Id: I8149a3cc2b5dcf6571097f5f14320d0210b6b8e2
---
 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 fde3ea1d07..01fc8f3810 100644
--- a/gnu/packages/kde-games.scm
+++ b/gnu/packages/kde-games.scm
@@ -286,14 +286,14 @@ other Mah Jongg like games.")
 (define-public kmahjongg
   (package
     (name "kmahjongg")
-    (version "25.08.1")
+    (version "25.08.2")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://kde/stable/release-service/"
                            version "/src/kmahjongg-" version ".tar.xz"))
        (sha256
-        (base32 "1yp5ifhg1kzpakss7mnwg8qxn17c9v5pssmnqa7n82kbr8drk6pm"))))
+        (base32 "01nzw629x3jh6b9ma4h5g0wm0m74ca2j9s9qlqwhg6m9s947ji7c"))))
     (build-system qt-build-system)
     (native-inputs
      (list extra-cmake-modules kdoctools))

Reply via email to