1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-07 05:30:38 +02:00

gnu: granatier: Update to 25.12.0.

* gnu/packages/kde-games.scm (granatier): Update to 25.12.0.

Change-Id: Ifd573fe22fc506c73371e5d611804059efb5bbcb
This commit is contained in:
Sughosha
2025-12-14 19:26:20 +05:30
parent 16adba0be7
commit e13a7fe7d1

View File

@@ -1099,14 +1099,14 @@ This package is part of the KDE games module.")
(define-public granatier
(package
(name "granatier")
(version "25.08.3")
(version "25.12.0")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version
"/src/granatier-" version ".tar.xz"))
(sha256
(base32 "0vv207hkl6c8rhb2p52sdiqpaa2ac81qiv6329d5c3gss7w1m4zl"))))
(base32 "0ihf72v1gpacy9i95q5v1f1sgxsd5ibqawgn2yxpfmrbbgafqjd7"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules kdoctools))