gnu: ksnakeduel: Update to 23.04.3.

* gnu/packages/kde-games.scm (ksnakeduel): Update to 23.04.3.
This commit is contained in:
宋文武 2023-07-29 10:53:20 +08:00
parent 77a758a3a6
commit 5019a9512f
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

@ -1331,14 +1331,14 @@ (define-public killbots
(define-public ksnakeduel
(package
(name "ksnakeduel")
(version "22.04.3")
(version "23.04.3")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version
"/src/ksnakeduel-" version ".tar.xz"))
(sha256
(base32 "0hi812hsjnyp1ds3wwv2wr58az6m2zsq97nywsncc0d3b5cxzsza"))))
(base32 "182z9664p0shyx4rbr1cn32mzlfzl80x96nwakvv1ss7sf7dp1x3"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules kdoctools))