mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
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>
This commit is contained in:
parent
6dbad376a2
commit
6438a4682d
1 changed files with 3 additions and 3 deletions
|
@ -4505,7 +4505,7 @@ (define-public fillets-ng
|
|||
(define-public crawl
|
||||
(package
|
||||
(name "crawl")
|
||||
(version "0.20.0")
|
||||
(version "0.20.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -4519,7 +4519,7 @@ (define-public crawl
|
|||
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 @@ (define-public crawl-tiles
|
|||
("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")))
|
||||
|
||||
|
|
Loading…
Reference in a new issue