gnu: kubrick: Update to 25.04.0.

* gnu/packages/kde-games.scm (kubrick): Update to 25.04.0.

Change-Id: I3a0c8d1a35402e0a6fc28af46a5fe13dfe1a8f3e
This commit is contained in:
Zheng Junjie 2025-05-08 14:40:43 +08:00
parent eb52b67b7b
commit 0f3964be38
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

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