summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2020-12-30 10:33:06 +0200
committerEfraim Flashner <efraim@flashner.co.il>2020-12-30 10:41:18 +0200
commit6dfd1fbd4d1c3bc72c73fe26513f02c3499f819e (patch)
treec69d2cbcd885a2aafad667fffcd6845701e3b80e /gnu
parent491a6e48678ad9005dac84ce6631e85a1beb3c04 (diff)
downloadguix-patches-6dfd1fbd4d1c3bc72c73fe26513f02c3499f819e.tar
guix-patches-6dfd1fbd4d1c3bc72c73fe26513f02c3499f819e.tar.gz
gnu: killbots: Update to 20.12.0.
* gnu/packages/games.scm (killbots): Update to 20.12.0. [source]: Download from new upstream URI.
Diffstat (limited to 'gnu')
-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 9c4c095201..1b97a976ba 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -11128,14 +11128,14 @@ This package is part of the KDE games module.")
(define-public killbots
(package
(name "killbots")
- (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/killbots-" version ".tar.xz"))
(sha256
- (base32 "1qi86q7diw7glkp9v33yim9nhz2da4balbxa1hjrdgjdv8zdbxbm"))))
+ (base32 "1296gww42nwnai7y6m2qpjqpyc30p7z9chfv5rv0n48jvdhva88y"))))
(build-system qt-build-system)
(native-inputs
`(("extra-cmake-modules" ,extra-cmake-modules)