guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

13/13: gnu: kfourinline: Update to 20.12.0.


From: guix-commits
Subject: 13/13: gnu: kfourinline: Update to 20.12.0.
Date: Tue, 29 Dec 2020 16:36:28 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit f92f7fea69a03af10cbda9335921489559028863
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Dec 29 23:28:49 2020 +0200

    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.
---
 gnu/packages/games.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 49a0291..54ec564 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]