diff options
| author | Alissa Istleyeva <awth13@sdf.org> | 2026-02-12 06:00:32 +0500 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-02-12 09:54:00 +0000 |
| commit | f7a092a4248d786583a0d39f60dd13bdaf70b13b (patch) | |
| tree | dc0d272dd870701a95d190ec5d56441f85758888 /gnu | |
| parent | 2feccafa99a9c4292ce80f670f1f8b0263a6f5b4 (diff) | |
gnu: crawl: Update to 0.34.0.
* gnu/packages/games.scm (crawl): Update to 0.34.0.
Change-Id: I1f6522112470dcfbd0aca2cb986229147d12882f
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu')
| -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 1534b9e2508..4884c6ceb13 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm | |||
| @@ -7978,7 +7978,7 @@ fish. The whole game is accompanied by quiet, comforting music.") | |||
| 7978 | (define-public crawl | 7978 | (define-public crawl |
| 7979 | (package | 7979 | (package |
| 7980 | (name "crawl") | 7980 | (name "crawl") |
| 7981 | (version "0.33.1") | 7981 | (version "0.34.0") |
| 7982 | (source | 7982 | (source |
| 7983 | (origin | 7983 | (origin |
| 7984 | (method git-fetch) | 7984 | (method git-fetch) |
| @@ -7987,11 +7987,11 @@ fish. The whole game is accompanied by quiet, comforting music.") | |||
| 7987 | (commit version))) | 7987 | (commit version))) |
| 7988 | (file-name (git-file-name name version)) | 7988 | (file-name (git-file-name name version)) |
| 7989 | (sha256 | 7989 | (sha256 |
| 7990 | (base32 "03ws9xf397wwk9hq7gsc2pc4knh43avjr96g3q1lrm8hd8ndhyhr")) | 7990 | (base32 "16fsvrzcndrplw8zcn6nh8459x8zl5xdnf9r9hzh4ll2a4w9dkcr")) |
| 7991 | (patches (search-patches "crawl-upgrade-saves.patch")))) | 7991 | (patches (search-patches "crawl-upgrade-saves.patch")))) |
| 7992 | (build-system gnu-build-system) | 7992 | (build-system gnu-build-system) |
| 7993 | (inputs | 7993 | (inputs |
| 7994 | (list lua-5.1 ncurses sqlite zlib)) | 7994 | (list lua-5.4 ncurses sqlite zlib)) |
| 7995 | (native-inputs | 7995 | (native-inputs |
| 7996 | (list bash-minimal | 7996 | (list bash-minimal |
| 7997 | bison | 7997 | bison |
