gnu: crawl: Update to 0.27.0.

* gnu/packages/games.scm (crawl): Update to 0.27.0.
This commit is contained in:
Nicolas Goaziou 2021-08-05 22:38:21 +02:00
parent 447ce7d57e
commit 4be98fbe7e
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -6548,14 +6548,14 @@ (define-public fillets-ng
(define-public crawl
(package
(name "crawl")
(version "0.26.1")
(version "0.27.0")
(source
(origin
(method url-fetch)
(uri (string-append "https://github.com/crawl/crawl/releases/download/"
version "/stone_soup-" version "-nodeps.tar.xz"))
(sha256
(base32 "1d8p2np2q5951wqphq2f4dyvv976m2lh82b0qp7w9pp1h8zzi1ff"))
(base32 "0hzkzpqmydxm1zjkdm7k4w3hldsqin3pwkj7jmfj4jijkr0zg9nq"))
(patches (search-patches "crawl-upgrade-saves.patch"))))
(build-system gnu-build-system)
(inputs