diff options
author | Oleg Pykhalov <go.wigust@gmail.com> | 2019-11-28 08:55:20 +0300 |
---|---|---|
committer | Oleg Pykhalov <go.wigust@gmail.com> | 2019-11-28 08:55:43 +0300 |
commit | 37515553b5678c61f59dd0efb2504c0ccc5152f2 (patch) | |
tree | 832c6498916b7c806e356ad96eadad16bbd07492 /gnu/packages/games.scm | |
parent | 7297ebb28759b57db684be8cb4423e3221571401 (diff) | |
download | guix-37515553b5678c61f59dd0efb2504c0ccc5152f2.tar.gz |
gnu: tome4: Update to 1.6.4.
* gnu/packages/games.scm (tome4): Update to 1.6.4.
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 613b3acfeb..dcb8aaf9d2 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -5139,7 +5139,7 @@ Crowther & Woods, its original authors, in 1995. It has been known as (define-public tome4 (package (name "tome4") - (version "1.6.1") + (version "1.6.4") (synopsis "Single-player, RPG roguelike game set in the world of Eyal") (source (origin @@ -5148,7 +5148,7 @@ Crowther & Woods, its original authors, in 1995. It has been known as version ".tar.bz2")) (sha256 (base32 - "0c5a2bdyfccwkqnb6yqvzggyi2nk032v01kfc00zlgpdfzljcb9i")) + "1hrh79aqmvwwd7idlr3lzpdpc9dgm1k5p7w2462chcjvd8vhfhb7")) (modules '((guix build utils))) (snippet '(begin |