mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: killbots: Update to 25.04.0.
* gnu/packages/kde-games.scm (killbots): Update to 25.04.0. [inputs]: Add kiconthemes. Change-Id: I715c19936e7244c96c7a22a5d1a0fb937ecbaa6f
This commit is contained in:
parent
a5e5246998
commit
749c4f5b8a
1 changed files with 3 additions and 2 deletions
|
@ -1355,14 +1355,14 @@ This package is part of the KDE games module.")
|
||||||
(define-public killbots
|
(define-public killbots
|
||||||
(package
|
(package
|
||||||
(name "killbots")
|
(name "killbots")
|
||||||
(version "24.12.3")
|
(version "25.04.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://kde/stable/release-service/" version
|
(uri (string-append "mirror://kde/stable/release-service/" version
|
||||||
"/src/killbots-" version ".tar.xz"))
|
"/src/killbots-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1d86h8l5gl3x240k86iri9wg6k9km9warcnapf3579hiwaw37bfl"))))
|
(base32 "1h1j3n2wy641gp53m2rb8zbsn93ciprivfi718bcvwvr2k41ncga"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(arguments (list #:qtbase qtbase))
|
(arguments (list #:qtbase qtbase))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
@ -1375,6 +1375,7 @@ This package is part of the KDE games module.")
|
||||||
kcrash
|
kcrash
|
||||||
kdbusaddons
|
kdbusaddons
|
||||||
ki18n
|
ki18n
|
||||||
|
kiconthemes
|
||||||
kwidgetsaddons
|
kwidgetsaddons
|
||||||
kxmlgui
|
kxmlgui
|
||||||
libkdegames
|
libkdegames
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue