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