gnu: tome4: Update to 1.6.7.
* gnu/packages/games.scm (tome4): Update to 1.6.7.
This commit is contained in:
parent
bcea20cc90
commit
f894ffd867
1 changed files with 2 additions and 3 deletions
|
@ -5278,7 +5278,7 @@ Crowther & Woods, its original authors, in 1995. It has been known as
|
||||||
(define-public tome4
|
(define-public tome4
|
||||||
(package
|
(package
|
||||||
(name "tome4")
|
(name "tome4")
|
||||||
(version "1.6.6")
|
(version "1.6.7")
|
||||||
(synopsis "Single-player, RPG roguelike game set in the world of Eyal")
|
(synopsis "Single-player, RPG roguelike game set in the world of Eyal")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
|
@ -5286,8 +5286,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-"
|
(uri (string-append "https://te4.org/dl/t-engine/t-engine4-src-"
|
||||||
version ".tar.bz2"))
|
version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "0283hvms5hr29zr0grd6gq059k0hg8hcz3fsmwjmysiih8790i68"))
|
||||||
"1amx0y49scy9hq71wjvkdzvgclwa2g54vkv4bf40mxyp4pl0bq7m"))
|
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(begin
|
||||||
|
|
Reference in a new issue