guix_mirror_bot pushed a commit to branch master
in repository guix.
commit a5ffdf0093013c36381d8d98b957db127efa295d
Author: VnPower <[email protected]>
AuthorDate: Tue Sep 30 22:25:50 2025 +0700
gnu: crawl: Update to 0.33.1.
* gnu/packages/games.scm (crawl): Update to 0.33.1.
Closes: guix/guix#3157
Change-Id: Iba84da07da51e099ccc470a0296160fab6dd9995
Signed-off-by: 宋文武 <[email protected]>
---
gnu/packages/games.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 2a41a4d04e..ded60df9d1 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -8065,7 +8065,7 @@ fish. The whole game is accompanied by quiet, comforting
music.")
(define-public crawl
(package
(name "crawl")
- (version "0.32.1")
+ (version "0.33.1")
(source
(origin
(method git-fetch)
@@ -8074,7 +8074,7 @@ fish. The whole game is accompanied by quiet, comforting
music.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "1bdy1gdp0hx9ypj61jvd19wrfn0ilbs682nck0ld9nc0rw5wa64f"))
+ (base32 "03ws9xf397wwk9hq7gsc2pc4knh43avjr96g3q1lrm8hd8ndhyhr"))
(patches (search-patches "crawl-upgrade-saves.patch"))))
(build-system gnu-build-system)
(inputs