diff options
author | Nicolas Goaziou <[email protected]> | 2024-12-25 11:51:38 +0100 |
---|---|---|
committer | Nicolas Goaziou <[email protected]> | 2024-12-25 11:51:38 +0100 |
commit | 3ada4796e9adcea6fce621e639ddbfb181ab6689 (patch) | |
tree | 92b6992eb702f9e83ded6d1e098069492f56ed9c | |
parent | 1656db7466ea6217a420aff1a2f59ff5b5ef07cb (diff) |
gnu: crawl: Update to 0.32.1.
* gnu/packages/games.scm (crawl): Update to 0.32.1.
Change-Id: I6c00e1b8a2c0c9b62a7861579adae667ebfaf9af
-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 c2bb9aa1c4..17239eb2a4 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -7290,7 +7290,7 @@ fish. The whole game is accompanied by quiet, comforting music.") (define-public crawl (package (name "crawl") - (version "0.31.0") + (version "0.32.1") (source (origin (method git-fetch) @@ -7299,7 +7299,7 @@ fish. The whole game is accompanied by quiet, comforting music.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "0igrl0a9qd2g27q3wr86xjkpqcqs4y7bh3na1saqvpd4vc8mbayk")) + (base32 "1bdy1gdp0hx9ypj61jvd19wrfn0ilbs682nck0ld9nc0rw5wa64f")) (patches (search-patches "crawl-upgrade-saves.patch")))) (build-system gnu-build-system) (inputs |