diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2020-05-25 18:51:54 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2020-05-25 18:51:54 +0200 |
commit | a422d9f3b67e49d8382b0c02688b24267e6cf1cc (patch) | |
tree | e53939bb1ac4e6a7e78560d03989d502833f8eb1 | |
parent | f8687cb21e6af7501b1537812bccca574b9d34b3 (diff) | |
download | guix-a422d9f3b67e49d8382b0c02688b24267e6cf1cc.tar.gz |
gnu: cataclysm-dda: Update to 0.E-2.
* gnu/packages/games.scm (cataclysm-dda): Update to 0.E-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 9e1a01fc04..7f9a08aa6b 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -450,7 +450,7 @@ possible, while battling many vicious aliens.") (define-public cataclysm-dda (package (name "cataclysm-dda") - (version "0.E") + (version "0.E-2") (source (origin (method git-fetch) @@ -458,7 +458,7 @@ possible, while battling many vicious aliens.") (url "https://github.com/CleverRaven/Cataclysm-DDA.git") (commit version))) (sha256 - (base32 "0pbi0fw37zimzdklfj58s1ql0wlqq7dy6idkcsib3hn910ajaxan")) + (base32 "15l6w6lxays7qmsv0ci2ry53asb9an9dh7l7fc13256k085qcg68")) (file-name (git-file-name name version)))) (build-system gnu-build-system) (arguments |