guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 769068d70c2a63e8fca2a006d21155dd8ebe66f7
Author: Sughosha <[email protected]>
AuthorDate: Sun Nov 9 10:09:38 2025 +0530

    gnu: kspaceduel: Update to 25.08.3.
    
    * gnu/packages/kde-games.scm (kspaceduel): Update to 25.08.3.
    
    Change-Id: Ib08f3651cfdce4f0e78648a1f8874f5cc7187977
---
 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 361a9204e0..e20bd505f3 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.08.2")
+    (version "25.08.3")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://kde/stable/release-service/" version
                            "/src/kspaceduel-" version ".tar.xz"))
        (sha256
-        (base32 "0j7ivpg8n8pvvfcw9drhr9c9a54v4vb5iz3spxw35si2wns2gwgn"))))
+        (base32 "1znlyd9wrcx7i46vx3cw7xm26z2814vw0h2pljikgzxg8jjdq4mp"))))
     (build-system qt-build-system)
     (native-inputs
      (list extra-cmake-modules kdoctools))

Reply via email to