gnu: granatier: Update to 24.12.3.

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

Change-Id: If39e3133307d259aa440db8688b62d4c0187e8fc
This commit is contained in:
Zheng Junjie 2025-03-08 13:20:17 +08:00
parent 23cb2986c4
commit bb6e4cc03b
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

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