guix-commits
[Top][All Lists]
Advanced

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

06/08: gnu: dungeon-crawl-stone-soup: Update to 0.23.2.


From: guix-commits
Subject: 06/08: gnu: dungeon-crawl-stone-soup: Update to 0.23.2.
Date: Tue, 16 Apr 2019 23:59:19 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 564df7e58427248f4678d02d720286d0a0538d0d
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Apr 17 00:22:22 2019 +0200

    gnu: dungeon-crawl-stone-soup: Update to 0.23.2.
    
    * gnu/packages/games.scm (dungeon-crawl-stone-soup): Update to 0.23.2.
---
 gnu/packages/games.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 8e17d29..c7bd35f 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -4476,7 +4476,7 @@ fish.  The whole game is accompanied by quiet, comforting 
music.")
 (define-public dungeon-crawl-stone-soup
   (package
     (name "dungeon-crawl-stone-soup")
-    (version "0.23.1")
+    (version "0.23.2")
     (source
      (origin
        (method url-fetch)
@@ -4489,8 +4489,7 @@ fish.  The whole game is accompanied by quiet, comforting 
music.")
              (string-append "http://crawl.develz.org/release/stone_soup-";
                             version "-nodeps.tar.xz")))
        (sha256
-        (base32
-         "0c3mx49kpz6i2xvv2dwsaj9s7mm4mif1h2qdkfyi80lv2j1ay51h"))
+        (base32 "1hw10hqhh688mrqs9vxrl17y1dzfjzsmxz6izg1a9dzmjlhrc01a"))
        (patches (search-patches "crawl-upgrade-saves.patch"))))
     (build-system gnu-build-system)
     (inputs
@@ -4512,7 +4511,7 @@ fish.  The whole game is accompanied by quiet, comforting 
music.")
          (list (string-append "SQLITE_INCLUDE_DIR=" sqlite "/include")
                (string-append "prefix=" out)
                "SAVEDIR=~/.crawl"
-               ;; Don't compile with SSE on systems which don't use it
+               ;; Don't compile with SSE on systems which don't have it.
                ,@(match (%current-system)
                    ((or "i686-linux" "x86_64-linux")
                     '())



reply via email to

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