guix_mirror_bot pushed a commit to branch master
in repository guix.
commit a2e722642972a450af1fe0a43f09944c87c20d30
Author: Sughosha <[email protected]>
AuthorDate: Sun Dec 14 19:26:21 2025 +0530
gnu: palapeli: Update to 25.12.0.
* gnu/packages/kde-games.scm (palapeli): Update to 25.12.0.
Change-Id: I93e841d9d38362e3d6a2ce588e2a9420f43d586f
---
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 46536ccf52..99c7ed9440 100644
--- a/gnu/packages/kde-games.scm
+++ b/gnu/packages/kde-games.scm
@@ -1201,14 +1201,14 @@ This package is part of the KDE games module.")
(define-public palapeli
(package
(name "palapeli")
- (version "25.08.3")
+ (version "25.12.0")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version
"/src/palapeli-" version ".tar.xz"))
(sha256
- (base32 "0ic9c10mmvh6zl6f3zb8a0gyxhmwvs6kw7hy2qpv2p12wikyxiwg"))))
+ (base32 "0xanz1fqp8ydhv2qlfqg8vb83zzh28gjvphgjx1cialq03k02pa8"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules kdoctools))