gnu: chess: Update to 6.2.8.

* gnu/packages/games.scm (chess): Update to 6.2.8.
This commit is contained in:
Efraim Flashner 2021-05-10 09:32:06 +03:00
parent d8c1413a53
commit 9a11f2380f
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -19,7 +19,7 @@
;;; Copyright © 2016 Albin Söderqvist <albin@fripost.org>
;;; Copyright © 2016, 2017, 2018, 2019, 2020 Kei Kebreau <kkebreau@posteo.net>
;;; Copyright © 2016 Alex Griffin <a@ajgrf.com>
;;; Copyright © 2016, 2017, 2018, 2019, 2020 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2016, 2017, 2018, 2019, 2020, 2021 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2016 Jan Nieuwenhuizen <janneke@gnu.org>
;;; Copyright © 2016 Steve Webber <webber.sl@gmail.com>
;;; Copyright © 2017 Adonay "adfeno" Felipe Nogueira <https://libreplanet.org/wiki/User:Adfeno> <adfeno@hyperbola.info>
@ -3156,7 +3156,7 @@ (define-public cmatrix
(define-public chess
(package
(name "chess")
(version "6.2.7")
(version "6.2.8")
(source
(origin
(method url-fetch)
@ -3164,7 +3164,7 @@ (define-public chess
".tar.gz"))
(sha256
(base32
"0ilq4bfl0lwyzf11q7n2skydjhalfn3bgxhrp5hjxs5bc5d6fdp5"))))
"0irqb0wl30c2i1rs8f6mm1c89l7l9nxxv7533lr408h1m36lc16m"))))
(build-system gnu-build-system)
(arguments
'(#:phases