gnu: corsix-th: Update to 0.66.
* gnu/packages/games.scm (corsix-th): Update to 0.66. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
04b288750c
commit
ae7302e523
1 changed files with 2 additions and 2 deletions
|
@ -1009,7 +1009,7 @@ allows users to brew while offline.")
|
||||||
(define-public corsix-th
|
(define-public corsix-th
|
||||||
(package
|
(package
|
||||||
(name "corsix-th")
|
(name "corsix-th")
|
||||||
(version "0.65.1")
|
(version "0.66")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -1018,7 +1018,7 @@ allows users to brew while offline.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0hw92ln9jm9v55drmbfqjng58yshgwfpv7fqynryrg3gvg8zhbvh"))))
|
(base32 "0sgsvhqgiq6v1v5am7ghja8blhlrj0y1arvq6xq1j5fwa7c59ihs"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
|
Reference in a new issue