gnu: crawl: Update to 0.24.0.

* gnu/packages/games.scm (crawl): Update to 0.24.0.
This commit is contained in:
Christopher Lemmer Webber 2019-11-11 13:30:48 -05:00
parent 43e0bd75c0
commit af48a2006a
No known key found for this signature in database
GPG key ID: 4BC025925FF8F4D3

View file

@ -4733,7 +4733,7 @@ (define-public fish-fillets-ng
(define-public crawl
(package
(name "crawl")
(version "0.23.2")
(version "0.24.0")
(source
(origin
(method url-fetch)
@ -4746,7 +4746,7 @@ (define-public crawl
(string-append "http://crawl.develz.org/release/stone_soup-"
version "-nodeps.tar.xz")))
(sha256
(base32 "1hw10hqhh688mrqs9vxrl17y1dzfjzsmxz6izg1a9dzmjlhrc01a"))
(base32 "0kdq6s12myxfdg75ma9x3ys2nd0xwb3xm2ynlmhg4628va0pnixr"))
(patches (search-patches "crawl-upgrade-saves.patch"))))
(build-system gnu-build-system)
(inputs