diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-05-29 02:00:01 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-05-29 02:00:00 +0200 |
commit | 5c6808748d02a33eb495029eb5e6bfe6480b2852 (patch) | |
tree | bd427c42b1dcd3647df59f704d15b9437204014b /gnu/packages/games.scm | |
parent | 91363452f294835fc6661c7b82e73196fab48786 (diff) |
gnu: 7kaa: Update to 2.15.5.
* gnu/packages/games.scm (7kaa): Update to 2.15.5.
Diffstat (limited to 'gnu/packages/games.scm')
-rw-r--r-- | gnu/packages/games.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 844004e47d..a1bc6a9233 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -12063,7 +12063,7 @@ protect you.") (define-public 7kaa (package (name "7kaa") - (version "2.15.4p1") + (version "2.15.5") (source (origin (method url-fetch) @@ -12071,7 +12071,7 @@ protect you.") "releases/download/v" version "/" "7kaa-" version ".tar.xz")) (sha256 - (base32 "1y7v0jhp3apb619p7asikqr1dnwb2yxbh40wbx1ppmr5f03mq9ph")))) + (base32 "0axbv14fh87hwjabrb3zv7ivj88rs6kd2xq6s9qlpsszk20jc2im")))) (build-system gnu-build-system) (native-inputs (list gettext-minimal pkg-config)) |