mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: ksnakeduel: Update to 24.12.1.
* gnu/packages/kde-games.scm (ksnakeduel): Update to 24.12.1. Change-Id: Icfbe37daaa6be8b33ef7e7c81ddd37cbc141a2e0
This commit is contained in:
parent
6834e684d9
commit
a5567213c0
1 changed files with 2 additions and 2 deletions
|
@ -1367,14 +1367,14 @@ (define-public killbots
|
|||
(define-public ksnakeduel
|
||||
(package
|
||||
(name "ksnakeduel")
|
||||
(version "24.05.2")
|
||||
(version "24.12.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/release-service/" version
|
||||
"/src/ksnakeduel-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "11v8zrbwb8dhdmaa76rhv5qa084raxldl8sjp9299hd8wk34297b"))))
|
||||
(base32 "1cg9v3ki6bd8h5gz0aakm0jfyc8w5r4b4sqvg3iqmqd5n4f3j7hm"))))
|
||||
(build-system qt-build-system)
|
||||
(arguments (list #:qtbase qtbase))
|
||||
(native-inputs
|
||||
|
|
Loading…
Reference in a new issue