guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 749c4f5b8a81fc5283d937c1f3397d3244d2123c
Author: Zheng Junjie <[email protected]>
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 cc296e36fb..6183c4664d 100644
--- a/gnu/packages/kde-games.scm
+++ b/gnu/packages/kde-games.scm
@@ -1355,14 +1355,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
@@ -1375,6 +1375,7 @@ This package is part of the KDE games module.")
            kcrash
            kdbusaddons
            ki18n
+           kiconthemes
            kwidgetsaddons
            kxmlgui
            libkdegames

Reply via email to