gnu: ksquares: Update to 23.04.3.

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

View file

@ -1488,14 +1488,14 @@ (define-public kreversi
(define-public ksquares
(package
(name "ksquares")
(version "22.04.3")
(version "23.04.3")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version
"/src/ksquares-" version ".tar.xz"))
(sha256
(base32 "05cz0d83570awnh0faam3y5fxzafzkxaj3wijka1vcbigxk350c5"))))
(base32 "0b3r99hfhm5r4jxkwiji0lww703r7dj60x2m55ginvdy7ixm46rm"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules kdoctools))