From 01497efa84bd12109c37c03ef1d73adc080dddf3 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Wed, 30 Dec 2020 10:00:49 +0200 Subject: gnu: kajongg: Update to 20.12.0. * gnu/packages/games.scm (kajongg): 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') diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 4ef572ce55..5ae5c76b61 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -10110,14 +10110,14 @@ This package is part of the KDE games module.") (define-public kajongg (package (name "kajongg") - (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/kajongg-" version ".tar.xz")) (sha256 - (base32 "0ql6p5zifdpdf65r7ki9ml123azpwwk9x3x8r9ij6xhjnf7p7x6w")))) + (base32 "03fdbnx7zx7vgcxvwd1h1098ks9gq162bwz35fhpyzpynr667m5r")))) (build-system qt-build-system) (arguments `(#:phases -- cgit v1.2.3