guix-commits
[Top][All Lists]
Advanced

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

06/09: gnu: crawl: Update to 0.27.1.


From: guix-commits
Subject: 06/09: gnu: crawl: Update to 0.27.1.
Date: Mon, 4 Oct 2021 19:37:48 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 705007945f4ae6f4065ba26a68ca15c2a357b1af
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Oct 5 01:11:25 2021 +0200

    gnu: crawl: Update to 0.27.1.
    
    * gnu/packages/games.scm (crawl): Update to 0.27.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 1ade0a6..a53a127 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -6477,14 +6477,14 @@ fish.  The whole game is accompanied by quiet, 
comforting music.")
 (define-public crawl
   (package
     (name "crawl")
-    (version "0.27.0")
+    (version "0.27.1")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://github.com/crawl/crawl/releases/download/";
                            version "/stone_soup-" version "-nodeps.tar.xz"))
        (sha256
-        (base32 "0hzkzpqmydxm1zjkdm7k4w3hldsqin3pwkj7jmfj4jijkr0zg9nq"))
+        (base32 "0nkhyhrrma8gmwxp15j84cn1k2yvyq7ar9rd0j2qjjlv2kdis5z2"))
        (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]