diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-06-20 16:43:50 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-06-20 16:44:09 +0200 |
commit | d027858e70c4a37aca90b1d4ecb2f0421a95d987 (patch) | |
tree | 1f62708ea75b6aaec17305b9dfcb3b7f06bd7abf /gnu/packages/games.scm | |
parent | eca228eb09fd54021af98347aeeb92e5c3dd629e (diff) | |
download | guix-d027858e70c4a37aca90b1d4ecb2f0421a95d987.tar guix-d027858e70c4a37aca90b1d4ecb2f0421a95d987.tar.gz |
gnu: corsix-th: Update to 0.65.
* gnu/packages/games.scm (corsix-th): Update to 0.65.
Diffstat (limited to 'gnu/packages/games.scm')
-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 6b3a6f0e1f..fca25294db 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -946,7 +946,7 @@ allows users to brew while offline.") (define-public corsix-th (package (name "corsix-th") - (version "0.64") + (version "0.65") (source (origin (method git-fetch) @@ -955,7 +955,7 @@ allows users to brew while offline.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0chh9cv2kdc39sr0x8hclcyzd8dz2y6grgagqzkvr7j570wa5cqh")))) + (base32 "0hp7da7b73dpn1h22rw3h8w6aaj9azn18qnp3ap3lrlqhj4fzcb3")))) (build-system cmake-build-system) (arguments `(#:phases |