mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: lskat: Update to 25.04.0.
* gnu/packages/kde-games.scm (lskat): Update to 25.04.0. [inputs]: Add kiconthemes. Change-Id: Ida586bffaf1465d5835c1b025e5efcf1320df276
This commit is contained in:
parent
0f3964be38
commit
23ff1852b6
1 changed files with 3 additions and 2 deletions
|
@ -1203,14 +1203,14 @@ This package is part of the KDE games module.")
|
||||||
(define-public lskat
|
(define-public lskat
|
||||||
(package
|
(package
|
||||||
(name "lskat")
|
(name "lskat")
|
||||||
(version "24.12.3")
|
(version "25.04.0")
|
||||||
(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 "112nvccxrpv1wmkbzlwa000mwm6s0pz3g1b8d2lc8086cfb6d67p"))))
|
(base32 "05j5xfva0xc67x6ig3349amryza2fgrgvpg95svai4p8g5khppaa"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules kdoctools))
|
(list extra-cmake-modules kdoctools))
|
||||||
|
@ -1222,6 +1222,7 @@ This package is part of the KDE games module.")
|
||||||
kdbusaddons
|
kdbusaddons
|
||||||
kguiaddons
|
kguiaddons
|
||||||
ki18n
|
ki18n
|
||||||
|
kiconthemes
|
||||||
kwidgetsaddons
|
kwidgetsaddons
|
||||||
kxmlgui
|
kxmlgui
|
||||||
libkdegames
|
libkdegames
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue