From 08b19d7c3a385646c9dc028333b441b9ca180585 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Tue, 29 Dec 2020 15:24:08 +0200 Subject: gnu: kigo: Update to 20.12.0. * gnu/packages/games.scm (kigo): Update to 20.12.0. [source]: Download from new upstream URI. --- gnu/packages/games.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gnu/packages/games.scm') 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) -- cgit v1.2.3