mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: kshisen: Update to 25.04.0.
* gnu/packages/kde-games.scm (kshisen): Update to 25.04.0. [inputs]: Add kiconthemes. Change-Id: I0a220113a3b3ad5e0c45a2622c2716070da5615b
This commit is contained in:
parent
df0591bc41
commit
301a3dbe9a
1 changed files with 3 additions and 2 deletions
|
@ -268,14 +268,14 @@ This package is part of the KDE games module.")
|
||||||
(define-public kshisen
|
(define-public kshisen
|
||||||
(package
|
(package
|
||||||
(name "kshisen")
|
(name "kshisen")
|
||||||
(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/"
|
(uri (string-append "mirror://kde/stable/release-service/"
|
||||||
version "/src/kshisen-" version ".tar.xz"))
|
version "/src/kshisen-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "042a1nx1bvhk13jb6ijb2g9cs0mi9p79pgi439mkf6yfzq8hrcxa"))))
|
(base32 "12rw0wqzr8z2khy6yim6khlfgyxrhx5mx5f41xq8hmsd4125z0sz"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules
|
(list extra-cmake-modules
|
||||||
|
@ -288,6 +288,7 @@ This package is part of the KDE games module.")
|
||||||
kcrash
|
kcrash
|
||||||
kdbusaddons
|
kdbusaddons
|
||||||
ki18n
|
ki18n
|
||||||
|
kiconthemes
|
||||||
kxmlgui
|
kxmlgui
|
||||||
libkdegames
|
libkdegames
|
||||||
libkmahjongg
|
libkmahjongg
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue