mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-16 16:08:04 -05:00
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:
parent
3cd53b4500
commit
35c87a82ae
1 changed files with 3 additions and 3 deletions
|
@ -10792,14 +10792,14 @@ (define-public ksirk
|
||||||
(define-public palapeli
|
(define-public palapeli
|
||||||
(package
|
(package
|
||||||
(name "palapeli")
|
(name "palapeli")
|
||||||
(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/" version
|
(uri (string-append "mirror://kde/stable/release-service/" version
|
||||||
"/src/palapeli-" version ".tar.xz"))
|
"/src/palapeli-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1g91ydbc0x2y2gn3lcb5w03mn7k78l5bq4cb1s59kx6yjbflv3pw"))))
|
(base32 "0xxz9g4zxljlg20g88a5lkbwzzm9yg4vxnrfigk8m018cz0nqd5b"))))
|
||||||
(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)
|
||||||
|
|
Loading…
Reference in a new issue