[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/03: gnu: crawl: Update to 0.29.1.
From: |
guix-commits |
Subject: |
03/03: gnu: crawl: Update to 0.29.1. |
Date: |
Tue, 13 Sep 2022 08:49:42 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 4017a47766e84be1072f4bedddda131db69366d5
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Sep 13 14:39:11 2022 +0200
gnu: crawl: Update to 0.29.1.
* gnu/packages/games.scm (crawl): Update to 0.29.1.
---
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 55cf3d813f..6e176fee9e 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -6613,7 +6613,7 @@ fish. The whole game is accompanied by quiet, comforting
music.")
(define-public crawl
(package
(name "crawl")
- (version "0.29.0")
+ (version "0.29.1")
(source
(origin
(method git-fetch)
@@ -6622,7 +6622,7 @@ fish. The whole game is accompanied by quiet, comforting
music.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "0cx67ln5qr4bawidi48ss63wflx7x22901da683c9wvy6m41vks8"))
+ (base32 "17bl8hdv2z3mpdfmd5gnwg3r1p9dqjbisiql24pxs1d33qcw0h7x"))
(patches (search-patches "crawl-upgrade-saves.patch"))))
(build-system gnu-build-system)
(inputs