gnu: kolf: Update to 25.04.0.

* gnu/packages/kde-games.scm (kolf): Update to 25.04.0.
[inputs]: Add kiconthemes.

Change-Id: I7f68e8f9a7d6a2ffb02c5a6b5bc972e7ffd07bc8
This commit is contained in:
Zheng Junjie 2025-05-08 14:40:38 +08:00
parent 7958e1abb1
commit c22acd3e4c
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -133,14 +133,14 @@ This package is part of the KDE games module.")
(define-public kolf (define-public kolf
(package (package
(name "kolf") (name "kolf")
(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/kolf-" version ".tar.xz")) "/src/kolf-" version ".tar.xz"))
(sha256 (sha256
(base32 "0vr5ard0wgi6cpvz5clcpdglkgdzmk47br5v5qzcf07pk3qxmgg4")))) (base32 "0pbq1v84j8jl64p4lv60x1gss28181594vlhcpqyjadxwgy5n37m"))))
(build-system qt-build-system) (build-system qt-build-system)
(arguments (list #:qtbase qtbase)) (arguments (list #:qtbase qtbase))
(native-inputs (native-inputs
@ -152,6 +152,7 @@ This package is part of the KDE games module.")
kcrash kcrash
kdbusaddons kdbusaddons
ki18n ki18n
kiconthemes
kio kio
kwidgetsaddons kwidgetsaddons
kxmlgui kxmlgui