This is an automated email from the git hooks/post-receive script. efraim pushed a commit to branch master in repository guix.
The following commit(s) were added to refs/heads/master by this push: new 9f6efa1 gnu: chess: Update to 6.2.7. 9f6efa1 is described below commit 9f6efa117cd309cb9b467b96dd2d6bb472df7abb Author: Efraim Flashner <efr...@flashner.co.il> AuthorDate: Sun May 31 19:16:35 2020 +0300 gnu: chess: Update to 6.2.7. * gnu/packages/games.scm (chess): Update to 6.2.7. --- 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 210cf8a..bf68c34 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -2053,7 +2053,7 @@ asynchronously and at a user-defined speed.") (define-public chess (package (name "chess") - (version "6.2.6") + (version "6.2.7") (source (origin (method url-fetch) @@ -2061,7 +2061,7 @@ asynchronously and at a user-defined speed.") ".tar.gz")) (sha256 (base32 - "0kxhdv01ia91v2y0cmzbll391ns2vbmn65jjrv37h4s1srszh5yn")))) + "0ilq4bfl0lwyzf11q7n2skydjhalfn3bgxhrp5hjxs5bc5d6fdp5")))) (build-system gnu-build-system) (home-page "https://www.gnu.org/software/chess/") (synopsis "Full chess implementation")