gnu: killbots: Update to 20.12.0.

* gnu/packages/games.scm (killbots): Update to 20.12.0.
[source]: Download from new upstream URI.
This commit is contained in:
Efraim Flashner 2020-12-30 10:33:06 +02:00
parent 491a6e4867
commit 6dfd1fbd4d
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -11128,14 +11128,14 @@ (define-public bovo
(define-public killbots
(package
(name "killbots")
(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/killbots-" version ".tar.xz"))
(sha256
(base32 "1qi86q7diw7glkp9v33yim9nhz2da4balbxa1hjrdgjdv8zdbxbm"))))
(base32 "1296gww42nwnai7y6m2qpjqpyc30p7z9chfv5rv0n48jvdhva88y"))))
(build-system qt-build-system)
(native-inputs
`(("extra-cmake-modules" ,extra-cmake-modules)