gnu: kdiamond: Update to 20.12.0.

* gnu/packages/games.scm (kdiamond): Update to 20.12.0.
[source]: Download from new source URI.
This commit is contained in:
Efraim Flashner 2020-12-29 15:21:40 +02:00
parent 908e48f7dd
commit d4dde6636f
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -10494,14 +10494,14 @@ (define-public kgoldrunner
(define-public kdiamond
(package
(name "kdiamond")
(version "19.08.3")
(version "20.12.0")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/applications/" version
(uri (string-append "mirror://kde/stable/release-service/" version
"/src/kdiamond-" version ".tar.xz"))
(sha256
(base32 "1v5yb9hb26lk277zhw8d37ks829yfqr5anzx1qhms44gca5kqhva"))))
(base32 "1iyxrx3422asa58kh0siwvi1svds5kccrym6gdfpdhlmhmciqlzi"))))
(build-system qt-build-system)
(native-inputs
`(("extra-cmake-modules" ,extra-cmake-modules)