mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 12:17:10 -05:00
gnu: kblackbox: Update to 20.12.0.
* gnu/packages/games.scm (kblackbox): Update to 20.12.0. [source]: Download from new upstream URI.
This commit is contained in:
parent
7341ab7e08
commit
25557055fa
1 changed files with 3 additions and 3 deletions
|
@ -10581,14 +10581,14 @@ (define-public kfourinline
|
||||||
(define-public kblackbox
|
(define-public kblackbox
|
||||||
(package
|
(package
|
||||||
(name "kblackbox")
|
(name "kblackbox")
|
||||||
(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/kblackbox-" version ".tar.xz"))
|
"/src/kblackbox-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1x42sfpf75c6mavwkc7g7dm11y9s5dpj8igphly5kvm0pajqby0n"))))
|
(base32 "0la5w44b0gl72g3wfp0pw8gwnm287lh7nd9k5ikpszw5nn49db0h"))))
|
||||||
(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