summaryrefslogtreecommitdiff
path: root/gnu/packages/games.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2020-12-29 23:28:49 +0200
committerEfraim Flashner <efraim@flashner.co.il>2020-12-29 23:35:02 +0200
commitf92f7fea69a03af10cbda9335921489559028863 (patch)
treec8c2e748b868ba79df5f06182a99d9bd5796c4f6 /gnu/packages/games.scm
parent6f85713676812079500aea5e3ecc0c01b98293b2 (diff)
downloadguix-patches-f92f7fea69a03af10cbda9335921489559028863.tar
guix-patches-f92f7fea69a03af10cbda9335921489559028863.tar.gz
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.
Diffstat (limited to 'gnu/packages/games.scm')
-rw-r--r--gnu/packages/games.scm7
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 49a0291c4d..54ec564768 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -10535,14 +10535,14 @@ This package is part of the KDE games module.")
(define-public kfourinline
(package
(name "kfourinline")
- (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/kfourinline-" version ".tar.xz"))
(sha256
- (base32 "1vprs6dc1ccn3g6k594i9s94xy4b91vzlqjysyc6fqcq2fs54ny3"))))
+ (base32 "0plx3lv35fc8q9svbyl71mms3ji6zn58j306bvm1f8kkgg0x395b"))))
(build-system qt-build-system)
(native-inputs
`(("extra-cmake-modules" ,extra-cmake-modules)
@@ -10553,7 +10553,6 @@ This package is part of the KDE games module.")
("kconfigwidgets" ,kconfigwidgets)
("kcoreaddons" ,kcoreaddons)
("kcrash" ,kcrash)
- ("kdelibs4support" ,kdelibs4support)
("kdnssd" ,kdnssd)
("ki18n" ,ki18n)
("kxmlgui" ,kxmlgui)