diff options
author | Timotej Lazar <timotej.lazar@araneo.si> | 2022-06-27 18:51:10 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2022-06-28 18:01:35 +0300 |
commit | ae7302e5231bc255ed892faa0bfa1c74b3d9c412 (patch) | |
tree | 810383cab357de071217b8e90bc54e41d5756632 | |
parent | 04b288750c4f34047c4e3739d76d0d2896c6881c (diff) | |
download | guix-ae7302e5231bc255ed892faa0bfa1c74b3d9c412.tar guix-ae7302e5231bc255ed892faa0bfa1c74b3d9c412.tar.gz |
gnu: corsix-th: Update to 0.66.
* gnu/packages/games.scm (corsix-th): Update to 0.66.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
-rw-r--r-- | gnu/packages/games.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 8e6ab03530..910635c900 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -1009,7 +1009,7 @@ allows users to brew while offline.") (define-public corsix-th (package (name "corsix-th") - (version "0.65.1") + (version "0.66") (source (origin (method git-fetch) @@ -1018,7 +1018,7 @@ allows users to brew while offline.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0hw92ln9jm9v55drmbfqjng58yshgwfpv7fqynryrg3gvg8zhbvh")))) + (base32 "0sgsvhqgiq6v1v5am7ghja8blhlrj0y1arvq6xq1j5fwa7c59ihs")))) (build-system cmake-build-system) (arguments `(#:phases |