diff options
author | nee <nee.git@cock.li> | 2017-11-26 19:45:42 +0100 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2017-11-26 17:52:24 -0500 |
commit | 6438a4682d99f7bb6cc35211ec5d02d969d09b53 (patch) | |
tree | 781acd9e183456b68376fa61e6acdd105ce02d20 /gnu/packages/games.scm | |
parent | 6dbad376a23d6031e135fadead4410d9a2d1fa68 (diff) | |
download | patches-6438a4682d99f7bb6cc35211ec5d02d969d09b53.tar patches-6438a4682d99f7bb6cc35211ec5d02d969d09b53.tar.gz |
gnu: crawl: Update to 0.20.1.
* gnu/packages/games.scm (crawl): Update to 0.20.1.
(crawl-tiles): Update to 0.20.1.
[native-inputs]: Add pngcrush.
Signed-off-by: Leo Famulari <leo@famulari.name>
Diffstat (limited to 'gnu/packages/games.scm')
-rw-r--r-- | gnu/packages/games.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index b1ba28a62c..458f8ca351 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -4505,7 +4505,7 @@ fish. The whole game is accompanied by quiet, comforting music.") (define-public crawl (package (name "crawl") - (version "0.20.0") + (version "0.20.1") (source (origin (method url-fetch) @@ -4519,7 +4519,7 @@ fish. The whole game is accompanied by quiet, comforting music.") version "-nodeps.tar.xz"))) (sha256 (base32 - "0127dgldij2h4m7cf32yy9ndv4vcz03g4km71lmxrsi5mw7ljgpd")) + "0cagx7687r5ln7pmzl60akjhjpyqd62z9zhfr2mqfk53wl9jbsbj")) (patches (search-patches "crawl-upgrade-saves.patch")))) (build-system gnu-build-system) (inputs @@ -4604,7 +4604,7 @@ fabulous Orb of Zot.") ("sdl2-mixer" ,sdl2-mixer))) (native-inputs `(,@(package-native-inputs crawl) - ;; TODO: Add advpng or pngcrush for additional PNG optimization. + ("pngcrush" ,pngcrush) ("which" ,which))) (synopsis "Graphical roguelike dungeon crawler game"))) |