[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: tome4: Update to 1.7.3.
From: |
guix-commits |
Subject: |
branch master updated: gnu: tome4: Update to 1.7.3. |
Date: |
Mon, 31 May 2021 15:01:10 -0400 |
This is an automated email from the git hooks/post-receive script.
ngz pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new f7825ee gnu: tome4: Update to 1.7.3.
f7825ee is described below
commit f7825ee85a4b2ea4170f8ad5dbee281704b09371
Author: Solene Rapenne via Guix-patches via <guix-patches@gnu.org>
AuthorDate: Fri May 28 22:40:02 2021 +0200
gnu: tome4: Update to 1.7.3.
* gnu/packages/games.scm (tome4): Update to 1.7.3.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
gnu/packages/games.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 9753f5a..6b16d5b 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -6900,7 +6900,7 @@ Crowther & Woods, its original authors, in 1995. It has
been known as
(define-public tome4
(package
(name "tome4")
- (version "1.7.2")
+ (version "1.7.3")
(synopsis "Single-player, RPG roguelike game set in the world of Eyal")
(source
(origin
@@ -6908,7 +6908,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 "1xa0pdn9pggwf7hnqb87ya2qxqhjahkdjwf8cr2y01gixgrkj9lv"))
+ (base32 "1rik17r01glq3944sdb06xjf0xppgqkjk564wrh22slm4mi3fifz"))
(modules '((guix build utils)))
(snippet
'(begin
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: tome4: Update to 1.7.3.,
guix-commits <=