mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
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 @@ (define-public bastet
|
|||
(license license:gpl3+)))
|
||||
|
||||
(define-public cataclysm-dda
|
||||
(let ((commit "0b2c194e5c6a06f4fbf14a0ec1260e0f3cf2567c")
|
||||
(revision "2"))
|
||||
(let ((commit "9c732a5de48928691ab863d3ab275ca7b0e522fc"))
|
||||
(package
|
||||
(name "cataclysm-dda")
|
||||
;; This denotes the version released after the 0.C release.
|
||||
;; Revert to a normal version number if updating to stable version 0.D.
|
||||
(version (git-version "0.C" revision commit))
|
||||
(version "0.D")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -273,7 +270,7 @@ (define-public cataclysm-dda
|
|||
(commit commit)))
|
||||
(sha256
|
||||
(base32
|
||||
"1yzsn0y2g27bvbxjvivjyjhkmf2w5na1qqw5qfkswcfqqwym2y33"))
|
||||
"00zzhx1mh1qjq668cga5nbrxp2qk6b82j5ak65skhgnlr6ii4ysc"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue