[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/07: gnu: crawl: Update to 0.30.1.
From: |
guix-commits |
Subject: |
02/07: gnu: crawl: Update to 0.30.1. |
Date: |
Mon, 23 Oct 2023 19:10:44 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit d871569955afc34be2328cece6cacc338083c40b
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Oct 23 15:29:26 2023 +0200
gnu: crawl: Update to 0.30.1.
* gnu/packages/games.scm (crawl): Update to 0.30.1.
Change-Id: Ibf2f041eb94354fd4006f6787a0da028af24f861
---
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 2387ad3fc6..c393eec700 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -6926,7 +6926,7 @@ fish. The whole game is accompanied by quiet, comforting
music.")
(define-public crawl
(package
(name "crawl")
- (version "0.29.1")
+ (version "0.30.1")
(source
(origin
(method git-fetch)
@@ -6935,7 +6935,7 @@ fish. The whole game is accompanied by quiet, comforting
music.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "17bl8hdv2z3mpdfmd5gnwg3r1p9dqjbisiql24pxs1d33qcw0h7x"))
+ (base32 "1rlp8z1n7ziv7aaa3fb4h4nnq24pfz1m23a99c1ra582fh0yx1pl"))
(patches (search-patches "crawl-upgrade-saves.patch"))))
(build-system gnu-build-system)
(inputs
- branch master updated (4d748d344b -> be223a9451), guix-commits, 2023/10/23
- 03/07: gnu: pyzo: Update to 4.13.3., guix-commits, 2023/10/23
- 01/07: gnu: monolith: Update to 2.7.0., guix-commits, 2023/10/23
- 06/07: gnu: xournalpp: Update to 1.2.2., guix-commits, 2023/10/23
- 05/07: gnu: tome4: Improve package style., guix-commits, 2023/10/23
- 02/07: gnu: crawl: Update to 0.30.1.,
guix-commits <=
- 04/07: gnu: tome4: Update to 1.7.6., guix-commits, 2023/10/23
- 07/07: gnu: nauty: Update to 2.8.6., guix-commits, 2023/10/23