diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-11 13:26:52 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-11 17:48:01 +0100 |
commit | 9d8ebe703e3a3caa2c6b4aaaf9a61b00b7bd0f5b (patch) | |
tree | 238b4cbf6513cf5296ed1fc1efbf53254d323ab9 /gnu/packages/games.scm | |
parent | d265e61f50a91c645e72b871a0d6bb0d63d1ec02 (diff) |
gnu: tome4: Update to 1.7.2.
* gnu/packages/games.scm (tome4): Update to 1.7.2.
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 b94c5e32f3..7c36e67498 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -6590,7 +6590,7 @@ Crowther & Woods, its original authors, in 1995. It has been known as (define-public tome4 (package (name "tome4") - (version "1.7.0") + (version "1.7.2") (synopsis "Single-player, RPG roguelike game set in the world of Eyal") (source (origin @@ -6598,7 +6598,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 "1fs0320n3ndd5kd6j9y22jsd1hbn356d4dr11kl3iy5ssix7832s")) + (base32 "1xa0pdn9pggwf7hnqb87ya2qxqhjahkdjwf8cr2y01gixgrkj9lv")) (modules '((guix build utils))) (snippet '(begin |