gnu: palapeli: Update to 25.04.0.

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

Change-Id: I33e977940a9ddfe6d9a58a05d5d68d1bb79f7bca
This commit is contained in:
Zheng Junjie 2025-05-08 14:40:42 +08:00
parent 3a0183e9b2
commit 994a929a65
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -1020,14 +1020,14 @@ This package is part of the KDE games module.")
(define-public palapeli (define-public palapeli
(package (package
(name "palapeli") (name "palapeli")
(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/palapeli-" version ".tar.xz")) "/src/palapeli-" version ".tar.xz"))
(sha256 (sha256
(base32 "0878cdqasj45m7k7xafak4b0y5q5pw4yryyxnnsiv8r6qsaki48h")))) (base32 "1b26qx1xdsby0vm93c0p89ka5hyrbn0z6mknja3s5vds0apwjrz9"))))
(build-system qt-build-system) (build-system qt-build-system)
(native-inputs (native-inputs
(list extra-cmake-modules kdoctools)) (list extra-cmake-modules kdoctools))
@ -1040,6 +1040,7 @@ This package is part of the KDE games module.")
kcrash kcrash
kdbusaddons kdbusaddons
ki18n ki18n
kiconthemes
kio kio
kitemviews kitemviews
knotifications knotifications