gnu: lskat: Update to 20.12.0.
* gnu/packages/games.scm (lskat): Update to 20.12.0. [source]: Download from new upstream URI.master
parent
f0a9276b75
commit
3cd53b4500
|
@ -10968,14 +10968,14 @@ This package is part of the KDE games module.")
|
|||
(define-public lskat
|
||||
(package
|
||||
(name "lskat")
|
||||
(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/lskat-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "1qk5hd27zb42pbcxq5wyzz62nj5f0qdmgy54r9rnk92pzzzk94s9"))))
|
||||
(base32 "1wg9zxp64kwjxqs4qw0h7j8yhgffbmvh8j9d4dgmz45dscngnjli"))))
|
||||
(build-system qt-build-system)
|
||||
(native-inputs
|
||||
`(("extra-cmake-modules" ,extra-cmake-modules)
|
||||
|
|
Reference in New Issue