diff options
author | Oleg Pykhalov <go.wigust@gmail.com> | 2019-10-24 23:15:01 +0300 |
---|---|---|
committer | Oleg Pykhalov <go.wigust@gmail.com> | 2019-10-24 23:15:01 +0300 |
commit | d1e3d792e48a63ec2e13cdd6b44b1ab5a538215c (patch) | |
tree | a8ad14a165963a73a6dc062357a44f350cabdf5d /gnu/packages/games.scm | |
parent | 571ed9fd2bb942b8130e65b0cfdf77af6b1ed208 (diff) | |
download | patches-d1e3d792e48a63ec2e13cdd6b44b1ab5a538215c.tar patches-d1e3d792e48a63ec2e13cdd6b44b1ab5a538215c.tar.gz |
gnu: tome4: Update to 1.6.0.
* gnu/packages/games.scm (tome4): Update to 1.6.0.
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 a5b8ee9dd4..3e85449fac 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -5158,7 +5158,7 @@ Crowther & Woods, its original authors, in 1995. It has been known as (define-public tome4 (package (name "tome4") - (version "1.5.10") + (version "1.6.0") (synopsis "Single-player, RPG roguelike game set in the world of Eyal") (source (origin @@ -5167,7 +5167,7 @@ Crowther & Woods, its original authors, in 1995. It has been known as version ".tar.bz2")) (sha256 (base32 - "0mc5dgh2x9nbili7gy6srjhb23ckalf08wqq2amyjr5rq392jvd7")) + "1z1w4ycgl5wbm0sv7577vcdfwwf4k7vaf2njzyb21rvqjizpbkwr")) (modules '((guix build utils))) (snippet '(begin |