From 9d8ebe703e3a3caa2c6b4aaaf9a61b00b7bd0f5b Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Wed, 11 Nov 2020 13:26:52 +0100 Subject: gnu: tome4: Update to 1.7.2. * gnu/packages/games.scm (tome4): Update to 1.7.2. --- gnu/packages/games.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/games.scm') 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 @@ (define-public open-adventure (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 @@ (define-public tome4 (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 -- cgit v1.2.3