nckx pushed a commit to branch master
in repository guix.
commit e884c20533878037d048adf516fbc37ea17377d5
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Wed Mar 4 19:08:57 2020 +0100
gnu: crispy-doom: Update to 5.7.1.
* gnu/packages/games.scm (crispy-doom): Update to 5.7.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 d6f8abe..322e309 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -5941,7 +5941,7 @@ affect gameplay).")
(package
(inherit chocolate-doom)
(name "crispy-doom")
- (version "5.6.4")
+ (version "5.7.1")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -5949,7 +5949,7 @@ affect gameplay).")
(commit (string-append "crispy-doom-" version))))
(file-name (git-file-name name version))
(sha256
- (base32
"1ls4v2kpb7vi7xji5yqbmyc5lfkz497h1vvj9w86wkrw8k59hlg2"))))
+ (base32
"1gqivy4pxasy7phyznixsagylf9f70bk33b0knpfzzlks6cc6zzj"))))
(native-inputs
(append
(package-native-inputs chocolate-doom)