mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: kbounce: Update to 25.04.0.
* gnu/packages/kde-games.scm (kbounce): Update to 25.04.0. [inputs]: Add kiconthemes. Change-Id: I4d127504543a7209ead24e30992e3c3e97eaddf9
This commit is contained in:
parent
76ad6af891
commit
a93ade8183
1 changed files with 3 additions and 2 deletions
|
@ -494,14 +494,14 @@ This package is part of the KDE games module.")
|
||||||
(define-public kbounce
|
(define-public kbounce
|
||||||
(package
|
(package
|
||||||
(name "kbounce")
|
(name "kbounce")
|
||||||
(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/"
|
(uri (string-append "mirror://kde/stable/release-service/"
|
||||||
version "/src/kbounce-" version ".tar.xz"))
|
version "/src/kbounce-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0lnyqnbxi6gifmxifnbm3a3ss6a45872vb3vphd7g4g8dp2fxckx"))))
|
(base32 "1kdrwn4i24kn9r3ardz92m2c2lfh2fla6x62g8wd8j30sd4q2i8j"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(arguments (list #:qtbase qtbase))
|
(arguments (list #:qtbase qtbase))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
@ -513,6 +513,7 @@ This package is part of the KDE games module.")
|
||||||
kcrash
|
kcrash
|
||||||
kdbusaddons
|
kdbusaddons
|
||||||
ki18n
|
ki18n
|
||||||
|
kiconthemes
|
||||||
kio
|
kio
|
||||||
kwidgetsaddons
|
kwidgetsaddons
|
||||||
kxmlgui
|
kxmlgui
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue