diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-04-10 22:57:56 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-04-10 23:27:16 +0200 |
commit | 12f99f9f1b4b5b02a4a47ee337368df63268fae7 (patch) | |
tree | 12e95a2eb33588bcd2cff46759c0095134b6875e | |
parent | 773820164529bff3e4528690f5d5f57afde68a1c (diff) | |
download | patches-12f99f9f1b4b5b02a4a47ee337368df63268fae7.tar patches-12f99f9f1b4b5b02a4a47ee337368df63268fae7.tar.gz |
gnu: crispy-doom: Update to 5.7.2.
* gnu/packages/games.scm (crispy-doom): Update to 5.7.2.
-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 0e902200f2..45c5955644 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) |