gnu: corsix-th: Update to 0.64.

* gnu/packages/games.scm (corsix-th): Update to 0.64.
This commit is contained in:
Tobias Geerinckx-Rice 2020-06-17 03:10:58 +02:00
parent 92d8c4aa38
commit a7d74db93d
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -517,7 +517,7 @@ want what you have.")
(define-public corsix-th
(package
(name "corsix-th")
(version "0.63")
(version "0.64")
(source
(origin
(method git-fetch)
@ -526,7 +526,7 @@ want what you have.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1rkyk8g55xny276s0hr5k8mq6f4nzz56d3k2mp09dzfymrqb8hgi"))))
(base32 "0chh9cv2kdc39sr0x8hclcyzd8dz2y6grgagqzkvr7j570wa5cqh"))))
(build-system cmake-build-system)
(arguments
`(#:phases