diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-08-11 17:35:51 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-08-11 18:55:46 +0200 |
commit | aeb6d9a617c04f41067439db5289a38a91db52c0 (patch) | |
tree | 0ef5cba2f56e1d5d14120c3028c77df0084edb3e /gnu | |
parent | abf06df2d5e36186bbef69fb3fec86712937336c (diff) |
gnu: angband: Update to 4.1.3.
* gnu/packages/games.scm (angband): Update to 4.1.3.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/games.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index bb3736fe81..9b726cf129 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -1082,7 +1082,7 @@ that beneath its ruins lay buried an ancient evil.") (define-public angband (package (name "angband") - (version "4.1.2") + (version "4.1.3") (source (origin (method url-fetch) @@ -1091,7 +1091,7 @@ that beneath its ruins lay buried an ancient evil.") "/angband-" version ".tar.gz")) (sha256 (base32 - "0ahfzb66ihxvkxcbhcib816x40sdsp26b3ravr1xqp44w1whkg1h")) + "0vs0314lbdc6rzxn4jnb7zp6n1p1cdb8r53savadn7k9vbwc80ll")) (modules '((guix build utils))) (snippet ;; So, some of the sounds/graphics/tilesets are under different @@ -1111,7 +1111,7 @@ that beneath its ruins lay buried an ancient evil.") #t)))) (build-system gnu-build-system) (arguments - `(#:tests? #f ;no check target + `(#:tests? #f ; no check target #:configure-flags (list (string-append "--bindir=" %output "/bin")) #:phases (modify-phases %standard-phases |