From 25557055faf278b91bf51f00865282eee545d672 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Wed, 30 Dec 2020 10:20:27 +0200 Subject: [PATCH] gnu: kblackbox: Update to 20.12.0. * gnu/packages/games.scm (kblackbox): 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 750070eb72..5de35bf598 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -10581,14 +10581,14 @@ (define-public kfourinline (define-public kblackbox (package (name "kblackbox") - (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/kblackbox-" version ".tar.xz")) (sha256 - (base32 "1x42sfpf75c6mavwkc7g7dm11y9s5dpj8igphly5kvm0pajqby0n")))) + (base32 "0la5w44b0gl72g3wfp0pw8gwnm287lh7nd9k5ikpszw5nn49db0h")))) (build-system qt-build-system) (native-inputs `(("extra-cmake-modules" ,extra-cmake-modules)