[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
12/13: gnu: cockatrice: Update to 2.9.0.
From: |
guix-commits |
Subject: |
12/13: gnu: cockatrice: Update to 2.9.0. |
Date: |
Mon, 30 Oct 2023 07:19:56 -0400 (EDT) |
cbaines pushed a commit to branch master
in repository guix.
commit 4d52378daa35a324fdb3576d066e8ec88e6738ca
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Sat Oct 28 20:24:54 2023 +0200
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>
---
gnu/packages/games.scm | 6 +++---
1 file 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
- 02/13: gnu: Add ffmpeg-normalize., (continued)
- 02/13: gnu: Add ffmpeg-normalize., guix-commits, 2023/10/30
- 05/13: gnu: Add python-online-judge-api-client., guix-commits, 2023/10/30
- 04/13: gnu: Add aerich., guix-commits, 2023/10/30
- 03/13: gnu: Add python-ddlparse., guix-commits, 2023/10/30
- 01/13: gnu: Add ffmpeg-progress-yield., guix-commits, 2023/10/30
- 09/13: gnu: Remove python-resolvelib@0.5., guix-commits, 2023/10/30
- 06/13: gnu: Add online-judge-tools., guix-commits, 2023/10/30
- 07/13: gnu: Add r-consort., guix-commits, 2023/10/30
- 08/13: gnu: ansible-core: Update to 2.15.5 and fix tests., guix-commits, 2023/10/30
- 11/13: gnu: labwc: Update to 0.6.5., guix-commits, 2023/10/30
- 12/13: gnu: cockatrice: Update to 2.9.0.,
guix-commits <=
- 10/13: gnu: ansible: Update to 8.5.0., guix-commits, 2023/10/30
- 13/13: gnu: transmission: Update to 4.0.4., guix-commits, 2023/10/30