mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 09:02:59 -05:00
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:
parent
908e48f7dd
commit
d4dde6636f
1 changed files with 3 additions and 3 deletions
|
@ -10494,14 +10494,14 @@ (define-public kgoldrunner
|
||||||
(define-public kdiamond
|
(define-public kdiamond
|
||||||
(package
|
(package
|
||||||
(name "kdiamond")
|
(name "kdiamond")
|
||||||
(version "19.08.3")
|
(version "20.12.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(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"))
|
"/src/kdiamond-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1v5yb9hb26lk277zhw8d37ks829yfqr5anzx1qhms44gca5kqhva"))))
|
(base32 "1iyxrx3422asa58kh0siwvi1svds5kccrym6gdfpdhlmhmciqlzi"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("extra-cmake-modules" ,extra-cmake-modules)
|
`(("extra-cmake-modules" ,extra-cmake-modules)
|
||||||
|
|
Loading…
Reference in a new issue