gnu: cataclysm-dda: Update to 0.E-2.
* gnu/packages/games.scm (cataclysm-dda): Update to 0.E-2.
This commit is contained in:
parent
f8687cb21e
commit
a422d9f3b6
1 changed files with 2 additions and 2 deletions
|
@ -450,7 +450,7 @@ possible, while battling many vicious aliens.")
|
||||||
(define-public cataclysm-dda
|
(define-public cataclysm-dda
|
||||||
(package
|
(package
|
||||||
(name "cataclysm-dda")
|
(name "cataclysm-dda")
|
||||||
(version "0.E")
|
(version "0.E-2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -458,7 +458,7 @@ possible, while battling many vicious aliens.")
|
||||||
(url "https://github.com/CleverRaven/Cataclysm-DDA.git")
|
(url "https://github.com/CleverRaven/Cataclysm-DDA.git")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0pbi0fw37zimzdklfj58s1ql0wlqq7dy6idkcsib3hn910ajaxan"))
|
(base32 "15l6w6lxays7qmsv0ci2ry53asb9an9dh7l7fc13256k085qcg68"))
|
||||||
(file-name (git-file-name name version))))
|
(file-name (git-file-name name version))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Reference in a new issue