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

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

    gnu: kspaceduel: Update to 25.12.2.
    
    * gnu/packages/kde-games.scm (kspaceduel): Update to 25.12.2.
    
    Change-Id: I41f3ccd6a30948453deaf02c54a39d7970054f10
---
 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 9c8f6eb588..63dc6db9bf 100644
--- a/gnu/packages/kde-games.scm
+++ b/gnu/packages/kde-games.scm
@@ -1481,14 +1481,14 @@ This package is part of the KDE games module.")
 (define-public kspaceduel
   (package
     (name "kspaceduel")
-    (version "25.12.0")
+    (version "25.12.2")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://kde/stable/release-service/" version
                            "/src/kspaceduel-" version ".tar.xz"))
        (sha256
-        (base32 "0cxh4q8nr3s1lna3ffxvg05bkydp34ndxhq3qk4jwz8qwsjcvg88"))))
+        (base32 "02r39b2fh111y5dsm2w29mq7hpin08iwxm6k901acv07wswyyixp"))))
     (build-system qt-build-system)
     (native-inputs
      (list extra-cmake-modules kdoctools))

Reply via email to