gnu: konquest: Update to 20.12.0.
* gnu/packages/games.scm (konquest): Update to 20.12.0. [source]: Download from new upstream URI.master
parent
d84222586c
commit
57c6361db6
|
@ -10237,14 +10237,14 @@ This package is part of the KDE games module.")
|
||||||
(define-public konquest
|
(define-public konquest
|
||||||
(package
|
(package
|
||||||
(name "konquest")
|
(name "konquest")
|
||||||
(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/"
|
(uri (string-append "mirror://kde/stable/release-service/"
|
||||||
version "/src/konquest-" version ".tar.xz"))
|
version "/src/konquest-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "02gjxskhi10a1sqh3skcild8zria7wncz1a4sbz7ax1p851q76k1"))))
|
(base32 "0lnwj06vv4qx05hr8pzysnvrxh8y04asajrph0rsj37v8hs9g5lh"))))
|
||||||
(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)
|
||||||
|
|
Reference in New Issue