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

commit 8c9f8705ef1886ebaa6efed843523df04bf1d595
Author: Sughosha <[email protected]>
AuthorDate: Fri Oct 10 13:54:45 2025 +0530

    gnu: kspaceduel: Update to 25.08.2.
    
    * gnu/packages/kde-games.scm (kspaceduel): Update to 25.08.2.
    
    Change-Id: I28c452063be70c4947a347e7b2dcfd00d2c2df8c
---
 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 b7978f72da..02455d2a52 100644
--- a/gnu/packages/kde-games.scm
+++ b/gnu/packages/kde-games.scm
@@ -1405,14 +1405,14 @@ This package is part of the KDE games module.")
 (define-public kspaceduel
   (package
     (name "kspaceduel")
-    (version "25.08.1")
+    (version "25.08.2")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://kde/stable/release-service/" version
                            "/src/kspaceduel-" version ".tar.xz"))
        (sha256
-        (base32 "1hg5rbi540alqrsswm0zpn54k4yp42p71pa3m2vznhfqkcacrq61"))))
+        (base32 "0j7ivpg8n8pvvfcw9drhr9c9a54v4vb5iz3spxw35si2wns2gwgn"))))
     (build-system qt-build-system)
     (native-inputs
      (list extra-cmake-modules kdoctools))

Reply via email to