GNU bug report logs -
#49557
[PATCH] gnu: chess: Update to 6.2.9.
Previous Next
Reported by: Michael Rohleder <mike <at> rohleder.de>
Date: Wed, 14 Jul 2021 01:18:02 UTC
Severity: normal
Tags: patch
Done: Michael Rohleder <mike <at> rohleder.de>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/games.scm (chess): Update to 6.2.9.
---
gnu/packages/games.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 692c00985b..9a44c4d701 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -3167,7 +3167,7 @@ asynchronously and at a user-defined speed.")
(define-public chess
(package
(name "chess")
- (version "6.2.8")
+ (version "6.2.9")
(source
(origin
(method url-fetch)
@@ -3175,7 +3175,7 @@ asynchronously and at a user-defined speed.")
".tar.gz"))
(sha256
(base32
- "0irqb0wl30c2i1rs8f6mm1c89l7l9nxxv7533lr408h1m36lc16m"))))
+ "140qqkmvldnf41s39khrgyzr6a0az7dcfhkcmflh0sbmvl5w5z6x"))))
(build-system gnu-build-system)
(arguments
'(#:phases
--
2.32.0
This bug report was last modified 4 years and 4 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.