nckx pushed a commit to branch master
in repository guix.
commit 45900e4cac951bf5ecba0cefefa5ca8afefe5b00
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Sun Aug 6 02:00:00 2023 +0200
gnu: corsix-th: Update to 0.67.
* gnu/packages/games.scm (corsix-th): Update to 0.67.
---
gnu/packages/games.scm | 4 ++--
1 file 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