diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-03 04:46:19 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-03 05:06:47 +0100 |
commit | f894ffd8672f0999c580f02d4a0e6db660a8adca (patch) | |
tree | 9ce58c3a0b252b69faaa901f87aa5383ba66cf0b | |
parent | bcea20cc908201f60e62d5c77922343c70eb5f99 (diff) | |
download | patches-f894ffd8672f0999c580f02d4a0e6db660a8adca.tar patches-f894ffd8672f0999c580f02d4a0e6db660a8adca.tar.gz |
gnu: tome4: Update to 1.6.7.
* gnu/packages/games.scm (tome4): Update to 1.6.7.
-rw-r--r-- | gnu/packages/games.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index e66a1a817e..d6f8abebdd 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -5278,7 +5278,7 @@ Crowther & Woods, its original authors, in 1995. It has been known as (define-public tome4 (package (name "tome4") - (version "1.6.6") + (version "1.6.7") (synopsis "Single-player, RPG roguelike game set in the world of Eyal") (source (origin @@ -5286,8 +5286,7 @@ Crowther & Woods, its original authors, in 1995. It has been known as (uri (string-append "https://te4.org/dl/t-engine/t-engine4-src-" version ".tar.bz2")) (sha256 - (base32 - "1amx0y49scy9hq71wjvkdzvgclwa2g54vkv4bf40mxyp4pl0bq7m")) + (base32 "0283hvms5hr29zr0grd6gq059k0hg8hcz3fsmwjmysiih8790i68")) (modules '((guix build utils))) (snippet '(begin |