[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: crawl: Update to 0.32.1.
From: |
guix-commits |
Subject: |
branch master updated: gnu: crawl: Update to 0.32.1. |
Date: |
Wed, 25 Dec 2024 05:52:19 -0500 |
This is an automated email from the git hooks/post-receive script.
ngz pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 3ada4796e9 gnu: crawl: Update to 0.32.1.
3ada4796e9 is described below
commit 3ada4796e9adcea6fce621e639ddbfb181ab6689
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Dec 25 11:51:38 2024 +0100
gnu: crawl: Update to 0.32.1.
* gnu/packages/games.scm (crawl): Update to 0.32.1.
Change-Id: I6c00e1b8a2c0c9b62a7861579adae667ebfaf9af
---
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 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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: crawl: Update to 0.32.1.,
guix-commits <=