aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2023-08-06 02:00:00 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2023-08-13 02:00:00 +0200
commit45900e4cac951bf5ecba0cefefa5ca8afefe5b00 (patch)
treefd1d0c9956cb106f64d27d4bcf4aed71201a2e3c
parent709232459d47db6fec4e3460ebf418f70379ef61 (diff)
downloadguix-45900e4cac951bf5ecba0cefefa5ca8afefe5b00.tar
guix-45900e4cac951bf5ecba0cefefa5ca8afefe5b00.tar.gz
gnu: corsix-th: Update to 0.67.
* gnu/packages/games.scm (corsix-th): Update to 0.67.
-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 bf5c680042..56ecb65454 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -1160,7 +1160,7 @@ allows users to brew while offline.")
(define-public corsix-th
(package
(name "corsix-th")
- (version "0.66")
+ (version "0.67")
(source
(origin
(method git-fetch)
@@ -1169,7 +1169,7 @@ allows users to brew while offline.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0sgsvhqgiq6v1v5am7ghja8blhlrj0y1arvq6xq1j5fwa7c59ihs"))))
+ (base32 "14996kbrwdrd0gpz19il2i4p650qdhjw8v8ka3aigk6pl4kda3sq"))))
(build-system cmake-build-system)
(arguments
`(#:phases