summaryrefslogtreecommitdiff
path: root/gnu/packages/games.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-10-03 17:05:23 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2021-10-03 19:23:50 +0200
commitd9ac466b7f373ef735b08c13aa686336b32294c5 (patch)
tree1e996fee47e431d84547b1a75515eb478f978121 /gnu/packages/games.scm
parent78662bf8e1487aafc8bd7c1779f0a3e1b0988fdf (diff)
downloadguix-patches-d9ac466b7f373ef735b08c13aa686336b32294c5.tar
guix-patches-d9ac466b7f373ef735b08c13aa686336b32294c5.tar.gz
gnu: corsix-th: Update to 0.65.1.
* gnu/packages/games.scm (corsix-th): Update to 0.65.1.
Diffstat (limited to 'gnu/packages/games.scm')
-rw-r--r--gnu/packages/games.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index dabbbe6ea1..419a114272 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -1001,7 +1001,7 @@ allows users to brew while offline.")
(define-public corsix-th
(package
(name "corsix-th")
- (version "0.65")
+ (version "0.65.1")
(source
(origin
(method git-fetch)
@@ -1010,7 +1010,7 @@ allows users to brew while offline.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0hp7da7b73dpn1h22rw3h8w6aaj9azn18qnp3ap3lrlqhj4fzcb3"))))
+ (base32 "0hw92ln9jm9v55drmbfqjng58yshgwfpv7fqynryrg3gvg8zhbvh"))))
(build-system cmake-build-system)
(arguments
`(#:phases