me
/
guix
Archived
1
0
Fork 0

gnu: chess: Update to 6.2.6.

* gnu/packages/games.scm (chess): Update to 6.2.6.
master
Efraim Flashner 2020-04-18 21:01:52 +03:00
parent dc9b1835d2
commit 6a825d8c0d
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

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