summary refs log tree commit diff
path: root/gnu/packages/games.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2020-12-30 10:14:44 +0200
committerEfraim Flashner <efraim@flashner.co.il>2020-12-30 10:41:16 +0200
commit57c6361db658307b71e49cfce61bd8b88afcf110 (patch)
treeb828ba00e12c94495495ad274c054a7e59ad6505 /gnu/packages/games.scm
parentd84222586c4c35a32d2ec7ac595dd20125f29949 (diff)
downloadguix-57c6361db658307b71e49cfce61bd8b88afcf110.tar.gz
gnu: konquest: Update to 20.12.0.
* gnu/packages/games.scm (konquest): Update to 20.12.0.
[source]: Download from new upstream URI.
Diffstat (limited to 'gnu/packages/games.scm')
-rw-r--r--gnu/packages/games.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 743a451e0f..b690b2d2ee 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -10237,14 +10237,14 @@ This package is part of the KDE games module.")
 (define-public konquest
   (package
     (name "konquest")
-    (version "19.08.3")
+    (version "20.12.0")
     (source
      (origin
       (method url-fetch)
-      (uri (string-append "mirror://kde/stable/applications/"
+      (uri (string-append "mirror://kde/stable/release-service/"
                           version "/src/konquest-" version ".tar.xz"))
       (sha256
-       (base32 "02gjxskhi10a1sqh3skcild8zria7wncz1a4sbz7ax1p851q76k1"))))
+       (base32 "0lnwj06vv4qx05hr8pzysnvrxh8y04asajrph0rsj37v8hs9g5lh"))))
     (build-system qt-build-system)
     (native-inputs
      `(("extra-cmake-modules" ,extra-cmake-modules)