This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new f7a092a424 gnu: crawl: Update to 0.34.0.
f7a092a424 is described below

commit f7a092a4248d786583a0d39f60dd13bdaf70b13b
Author: Alissa Istleyeva <[email protected]>
AuthorDate: Thu Feb 12 06:00:32 2026 +0500

    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 <[email protected]>
---
 gnu/packages/games.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 1534b9e250..4884c6ceb1 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.")
 (define-public crawl
   (package
     (name "crawl")
-    (version "0.33.1")
+    (version "0.34.0")
     (source
      (origin
        (method git-fetch)
@@ -7987,11 +7987,11 @@ fish.  The whole game is accompanied by quiet, 
comforting music.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "03ws9xf397wwk9hq7gsc2pc4knh43avjr96g3q1lrm8hd8ndhyhr"))
+        (base32 "16fsvrzcndrplw8zcn6nh8459x8zl5xdnf9r9hzh4ll2a4w9dkcr"))
        (patches (search-patches "crawl-upgrade-saves.patch"))))
     (build-system gnu-build-system)
     (inputs
-     (list lua-5.1 ncurses sqlite zlib))
+     (list lua-5.4 ncurses sqlite zlib))
     (native-inputs
      (list bash-minimal
            bison

Reply via email to