gnu: bovo: Update to 20.12.0.

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

View file

@ -11091,14 +11091,14 @@ (define-public kspaceduel
(define-public bovo
(package
(name "bovo")
(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/bovo-" version ".tar.xz"))
(sha256
(base32 "0dbpng0w52nahmx7brsll66zw23ql1g6pcvn2k4g2lnvxch0i59g"))))
(base32 "18qbac366m0xma3ary11q9zxz0wgnysppcl7kpypl6ic3nf61wqz"))))
(build-system qt-build-system)
(native-inputs
`(("extra-cmake-modules" ,extra-cmake-modules)