guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 514a050423151bd6b106b4423749ba1883088c10
Author: Zheng Junjie <[email protected]>
AuthorDate: Thu May 8 14:40:41 2025 +0800

    gnu: kdiamond: Update to 25.04.0.
    
    * gnu/packages/kde-games.scm (kdiamond): Update to 25.04.0.
    [inputs]: Add kiconthemes.
    
    Change-Id: I912b533705d6f29d1633bff94ef3795144bacb70
---
 gnu/packages/kde-games.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/kde-games.scm b/gnu/packages/kde-games.scm
index 76da83c68e..8f6b582be0 100644
--- a/gnu/packages/kde-games.scm
+++ b/gnu/packages/kde-games.scm
@@ -721,14 +721,14 @@ This package is part of the KDE games module.")
 (define-public kdiamond
   (package
     (name "kdiamond")
-    (version "24.12.3")
+    (version "25.04.0")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://kde/stable/release-service/" version
                            "/src/kdiamond-" version ".tar.xz"))
        (sha256
-        (base32 "1ljyjpar1g937xk70cb0ignpyljy3zxk1037zy3w68nil48823mi"))))
+        (base32 "1a2fgdfckmsz3ycrlbiddfd2vfhlhx8zn47zg5f2ic00jpp8wch4"))))
     (build-system qt-build-system)
     (arguments (list #:qtbase qtbase))
     (native-inputs
@@ -741,6 +741,7 @@ This package is part of the KDE games module.")
            kcrash
            kdbusaddons
            ki18n
+           kiconthemes
            knotifications
            knotifyconfig
            kwidgetsaddons

Reply via email to