guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: crawl: Update to 0.27.0.


From: guix-commits
Subject: branch master updated: gnu: crawl: Update to 0.27.0.
Date: Thu, 05 Aug 2021 16:38:46 -0400

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 4be98fb  gnu: crawl: Update to 0.27.0.
4be98fb is described below

commit 4be98fbe7e42f8be0db881caf8598a704c56265d
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Aug 5 22:38:21 2021 +0200

    gnu: crawl: Update to 0.27.0.
    
    * gnu/packages/games.scm (crawl): Update to 0.27.0.
---
 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 9209b94..2e1aed1 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -6548,14 +6548,14 @@ fish.  The whole game is accompanied by quiet, 
comforting music.")
 (define-public crawl
   (package
     (name "crawl")
-    (version "0.26.1")
+    (version "0.27.0")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://github.com/crawl/crawl/releases/download/";
                            version "/stone_soup-" version "-nodeps.tar.xz"))
        (sha256
-        (base32 "1d8p2np2q5951wqphq2f4dyvv976m2lh82b0qp7w9pp1h8zzi1ff"))
+        (base32 "0hzkzpqmydxm1zjkdm7k4w3hldsqin3pwkj7jmfj4jijkr0zg9nq"))
        (patches (search-patches "crawl-upgrade-saves.patch"))))
     (build-system gnu-build-system)
     (inputs



reply via email to

[Prev in Thread] Current Thread [Next in Thread]