summaryrefslogtreecommitdiff
path: root/gnu/packages/games.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-10-05 01:11:25 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2021-10-05 01:36:23 +0200
commit705007945f4ae6f4065ba26a68ca15c2a357b1af (patch)
tree1c24b7f0c0ef311398b06e608f4f8775d80ecb35 /gnu/packages/games.scm
parentc40732b30cebb8f45fa75d08244e1ceff1768f6e (diff)
downloadguix-patches-705007945f4ae6f4065ba26a68ca15c2a357b1af.tar
guix-patches-705007945f4ae6f4065ba26a68ca15c2a357b1af.tar.gz
gnu: crawl: Update to 0.27.1.
* gnu/packages/games.scm (crawl): Update to 0.27.1.
Diffstat (limited to 'gnu/packages/games.scm')
-rw-r--r--gnu/packages/games.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 1ade0a6c24..a53a12767c 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -6477,14 +6477,14 @@ fish. The whole game is accompanied by quiet, comforting music.")
(define-public crawl
(package
(name "crawl")
- (version "0.27.0")
+ (version "0.27.1")
(source
(origin
(method url-fetch)
(uri (string-append "https://github.com/crawl/crawl/releases/download/"
version "/stone_soup-" version "-nodeps.tar.xz"))
(sha256
- (base32 "0hzkzpqmydxm1zjkdm7k4w3hldsqin3pwkj7jmfj4jijkr0zg9nq"))
+ (base32 "0nkhyhrrma8gmwxp15j84cn1k2yvyq7ar9rd0j2qjjlv2kdis5z2"))
(patches (search-patches "crawl-upgrade-saves.patch"))))
(build-system gnu-build-system)
(inputs