diff options
author | Zheng Junjie <z572@z572.online> | 2025-05-08 14:40:44 +0800 |
---|---|---|
committer | Zheng Junjie <z572@z572.online> | 2025-07-20 00:13:34 +0800 |
commit | 749c4f5b8a81fc5283d937c1f3397d3244d2123c (patch) | |
tree | bac9918626caca3612e847cb0247ee648faa2e81 | |
parent | a5e5246998ddeada5d3aa6b6d2891eb23e5d7333 (diff) |
gnu: killbots: Update to 25.04.0.
* gnu/packages/kde-games.scm (killbots): Update to 25.04.0.
[inputs]: Add kiconthemes.
Change-Id: I715c19936e7244c96c7a22a5d1a0fb937ecbaa6f
-rw-r--r-- | gnu/packages/kde-games.scm | 5 |
1 files 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 |