diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2020-12-30 10:15:57 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2020-12-30 10:41:16 +0200 |
commit | e9d0f4ad396e0da03b1a67283761db156be3d363 (patch) | |
tree | cca310408a4356c929639acfd832eb84887570af | |
parent | 57c6361db658307b71e49cfce61bd8b88afcf110 (diff) | |
download | guix-e9d0f4ad396e0da03b1a67283761db156be3d363.tar.gz guix-e9d0f4ad396e0da03b1a67283761db156be3d363.zip |
gnu: kbounce: Update to 20.12.0.
* gnu/packages/games.scm (kbounce): Update to 20.12.0.
[source]: Download from new upstream URI.
-rw-r--r-- | gnu/packages/games.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index b690b2d2ee..53b8d921cb 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -10277,14 +10277,14 @@ This package is part of the KDE games module.") (define-public kbounce (package (name "kbounce") - (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/kbounce-" version ".tar.xz")) (sha256 - (base32 "02rfv0qzz5cmyfx8f56a45hbm9gsp6m3dcy8ajwx88rw5wpbrr11")))) + (base32 "0ymy0z1qlw3n653xs3dsa1xm78q4xaj09dnnci4km77rzis26vb6")))) (build-system qt-build-system) (native-inputs `(("extra-cmake-modules" ,extra-cmake-modules) |