gnu: chess: Update to 6.2.2.

* gnu/packages/games.scm (chess): Update to 6.2.2.
This commit is contained in:
Efraim Flashner 2015-10-17 22:46:42 +03:00
parent e591a4d6e5
commit 830d170e97
1 changed files with 2 additions and 2 deletions

View File

@ -298,7 +298,7 @@ asynchronously and at a user-defined speed.")
(define-public chess (define-public chess
(package (package
(name "chess") (name "chess")
(version "6.1.1") (version "6.2.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -306,7 +306,7 @@ asynchronously and at a user-defined speed.")
".tar.gz")) ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1jckpg1qi1vjr3pqs0dnip3rmn0mgklx63xflrpqiv3cx2qlz8kn")))) "1a41ag03q66pwy3pjrmbxxjpzi9fcaiiaiywd7m9v25mxqac2xkp"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(home-page "http://www.gnu.org/software/chess") (home-page "http://www.gnu.org/software/chess")
(synopsis "Full chess implementation") (synopsis "Full chess implementation")