mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ksnakeduel: Update to 25.04.0.
* gnu/packages/kde-games.scm (ksnakeduel): Update to 25.04.0. [inputs]: Add kiconthemes. Change-Id: I8034d31036ec303f889b55ed774d8d73e53ecc02
This commit is contained in:
parent
749c4f5b8a
commit
04f8179005
1 changed files with 3 additions and 2 deletions
|
@ -1397,14 +1397,14 @@ This package is part of the KDE games module.")
|
|||
(define-public ksnakeduel
|
||||
(package
|
||||
(name "ksnakeduel")
|
||||
(version "24.12.3")
|
||||
(version "25.04.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/release-service/" version
|
||||
"/src/ksnakeduel-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "0f2ihrdqggzggigz86nnrfhcmkg9n9zj16az1ymndgsdlx0r168w"))))
|
||||
(base32 "0v7rh6zlf742gz6y8w440ap9zirv2yvmdybhz3qiwbxag5qvr5r0"))))
|
||||
(build-system qt-build-system)
|
||||
(arguments (list #:qtbase qtbase))
|
||||
(native-inputs
|
||||
|
@ -1418,6 +1418,7 @@ This package is part of the KDE games module.")
|
|||
kdbusaddons
|
||||
kguiaddons
|
||||
ki18n
|
||||
kiconthemes
|
||||
kxmlgui
|
||||
libkdegames
|
||||
qtdeclarative
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue