1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: palapeli: Update to 25.12.2.

* gnu/packages/kde-games.scm (palapeli): Update to 25.12.2.

Change-Id: I060276c71baf95dc9a38cb33646d843ce708cddb
This commit is contained in:
Sughosha
2026-02-08 23:58:57 +05:30
committed by Andreas Enge
parent 06efd1fef7
commit 67fb87ae1a

View File

@@ -1201,14 +1201,14 @@ This package is part of the KDE games module.")
(define-public palapeli
(package
(name "palapeli")
(version "25.12.0")
(version "25.12.2")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version
"/src/palapeli-" version ".tar.xz"))
(sha256
(base32 "0xanz1fqp8ydhv2qlfqg8vb83zzh28gjvphgjx1cialq03k02pa8"))))
(base32 "06352k9xdls5x76x2s6qachfym92lx2sb4hm1fpl5li456lcp7p2"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules kdoctools))