guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: crispy-doom: Update to 5.6.3.


From: guix-commits
Subject: 01/01: gnu: crispy-doom: Update to 5.6.3.
Date: Sat, 16 Nov 2019 17:26:53 -0500 (EST)

kkebreau pushed a commit to branch master
in repository guix.

commit fbdc87a7cb058be54f55c451c2339c7ad0dcaad7
Author: Kei Kebreau <address@hidden>
Date:   Sat Nov 16 17:22:57 2019 -0500

    gnu: crispy-doom: Update to 5.6.3.
    
    * gnu/packages/games.scm (crispy-doom): Update to 5.6.3.
---
 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 b24e8b0..833c193 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -5793,7 +5793,7 @@ affect gameplay).")
   (package
     (inherit chocolate-doom)
     (name "crispy-doom")
-    (version "5.5.2")
+    (version "5.6.3")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -5801,7 +5801,7 @@ affect gameplay).")
                     (commit (string-append "crispy-doom-" version))))
               (file-name (git-file-name name version))
               (sha256
-               (base32 
"1a60ns0blhvml6gzj9qx18c18pbf02rq7vypaajd6nqy5h4fz3cn"))))
+               (base32 
"0f319979wqfgm4pvsa6y5clg30p55l441kmrr8db0p5smyv3x2s4"))))
     (native-inputs
      (append
       (package-native-inputs chocolate-doom)



reply via email to

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