1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-28 03:51:53 +02:00

gnu: lskat: Update to 25.08.3.

* gnu/packages/kde-games.scm (lskat): Update to 25.08.3.

Change-Id: Iff3ef8d5798f5759e235a95f0926f43dfc212ce3
This commit is contained in:
Sughosha
2025-11-09 10:09:38 +05:30
committed by Andreas Enge
parent 9943df807f
commit 5e297577c8
+2 -2
View File
@@ -1395,14 +1395,14 @@ This package is part of the KDE games module.")
(define-public lskat
(package
(name "lskat")
(version "25.08.2")
(version "25.08.3")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version
"/src/lskat-" version ".tar.xz"))
(sha256
(base32 "10127kr63sviassfjx7yxbsr0ds5zm8i6smvz5iqcnhr28igmb7j"))))
(base32 "1g9952vzf94frg57izljl4ydzh6bzmacx9k55gw6h97gax2qhclm"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules kdoctools))