diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-09-24 02:00:00 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-09-24 02:00:00 +0200 |
commit | be2344fbea00654c81218e8ecb6527fb53bd7639 (patch) | |
tree | fc684b6f28dc1d51d94c29183c6efb2c6e6d52f2 /gnu | |
parent | b1890b27431d1489091157bf293473bac59ca6f5 (diff) | |
download | guix-be2344fbea00654c81218e8ecb6527fb53bd7639.tar.gz guix-be2344fbea00654c81218e8ecb6527fb53bd7639.zip |
gnu: 7kaa: Update to 2.15.6.
* gnu/packages/games.scm (7kaa): Update to 2.15.6.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/games.scm | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index c53e320838..e4065c88b2 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -10419,15 +10419,14 @@ protect you.") (define-public 7kaa (package (name "7kaa") - (version "2.15.5") + (version "2.15.6") (source (origin (method url-fetch) - (uri (string-append "https://github.com/the3dfxdude/7kaa/" - "releases/download/v" version "/" - "7kaa-" version ".tar.xz")) + (uri (string-append "mirror://sourceforge/skfans/" + "7KAA%20" version "/7kaa-" version ".tar.gz")) (sha256 - (base32 "0axbv14fh87hwjabrb3zv7ivj88rs6kd2xq6s9qlpsszk20jc2im")))) + (base32 "15a0cl55bg479gw880yz48myg336q5lwp2zpyxyyhyadq26vjy9c")))) (build-system gnu-build-system) (native-inputs (list gettext-minimal pkg-config)) |