guix-commits
[Top][All Lists]
Advanced

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

10/12: gnu: crispy-doom: Update to 5.6.4.


From: guix-commits
Subject: 10/12: gnu: crispy-doom: Update to 5.6.4.
Date: Sun, 19 Jan 2020 00:10:00 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 17cb06a68f6e6c4ff8be1134d0f8125c04ab6f0d
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sun Jan 19 05:40:00 2020 +0100

    gnu: crispy-doom: Update to 5.6.4.
    
    * gnu/packages/games.scm (crispy-doom): Update to 5.6.4.
---
 gnu/packages/games.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 234dad8..361d0a6 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -5890,7 +5890,7 @@ affect gameplay).")
   (package
     (inherit chocolate-doom)
     (name "crispy-doom")
-    (version "5.6.3")
+    (version "5.6.4")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -5898,7 +5898,7 @@ affect gameplay).")
                     (commit (string-append "crispy-doom-" version))))
               (file-name (git-file-name name version))
               (sha256
-               (base32 
"0f319979wqfgm4pvsa6y5clg30p55l441kmrr8db0p5smyv3x2s4"))))
+               (base32 
"1ls4v2kpb7vi7xji5yqbmyc5lfkz497h1vvj9w86wkrw8k59hlg2"))))
     (native-inputs
      (append
       (package-native-inputs chocolate-doom)
@@ -5908,7 +5908,7 @@ affect gameplay).")
      `(#:phases
        (modify-phases %standard-phases
          (replace 'bootstrap
-           ;; the autogen.sh script in the source tree doesn't work
+           ;; The bundled autogen.sh script unconditionally runs ./configure.
            (lambda _ (invoke "autoreconf" "-vif"))))))
     (synopsis "Limit-removing enhanced-resolution Doom source port based on
 Chocolate Doom")



reply via email to

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