gnu: cataclysm-dda: Update to 0.D.
* gnu/packages/games.scm (cataclysm-dda): Update to 0.D.
This commit is contained in:
parent
c1d6865166
commit
1c4d4196c2
1 changed files with 3 additions and 6 deletions
|
@ -259,13 +259,10 @@ canyons and wait for the long I-shaped block to clear four rows at a time.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public cataclysm-dda
|
(define-public cataclysm-dda
|
||||||
(let ((commit "0b2c194e5c6a06f4fbf14a0ec1260e0f3cf2567c")
|
(let ((commit "9c732a5de48928691ab863d3ab275ca7b0e522fc"))
|
||||||
(revision "2"))
|
|
||||||
(package
|
(package
|
||||||
(name "cataclysm-dda")
|
(name "cataclysm-dda")
|
||||||
;; This denotes the version released after the 0.C release.
|
(version "0.D")
|
||||||
;; Revert to a normal version number if updating to stable version 0.D.
|
|
||||||
(version (git-version "0.C" revision commit))
|
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -273,7 +270,7 @@ canyons and wait for the long I-shaped block to clear four rows at a time.")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1yzsn0y2g27bvbxjvivjyjhkmf2w5na1qqw5qfkswcfqqwym2y33"))
|
"00zzhx1mh1qjq668cga5nbrxp2qk6b82j5ak65skhgnlr6ii4ysc"))
|
||||||
(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