gnu: crawl: Update to 0.20.0.
* gnu/packages/games.scm (crawl, crawl-tiles): Update to 0.20.0.
This commit is contained in:
parent
099c9fdae6
commit
0377d5006e
|
@ -4035,7 +4035,7 @@ fish. The whole game is accompanied by quiet, comforting music.")
|
||||||
(define-public crawl
|
(define-public crawl
|
||||||
(package
|
(package
|
||||||
(name "crawl")
|
(name "crawl")
|
||||||
(version "0.19.5")
|
(version "0.20.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -4049,7 +4049,7 @@ fish. The whole game is accompanied by quiet, comforting music.")
|
||||||
version "-nodeps.tar.xz")))
|
version "-nodeps.tar.xz")))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"00yl2lb2shglxlxzpyk99zvglfx4amjybqwnzdcasvbiggb4cj18"))))
|
"0127dgldij2h4m7cf32yy9ndv4vcz03g4km71lmxrsi5mw7ljgpd"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("lua51" ,lua-5.1)
|
`(("lua51" ,lua-5.1)
|
||||||
|
|
Loading…
Reference in New Issue