gnu: tome4: Update to 1.5.10.

* gnu/packages/games.scm (tome4): Update to 1.5.10.
master
Oleg Pykhalov 2018-06-23 04:59:03 +03:00
parent 13a504af92
commit 972b87b14a
No known key found for this signature in database
GPG Key ID: 7246E11C69B79569
1 changed files with 3 additions and 2 deletions

View File

@ -4422,7 +4422,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.5.5") (version "1.5.10")
(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
@ -4431,7 +4431,7 @@ Crowther & Woods, its original authors, in 1995. It has been known as
version ".tar.bz2")) version ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"0v2qgdfpvdzd1bcbp9v8pfahj1bgczsq2d4xfhh5wg11jgjcwz03")) "0mc5dgh2x9nbili7gy6srjhb23ckalf08wqq2amyjr5rq392jvd7"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet
'(begin '(begin
@ -4453,6 +4453,7 @@ Crowther & Woods, its original authors, in 1995. It has been known as
(arguments (arguments
`(#:make-flags '("CC=gcc" "config=release") `(#:make-flags '("CC=gcc" "config=release")
#:phases (modify-phases %standard-phases #:phases (modify-phases %standard-phases
(delete 'bootstrap)
(replace 'configure (replace 'configure
(lambda _ (lambda _
(invoke "premake4" "gmake") (invoke "premake4" "gmake")