guix-commits
[Top][All Lists]
Advanced

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

08/11: gnu: crispy-doom: Update to 5.7.2.


From: guix-commits
Subject: 08/11: gnu: crispy-doom: Update to 5.7.2.
Date: Fri, 10 Apr 2020 17:27:49 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 12f99f9f1b4b5b02a4a47ee337368df63268fae7
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Fri Apr 10 22:57:56 2020 +0200

    gnu: crispy-doom: Update to 5.7.2.
    
    * gnu/packages/games.scm (crispy-doom): Update to 5.7.2.
---
 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 0e90220..45c5955 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -6081,7 +6081,7 @@ affect gameplay).")
   (package
     (inherit chocolate-doom)
     (name "crispy-doom")
-    (version "5.7.1")
+    (version "5.7.2")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -6089,7 +6089,7 @@ affect gameplay).")
                     (commit (string-append "crispy-doom-" version))))
               (file-name (git-file-name name version))
               (sha256
-               (base32 
"1gqivy4pxasy7phyznixsagylf9f70bk33b0knpfzzlks6cc6zzj"))))
+               (base32 
"002aqbgsksrgzqridwdlkrjincaxh0dkvwlrbb8d2f3kwk7lj4fq"))))
     (native-inputs
      (append
       (package-native-inputs chocolate-doom)



reply via email to

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