gnu: granatier: Update to 20.12.0.

* gnu/packages/games.scm (granatier): Update to 20.12.0.
[source]: Download from new upstream URI.
This commit is contained in:
Efraim Flashner 2020-12-30 10:24:03 +02:00
parent de8f4bcc45
commit 2c876ee0f1
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -10706,14 +10706,14 @@ (define-public bomber
(define-public granatier
(package
(name "granatier")
(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/granatier-" version ".tar.xz"))
(sha256
(base32 "141qmdinz7ikbbrs8dq6cap3nl22sl7pw62r80pf3xxwn2q4phpa"))))
(base32 "1fyh7zyacb3pnlfd29jw2jmyl8a7sjw354pi234nd5x5999xw5z6"))))
(build-system qt-build-system)
(native-inputs
`(("extra-cmake-modules" ,extra-cmake-modules)