From 908e48f7ddb6ffe5cf4914b5ee451bad0b936c0f Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Tue, 29 Dec 2020 15:18:54 +0200 Subject: [PATCH] gnu: kblocks: Update to 20.12.0. * gnu/packages/games.scm (kblocks): Update to 20.12.0. [source]: Download from new source 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 735e653900..403f618a95 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -10307,14 +10307,14 @@ This package is part of the KDE games module.") (define-public kblocks (package (name "kblocks") - (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/kblocks-" version ".tar.xz")) (sha256 - (base32 "0qrm0dihzhkxsq9l49ndzms802x6jn92vvabb2zf2q9z593m69cx")))) + (base32 "09yfm9mzbamp294cvc5finq6ilxvxr68i0dnb0m72pa4sfzmij32")))) (build-system qt-build-system) (native-inputs `(("extra-cmake-modules" ,extra-cmake-modules)