summaryrefslogtreecommitdiff
path: root/gnu/packages/games.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2020-12-29 15:24:08 +0200
committerEfraim Flashner <efraim@flashner.co.il>2020-12-29 23:35:01 +0200
commit08b19d7c3a385646c9dc028333b441b9ca180585 (patch)
tree6127b1963012c75068c08702a4e5b04d81e65522 /gnu/packages/games.scm
parentd4dde6636f5f0e1b1bd660c94dfae7689d49a46d (diff)
downloadguix-patches-08b19d7c3a385646c9dc028333b441b9ca180585.tar
guix-patches-08b19d7c3a385646c9dc028333b441b9ca180585.tar.gz
gnu: kigo: Update to 20.12.0.
* gnu/packages/games.scm (kigo): 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 6f588eb2a8..e8b7cae9eb 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -10879,14 +10879,14 @@ This package is part of the KDE games module.")
(define-public kigo
(package
(name "kigo")
- (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/kigo-" version ".tar.xz"))
(sha256
- (base32 "00l5gcbi8xyj9c1lngkrddka3a4m4cd78prfplrpq32ma9xq681f"))))
+ (base32 "088752yzmfsnppd27p8hld4x5s7sw5fagm08024l5ra1mlicdfz9"))))
(build-system qt-build-system)
(native-inputs
`(("extra-cmake-modules" ,extra-cmake-modules)