gnu: palapeli: Update to 20.12.0.

* gnu/packages/games.scm (palapeli): Update to 20.12.0.
[source]: Download from new upstream URI.
This commit is contained in:
Efraim Flashner 2020-12-29 15:35:46 +02:00
parent 3cd53b4500
commit 35c87a82ae
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -10792,14 +10792,14 @@ (define-public ksirk
(define-public palapeli
(package
(name "palapeli")
(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/palapeli-" version ".tar.xz"))
(sha256
(base32 "1g91ydbc0x2y2gn3lcb5w03mn7k78l5bq4cb1s59kx6yjbflv3pw"))))
(base32 "0xxz9g4zxljlg20g88a5lkbwzzm9yg4vxnrfigk8m018cz0nqd5b"))))
(build-system qt-build-system)
(native-inputs
`(("extra-cmake-modules" ,extra-cmake-modules)