gnu: granatier: Update to 25.08.1.

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

Change-Id: I6b9015e6e71372f1b11c76409585d28da77b0d0a
This commit is contained in:
Sughosha 2025-09-20 20:34:43 +05:30 committed by Zheng Junjie
parent 1ce1dfb223
commit 21b9ac33b7
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -976,6 +976,7 @@ This package is part of the KDE games module.")
kcrash kcrash
kdbusaddons kdbusaddons
ki18n ki18n
kiconthemes
kxmlgui kxmlgui
libkdegames libkdegames
qtdeclarative)) qtdeclarative))
@ -1001,14 +1002,14 @@ This package is part of the KDE games module.")
(define-public granatier (define-public granatier
(package (package
(name "granatier") (name "granatier")
(version "25.04.0") (version "25.08.1")
(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/granatier-" version ".tar.xz")) "/src/granatier-" version ".tar.xz"))
(sha256 (sha256
(base32 "1k8j498gwkf0pg92jy22jmk6gcjxf88snbgvbvxic46xgv07n6vg")))) (base32 "11k70q4xvcdmcwwk17r9xfp46y9jnig6xbyh4wjcr7iykbpl4fy6"))))
(build-system qt-build-system) (build-system qt-build-system)
(native-inputs (native-inputs
(list extra-cmake-modules kdoctools)) (list extra-cmake-modules kdoctools))