guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 21b9ac33b7e5f5b3781b35bedcf9d56564c80118
Author: Sughosha <[email protected]>
AuthorDate: Sat Sep 20 20:34:43 2025 +0530
gnu: granatier: Update to 25.08.1.
* gnu/packages/kde-games.scm (granatier): Update to 25.08.1.
[inputs]: Add kiconthemes.
Change-Id: I6b9015e6e71372f1b11c76409585d28da77b0d0a
---
gnu/packages/kde-games.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/kde-games.scm b/gnu/packages/kde-games.scm
index ab0a528354..528b741d23 100644
--- a/gnu/packages/kde-games.scm
+++ b/gnu/packages/kde-games.scm
@@ -976,6 +976,7 @@ This package is part of the KDE games module.")
kcrash
kdbusaddons
ki18n
+ kiconthemes
kxmlgui
libkdegames
qtdeclarative))
@@ -1001,14 +1002,14 @@ This package is part of the KDE games module.")
(define-public granatier
(package
(name "granatier")
- (version "25.04.0")
+ (version "25.08.1")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version
"/src/granatier-" version ".tar.xz"))
(sha256
- (base32 "1k8j498gwkf0pg92jy22jmk6gcjxf88snbgvbvxic46xgv07n6vg"))))
+ (base32 "11k70q4xvcdmcwwk17r9xfp46y9jnig6xbyh4wjcr7iykbpl4fy6"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules kdoctools))