guix_mirror_bot pushed a commit to branch master
in repository guix.

commit ee678d4a674f73382aff1553d3bc0a25f786303c
Author: Sughosha <[email protected]>
AuthorDate: Sat Sep 20 20:33:01 2025 +0530

    gnu: kdiamond: Update to 25.08.1.
    
    * gnu/packages/kde-games.scm (kdiamond): Update to 25.08.1.
    
    Change-Id: I7a0a13a20572f1389e6908ac05acec29eb5c5ebe
---
 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 cd7918f24f..c75629e291 100644
--- a/gnu/packages/kde-games.scm
+++ b/gnu/packages/kde-games.scm
@@ -790,14 +790,14 @@ This package is part of the KDE games module.")
 (define-public kdiamond
   (package
     (name "kdiamond")
-    (version "25.04.0")
+    (version "25.08.1")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://kde/stable/release-service/" version
                            "/src/kdiamond-" version ".tar.xz"))
        (sha256
-        (base32 "1a2fgdfckmsz3ycrlbiddfd2vfhlhx8zn47zg5f2ic00jpp8wch4"))))
+        (base32 "1ml5fj9ji7xbf74k5jzywlb9vr7gnznphi3zlabld3l0v1i30x97"))))
     (build-system qt-build-system)
     (arguments
      (list #:qtbase qtbase

Reply via email to