me
/
guix
Archived
1
0
Fork 0

gnu: lskat: Update to 20.12.0.

* gnu/packages/games.scm (lskat): Update to 20.12.0.
[source]: Download from new upstream URI.
master
Efraim Flashner 2020-12-29 15:33:56 +02:00
parent f0a9276b75
commit 3cd53b4500
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 3 additions and 3 deletions

View File

@ -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)