diff options
author | Oleg Pykhalov <go.wigust@gmail.com> | 2018-06-23 04:59:03 +0300 |
---|---|---|
committer | Oleg Pykhalov <go.wigust@gmail.com> | 2018-06-23 05:00:21 +0300 |
commit | 972b87b14ae54bacf2457a4d538c5495bec37176 (patch) | |
tree | af8e851e1091be097508aede3a85843043314a5a /gnu/packages/games.scm | |
parent | 13a504af9245cf4547e14336de5e220cf655b382 (diff) | |
download | guix-972b87b14ae54bacf2457a4d538c5495bec37176.tar guix-972b87b14ae54bacf2457a4d538c5495bec37176.tar.gz |
gnu: tome4: Update to 1.5.10.
* gnu/packages/games.scm (tome4): Update to 1.5.10.
Diffstat (limited to 'gnu/packages/games.scm')
-rw-r--r-- | gnu/packages/games.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index d352e49bce..2ced2b51da 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -4422,7 +4422,7 @@ Crowther & Woods, its original authors, in 1995. It has been known as (define-public tome4 (package (name "tome4") - (version "1.5.5") + (version "1.5.10") (synopsis "Single-player, RPG roguelike game set in the world of Eyal") (source (origin @@ -4431,7 +4431,7 @@ Crowther & Woods, its original authors, in 1995. It has been known as version ".tar.bz2")) (sha256 (base32 - "0v2qgdfpvdzd1bcbp9v8pfahj1bgczsq2d4xfhh5wg11jgjcwz03")) + "0mc5dgh2x9nbili7gy6srjhb23ckalf08wqq2amyjr5rq392jvd7")) (modules '((guix build utils))) (snippet '(begin @@ -4453,6 +4453,7 @@ Crowther & Woods, its original authors, in 1995. It has been known as (arguments `(#:make-flags '("CC=gcc" "config=release") #:phases (modify-phases %standard-phases + (delete 'bootstrap) (replace 'configure (lambda _ (invoke "premake4" "gmake") |