gnu: kshisen: Update to 25.04.0.

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

Change-Id: I0a220113a3b3ad5e0c45a2622c2716070da5615b
This commit is contained in:
Zheng Junjie 2025-05-08 14:40:39 +08:00
parent df0591bc41
commit 301a3dbe9a
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -268,14 +268,14 @@ This package is part of the KDE games module.")
(define-public kshisen (define-public kshisen
(package (package
(name "kshisen") (name "kshisen")
(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/kshisen-" version ".tar.xz")) version "/src/kshisen-" version ".tar.xz"))
(sha256 (sha256
(base32 "042a1nx1bvhk13jb6ijb2g9cs0mi9p79pgi439mkf6yfzq8hrcxa")))) (base32 "12rw0wqzr8z2khy6yim6khlfgyxrhx5mx5f41xq8hmsd4125z0sz"))))
(build-system qt-build-system) (build-system qt-build-system)
(native-inputs (native-inputs
(list extra-cmake-modules (list extra-cmake-modules
@ -288,6 +288,7 @@ This package is part of the KDE games module.")
kcrash kcrash
kdbusaddons kdbusaddons
ki18n ki18n
kiconthemes
kxmlgui kxmlgui
libkdegames libkdegames
libkmahjongg libkmahjongg