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>
This commit is contained in:
Liliana Marie Prikler 2023-10-28 20:24:54 +02:00 committed by Christopher Baines
parent 500eee9c84
commit 4d52378daa
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -1071,10 +1071,10 @@ (define-public cataclysm-dda
(license license:cc-by-sa3.0))) (license license:cc-by-sa3.0)))
(define-public cockatrice (define-public cockatrice
(let ((release-date "2021-01-26")) (let ((release-date "2023-09-14"))
(package (package
(name "cockatrice") (name "cockatrice")
(version "2.8.0") (version "2.9.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -1084,7 +1084,7 @@ (define-public cockatrice
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0q8ffcklb2b7hcqhy3d2f9kz9aw22pp04pc9y4sslyqmf17pwnz9")) "1jhn6pprd3j8m312mm8nlb9hwcchg3qkks5rw0x7d22alk922dlv"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet
;; Strip image URLs as they point towards non-free web services ;; Strip image URLs as they point towards non-free web services