mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: lskat: Update to 25.08.1.
* gnu/packages/kde-games.scm (lskat): Update to 25.08.1. Change-Id: Iedd5dad9b3b4c28939eed2c34e4e7eb48ab51b8a
This commit is contained in:
parent
e6afe9ca0b
commit
7f8d776399
1 changed files with 2 additions and 2 deletions
|
@ -1293,14 +1293,14 @@ This package is part of the KDE games module.")
|
||||||
(define-public lskat
|
(define-public lskat
|
||||||
(package
|
(package
|
||||||
(name "lskat")
|
(name "lskat")
|
||||||
(version "25.04.0")
|
(version "25.08.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://kde/stable/release-service/" version
|
(uri (string-append "mirror://kde/stable/release-service/" version
|
||||||
"/src/lskat-" version ".tar.xz"))
|
"/src/lskat-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "05j5xfva0xc67x6ig3349amryza2fgrgvpg95svai4p8g5khppaa"))))
|
(base32 "1n2c74ykqd7lq3pm6fyyx79ind63p43a4lljwq0w9pwcvh7gy7f1"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules kdoctools))
|
(list extra-cmake-modules kdoctools))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue