guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit ba05043e6d42f127e7353d9710f909f15a8df412
Author: Sughosha <[email protected]>
AuthorDate: Fri Oct 10 13:54:44 2025 +0530
gnu: ksirk: Update to 25.08.2.
* gnu/packages/kde-games.scm (ksirk): Update to 25.08.2.
Change-Id: Iac9e6aafa9c6baf5a8a230792b323d48d59f9c80
---
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 0ab57d7e69..880a7d2da9 100644
--- a/gnu/packages/kde-games.scm
+++ b/gnu/packages/kde-games.scm
@@ -1064,14 +1064,14 @@ This package is part of the KDE games module.")
(define-public ksirk
(package
(name "ksirk")
- (version "25.08.1")
+ (version "25.08.2")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version
"/src/ksirk-" version ".tar.xz"))
(sha256
- (base32 "0b4ay3s0dm15azxdycvp3frnbxc27z9c5li58vpp5wmalqv9hch5"))))
+ (base32 "17w1spgasbg8lqbkvhnhsadrz6a81wdjgwh0svywdmglw09nh4k7"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules kdoctools))