diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-10-27 10:17:14 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-10-27 10:17:14 +0100 |
commit | a557810ac72effd6841b76772195b10c03dee345 (patch) | |
tree | 26a4d7c1684d4c6fea155bfe05aa3b305499e36f /gnu/packages/games.scm | |
parent | 4c1918db34e09f0da793c607acc161bdf9ec5535 (diff) | |
parent | 2a19c0deb1da3a9afa8960367a5b84321386ceae (diff) | |
download | patches-a557810ac72effd6841b76772195b10c03dee345.tar patches-a557810ac72effd6841b76772195b10c03dee345.tar.gz |
Merge branch 'master' into staging
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 |