me
/
guix
Archived
1
0
Fork 0

gnu: kfourinline: Update to 20.12.0.

* gnu/packages/games.scm (kfourinline): Update to 20.12.0.
[source]: Download from new upstream URI.
[inputs]: Remove kdelibs4support.
master
Efraim Flashner 2020-12-29 23:28:49 +02:00
parent 6f85713676
commit f92f7fea69
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 3 additions and 4 deletions

View File

@ -10535,14 +10535,14 @@ This package is part of the KDE games module.")
(define-public kfourinline (define-public kfourinline
(package (package
(name "kfourinline") (name "kfourinline")
(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/kfourinline-" version ".tar.xz")) "/src/kfourinline-" version ".tar.xz"))
(sha256 (sha256
(base32 "1vprs6dc1ccn3g6k594i9s94xy4b91vzlqjysyc6fqcq2fs54ny3")))) (base32 "0plx3lv35fc8q9svbyl71mms3ji6zn58j306bvm1f8kkgg0x395b"))))
(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)
@ -10553,7 +10553,6 @@ This package is part of the KDE games module.")
("kconfigwidgets" ,kconfigwidgets) ("kconfigwidgets" ,kconfigwidgets)
("kcoreaddons" ,kcoreaddons) ("kcoreaddons" ,kcoreaddons)
("kcrash" ,kcrash) ("kcrash" ,kcrash)
("kdelibs4support" ,kdelibs4support)
("kdnssd" ,kdnssd) ("kdnssd" ,kdnssd)
("ki18n" ,ki18n) ("ki18n" ,ki18n)
("kxmlgui" ,kxmlgui) ("kxmlgui" ,kxmlgui)