diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-05-01 14:02:43 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-05-01 17:25:44 +0200 |
commit | 4b50aaade4ef34327dbfd4412ee36ee5cc23bc10 (patch) | |
tree | 66b24554272e5cb6a97417797fb69f8640ca7605 /gnu/packages | |
parent | ee75b46fb441bdce88cdd38fad390840207948d0 (diff) | |
download | patches-4b50aaade4ef34327dbfd4412ee36ee5cc23bc10.tar patches-4b50aaade4ef34327dbfd4412ee36ee5cc23bc10.tar.gz |
gnu: crispy-doom: Update to 5.8.0.
* gnu/packages/games.scm (crispy-doom): Update to 5.8.0.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/games.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 10b3a072b9..62fb167b70 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -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) |