gnu: crispy-doom: Update to 5.7.2.

* gnu/packages/games.scm (crispy-doom): Update to 5.7.2.
This commit is contained in:
Tobias Geerinckx-Rice 2020-04-10 22:57:56 +02:00
parent 7738201645
commit 12f99f9f1b
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -6081,7 +6081,7 @@ (define-public crispy-doom
(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 @@ (define-public crispy-doom
(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)