diff options
author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2023-10-28 20:24:54 +0200 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2023-10-30 11:17:43 +0000 |
commit | 4d52378daa35a324fdb3576d066e8ec88e6738ca (patch) | |
tree | 30cab7e6dde20206467aa6287aa24c68961ac6b7 /gnu/packages/games.scm | |
parent | 500eee9c843d6ec45c4dd3f1b5eb9be1be69e5ad (diff) |
gnu: cockatrice: Update to 2.9.0.
* gnu/packages/games.scm (cockatrice): Update to 2.9.0.
Change-Id: Ia963a45ff49af40295329fd99db0dd039e314b77
Signed-off-by: Christopher Baines <mail@cbaines.net>
Diffstat (limited to 'gnu/packages/games.scm')
-rw-r--r-- | gnu/packages/games.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 16f49f5e6a..8313c02754 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -1071,10 +1071,10 @@ want what you have.") (license license:cc-by-sa3.0))) (define-public cockatrice - (let ((release-date "2021-01-26")) + (let ((release-date "2023-09-14")) (package (name "cockatrice") - (version "2.8.0") + (version "2.9.0") (source (origin (method git-fetch) @@ -1084,7 +1084,7 @@ want what you have.") (file-name (git-file-name name version)) (sha256 (base32 - "0q8ffcklb2b7hcqhy3d2f9kz9aw22pp04pc9y4sslyqmf17pwnz9")) + "1jhn6pprd3j8m312mm8nlb9hwcchg3qkks5rw0x7d22alk922dlv")) (modules '((guix build utils))) (snippet ;; Strip image URLs as they point towards non-free web services |