diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2020-12-30 10:04:23 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2020-12-30 10:41:16 +0200 |
commit | 8ad4c4841db34504d96c6d736eb56f675c26cede (patch) | |
tree | 227fa2ab3bbb786d79970afb4d0330cb7c57156d /gnu | |
parent | 01497efa84bd12109c37c03ef1d73adc080dddf3 (diff) |
gnu: kbreakout: Update to 20.12.0.
* gnu/packages/games.scm (kbreakout): Update to 20.12.0.
[source]: Download from new upstream URI.
Diffstat (limited to 'gnu')
-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 5ae5c76b61..565227b469 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -10161,14 +10161,14 @@ This package is part of the KDE games module.") (define-public kbreakout (package (name "kbreakout") - (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/kbreakout-" version ".tar.xz")) (sha256 - (base32 "0gwzx1z9mxrjlcjzglg8cxkyd6900whcar3b5j9laxxarc6xhj8w")))) + (base32 "0kqj2cx0ny3qq65c6w5fpnzmrwl9irg8slzvpd3anck5cnvma3j4")))) (build-system qt-build-system) (native-inputs `(("extra-cmake-modules" ,extra-cmake-modules) |