me
/
guix
Archived
1
0
Fork 0

gnu: chess: Update to 6.2.7.

* gnu/packages/games.scm (chess): Update to 6.2.7.
master
Efraim Flashner 2020-05-31 19:16:35 +03:00
parent bf6438f465
commit 9f6efa117c
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -2053,7 +2053,7 @@ asynchronously and at a user-defined speed.")
(define-public chess (define-public chess
(package (package
(name "chess") (name "chess")
(version "6.2.6") (version "6.2.7")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -2061,7 +2061,7 @@ asynchronously and at a user-defined speed.")
".tar.gz")) ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0kxhdv01ia91v2y0cmzbll391ns2vbmn65jjrv37h4s1srszh5yn")))) "0ilq4bfl0lwyzf11q7n2skydjhalfn3bgxhrp5hjxs5bc5d6fdp5"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(home-page "https://www.gnu.org/software/chess/") (home-page "https://www.gnu.org/software/chess/")
(synopsis "Full chess implementation") (synopsis "Full chess implementation")