me
/
guix
Archived
1
0
Fork 0

gnu: crispy-doom: Update to 5.8.0.

* gnu/packages/games.scm (crispy-doom): Update to 5.8.0.
master
Tobias Geerinckx-Rice 2020-05-01 14:02:43 +02:00
parent ee75b46fb4
commit 4b50aaade4
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -6191,7 +6191,7 @@ affect gameplay).")
(package
(inherit chocolate-doom)
(name "crispy-doom")
(version "5.7.2")
(version "5.8.0")
(source (origin
(method git-fetch)
(uri (git-reference
@ -6199,7 +6199,7 @@ affect gameplay).")
(commit (string-append "crispy-doom-" version))))
(file-name (git-file-name name version))
(sha256
(base32 "002aqbgsksrgzqridwdlkrjincaxh0dkvwlrbb8d2f3kwk7lj4fq"))))
(base32 "1b6gn0dysv631jynh769whww9xcss1gms78sz3nrn855q1dsvcb4"))))
(native-inputs
(append
(package-native-inputs chocolate-doom)