gnu: angband: Update to 4.1.3.
* gnu/packages/games.scm (angband): Update to 4.1.3.master
parent
abf06df2d5
commit
aeb6d9a617
|
@ -1082,7 +1082,7 @@ that beneath its ruins lay buried an ancient evil.")
|
||||||
(define-public angband
|
(define-public angband
|
||||||
(package
|
(package
|
||||||
(name "angband")
|
(name "angband")
|
||||||
(version "4.1.2")
|
(version "4.1.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -1091,7 +1091,7 @@ that beneath its ruins lay buried an ancient evil.")
|
||||||
"/angband-" version ".tar.gz"))
|
"/angband-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0ahfzb66ihxvkxcbhcib816x40sdsp26b3ravr1xqp44w1whkg1h"))
|
"0vs0314lbdc6rzxn4jnb7zp6n1p1cdb8r53savadn7k9vbwc80ll"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
;; So, some of the sounds/graphics/tilesets are under different
|
;; So, some of the sounds/graphics/tilesets are under different
|
||||||
|
@ -1111,7 +1111,7 @@ that beneath its ruins lay buried an ancient evil.")
|
||||||
#t))))
|
#t))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ;no check target
|
`(#:tests? #f ; no check target
|
||||||
#:configure-flags (list (string-append "--bindir=" %output "/bin"))
|
#:configure-flags (list (string-append "--bindir=" %output "/bin"))
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
|
|
Reference in New Issue