guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 7f8d7763991b5563dd9d38bad6b94cab0c1174a5
Author: Sughosha <[email protected]>
AuthorDate: Sat Sep 20 20:36:17 2025 +0530
gnu: lskat: Update to 25.08.1.
* gnu/packages/kde-games.scm (lskat): Update to 25.08.1.
Change-Id: Iedd5dad9b3b4c28939eed2c34e4e7eb48ab51b8a
---
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 f19ab32991..26a65bbfa6 100644
--- a/gnu/packages/kde-games.scm
+++ b/gnu/packages/kde-games.scm
@@ -1293,14 +1293,14 @@ This package is part of the KDE games module.")
(define-public lskat
(package
(name "lskat")
- (version "25.04.0")
+ (version "25.08.1")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version
"/src/lskat-" version ".tar.xz"))
(sha256
- (base32 "05j5xfva0xc67x6ig3349amryza2fgrgvpg95svai4p8g5khppaa"))))
+ (base32 "1n2c74ykqd7lq3pm6fyyx79ind63p43a4lljwq0w9pwcvh7gy7f1"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules kdoctools))