mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ksnakeduel: Update to 24.12.3.
* gnu/packages/kde-games.scm (ksnakeduel): Update to 24.12.3. Change-Id: I98fed5e3049965a2800cf7c00c30469f0fea7239
This commit is contained in:
parent
d774cd6041
commit
c551481624
1 changed files with 2 additions and 2 deletions
|
@ -1377,14 +1377,14 @@ This package is part of the KDE games module.")
|
||||||
(define-public ksnakeduel
|
(define-public ksnakeduel
|
||||||
(package
|
(package
|
||||||
(name "ksnakeduel")
|
(name "ksnakeduel")
|
||||||
(version "24.12.1")
|
(version "24.12.3")
|
||||||
(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/ksnakeduel-" version ".tar.xz"))
|
"/src/ksnakeduel-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1cg9v3ki6bd8h5gz0aakm0jfyc8w5r4b4sqvg3iqmqd5n4f3j7hm"))))
|
(base32 "0f2ihrdqggzggigz86nnrfhcmkg9n9zj16az1ymndgsdlx0r168w"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(arguments (list #:qtbase qtbase))
|
(arguments (list #:qtbase qtbase))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue