[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: tome4: Update to 1.7.0.
From: |
guix-commits |
Subject: |
branch master updated: gnu: tome4: Update to 1.7.0. |
Date: |
Thu, 29 Oct 2020 19:39:11 -0400 |
This is an automated email from the git hooks/post-receive script.
wigust pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 16b7118 gnu: tome4: Update to 1.7.0.
16b7118 is described below
commit 16b71181315cae8d2a38fa1838af30c0f9309a2e
Author: Oleg Pykhalov <go.wigust@gmail.com>
AuthorDate: Fri Oct 30 02:38:44 2020 +0300
gnu: tome4: Update to 1.7.0.
* gnu/packages/games.scm (tome4): Update to 1.7.0.
---
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 2b60444..c15e71f 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -6456,7 +6456,7 @@ Crowther & Woods, its original authors, in 1995. It has
been known as
(define-public tome4
(package
(name "tome4")
- (version "1.6.7")
+ (version "1.7.0")
(synopsis "Single-player, RPG roguelike game set in the world of Eyal")
(source
(origin
@@ -6464,7 +6464,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 "0283hvms5hr29zr0grd6gq059k0hg8hcz3fsmwjmysiih8790i68"))
+ (base32 "1fs0320n3ndd5kd6j9y22jsd1hbn356d4dr11kl3iy5ssix7832s"))
(modules '((guix build utils)))
(snippet
'(begin
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: tome4: Update to 1.7.0.,
guix-commits <=