diff options
author | Christopher Lemmer Webber <cwebber@dustycloud.org> | 2019-11-11 13:30:48 -0500 |
---|---|---|
committer | Christopher Lemmer Webber <cwebber@dustycloud.org> | 2019-11-11 13:31:54 -0500 |
commit | af48a2006a8be40b324977fb3f4a1b082b076e9d (patch) | |
tree | 62bde9a579e37ae51e619f9feae8ea561b68ec76 /gnu/packages/games.scm | |
parent | 43e0bd75c04fed9914dba4f7196c4600b6fe0306 (diff) | |
download | patches-af48a2006a8be40b324977fb3f4a1b082b076e9d.tar patches-af48a2006a8be40b324977fb3f4a1b082b076e9d.tar.gz |
gnu: crawl: Update to 0.24.0.
* gnu/packages/games.scm (crawl): Update to 0.24.0.
Diffstat (limited to 'gnu/packages/games.scm')
-rw-r--r-- | gnu/packages/games.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index b6bf2fee5c..07bef94c51 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -4733,7 +4733,7 @@ fish. The whole game is accompanied by quiet, comforting music.") (define-public crawl (package (name "crawl") - (version "0.23.2") + (version "0.24.0") (source (origin (method url-fetch) @@ -4746,7 +4746,7 @@ fish. The whole game is accompanied by quiet, comforting music.") (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 |