[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/08: gnu: angband: Update to 4.1.3.
From: |
Tobias Geerinckx-Rice |
Subject: |
05/08: gnu: angband: Update to 4.1.3. |
Date: |
Sat, 11 Aug 2018 12:55:40 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit aeb6d9a617c04f41067439db5289a38a91db52c0
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Sat Aug 11 17:35:51 2018 +0200
gnu: angband: Update to 4.1.3.
* gnu/packages/games.scm (angband): Update to 4.1.3.
---
gnu/packages/games.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index bb3736f..9b726cf 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
- branch master updated (a928596 -> 7e72f54), Tobias Geerinckx-Rice, 2018/08/11
- 05/08: gnu: angband: Update to 4.1.3.,
Tobias Geerinckx-Rice <=
- 04/08: gnu: fortune-mod: Return #t from all phases., Tobias Geerinckx-Rice, 2018/08/11
- 06/08: gnu: jpegoptim: Update to 1.4.6., Tobias Geerinckx-Rice, 2018/08/11
- 02/08: gnu: perl-lingua-en-tagger: Update to 0.29., Tobias Geerinckx-Rice, 2018/08/11
- 03/08: gnu: perl-email-simple: Update to 2.216., Tobias Geerinckx-Rice, 2018/08/11
- 01/08: gnu: perl-glib: Update to 1.327., Tobias Geerinckx-Rice, 2018/08/11
- 08/08: gnu: discount: Update to 2.2.4., Tobias Geerinckx-Rice, 2018/08/11
- 07/08: gnu: discount: Remove bogus FILE-NAME., Tobias Geerinckx-Rice, 2018/08/11