summaryrefslogtreecommitdiff
path: root/gnu/packages/games.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2020-12-30 10:04:23 +0200
committerEfraim Flashner <efraim@flashner.co.il>2020-12-30 10:41:16 +0200
commit8ad4c4841db34504d96c6d736eb56f675c26cede (patch)
tree227fa2ab3bbb786d79970afb4d0330cb7c57156d /gnu/packages/games.scm
parent01497efa84bd12109c37c03ef1d73adc080dddf3 (diff)
downloadguix-patches-8ad4c4841db34504d96c6d736eb56f675c26cede.tar
guix-patches-8ad4c4841db34504d96c6d736eb56f675c26cede.tar.gz
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/packages/games.scm')
-rw-r--r--gnu/packages/games.scm6
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)