mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -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
|
||||
(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)
|
||||
|
|
Loading…
Reference in a new issue