gnu: kiriki: Update to 24.12.3.

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

Change-Id: I521d7f58de2c81993c60883c8c81b5e775ed351b
This commit is contained in:
Zheng Junjie 2025-03-08 13:20:18 +08:00
parent 7406ddf8da
commit 33b282dd42
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

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