guix_mirror_bot pushed a commit to branch master
in repository guix.
commit e6afe9ca0b34853692d51074afc7d01778086411
Author: Sughosha <[email protected]>
AuthorDate: Sat Sep 20 20:36:04 2025 +0530
gnu: kubrick: Update to 25.08.1.
* gnu/packages/kde-games.scm (kubrick): Update to 25.08.1.
Change-Id: I2cf983bb66f15d1f65e88f06aa3de36aa083ddd9
---
gnu/packages/kde-games.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/kde-games.scm b/gnu/packages/kde-games.scm
index a3234aa352..f19ab32991 100644
--- a/gnu/packages/kde-games.scm
+++ b/gnu/packages/kde-games.scm
@@ -1248,14 +1248,14 @@ This package is part of the KDE games module.")
(define-public kubrick
(package
(name "kubrick")
- (version "25.04.0")
+ (version "25.08.1")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version
"/src/kubrick-" version ".tar.xz"))
(sha256
- (base32 "1adysq3kfi70f60gj3b2g82b3p30y5sla1q87fmljvgfyb0zxyn5"))))
+ (base32 "109kklsv7rnhg4xrdnj51hmw6gmvhyi4cds42l20vkwkkchmbgfv"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules kdoctools))