This is an automated email from the git hooks/post-receive script.
ngz pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new a422d9f gnu: cataclysm-dda: Update to 0.E-2.
a422d9f is described below
commit a422d9f3b67e49d8382b0c02688b24267e6cf1cc
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Mon May 25 18:51:54 2020 +0200
gnu: cataclysm-dda: Update to 0.E-2.
* gnu/packages/games.scm (cataclysm-dda): Update to 0.E-2.
---
gnu/packages/games.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 9e1a01f..7f9a08a 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