guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 02f149e27a749c66fe31b5b75de41d129fc83e4e
Author: Zheng Junjie <[email protected]>
AuthorDate: Thu May 8 14:40:41 2025 +0800
gnu: kgoldrunner: Update to 25.04.0.
* gnu/packages/kde-games.scm (kgoldrunner): Update to 25.04.0.
[inputs]: Add kiconthemes.
Change-Id: I72f7a458d8fa598eecba4d7319e7b14d1c10bbb2
---
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 56114828e7..76da83c68e 100644
--- a/gnu/packages/kde-games.scm
+++ b/gnu/packages/kde-games.scm
@@ -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