From 45900e4cac951bf5ecba0cefefa5ca8afefe5b00 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sun, 6 Aug 2023 02:00:00 +0200 Subject: 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(-) (limited to 'gnu') 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 @@ (define-public cockatrice (define-public corsix-th (package (name "corsix-th") - (version "0.66") + (version "0.67") (source (origin (method git-fetch) @@ -1169,7 +1169,7 @@ (define-public corsix-th (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0sgsvhqgiq6v1v5am7ghja8blhlrj0y1arvq6xq1j5fwa7c59ihs")))) + (base32 "14996kbrwdrd0gpz19il2i4p650qdhjw8v8ka3aigk6pl4kda3sq")))) (build-system cmake-build-system) (arguments `(#:phases -- cgit v1.2.3