z572 pushed a commit to branch qt-team
in repository guix.

commit 472cfd58b0a95904466476a1e725aee82d755758
Author: Zheng Junjie <z572@z572.online>
AuthorDate: Thu May 8 14:40:44 2025 +0800

    gnu: killbots: Update to 25.04.0.
    
    * gnu/packages/kde-games.scm (killbots): Update to 25.04.0.
    [inputs]: Add kiconthemes.
    
    Change-Id: I715c19936e7244c96c7a22a5d1a0fb937ecbaa6f
---
 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 d4b67f8772..20e72fad56 100644
--- a/gnu/packages/kde-games.scm
+++ b/gnu/packages/kde-games.scm
@@ -1356,14 +1356,14 @@ This package is part of the KDE games module.")
 (define-public killbots
   (package
     (name "killbots")
-    (version "24.12.3")
+    (version "25.04.0")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://kde/stable/release-service/" version
                            "/src/killbots-" version ".tar.xz"))
        (sha256
-        (base32 "1d86h8l5gl3x240k86iri9wg6k9km9warcnapf3579hiwaw37bfl"))))
+        (base32 "1h1j3n2wy641gp53m2rb8zbsn93ciprivfi718bcvwvr2k41ncga"))))
     (build-system qt-build-system)
     (arguments (list #:qtbase qtbase))
     (native-inputs
@@ -1376,6 +1376,7 @@ This package is part of the KDE games module.")
            kcrash
            kdbusaddons
            ki18n
+           kiconthemes
            kwidgetsaddons
            kxmlgui
            libkdegames

Reply via email to