guix-commits
[Top][All Lists]
Advanced

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

08/26: gnu: konquest: Update to 20.12.0.


From: guix-commits
Subject: 08/26: gnu: konquest: Update to 20.12.0.
Date: Wed, 30 Dec 2020 03:42:21 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 57c6361db658307b71e49cfce61bd8b88afcf110
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Dec 30 10:14:44 2020 +0200

    gnu: konquest: Update to 20.12.0.
    
    * gnu/packages/games.scm (konquest): Update to 20.12.0.
    [source]: Download from new upstream URI.
---
 gnu/packages/games.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 743a451..b690b2d 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)



reply via email to

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