Archived
1
0
Fork 0

gnu: chess: Update to 6.2.5.

* gnu/packages/games.scm (chess): Update to 6.2.5.
This commit is contained in:
Marius Bakke 2017-07-25 23:06:45 +02:00
parent 4eacb47de0
commit 16fb1e79ca
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -725,7 +725,7 @@ asynchronously and at a user-defined speed.")
(define-public chess (define-public chess
(package (package
(name "chess") (name "chess")
(version "6.2.4") (version "6.2.5")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -733,7 +733,7 @@ asynchronously and at a user-defined speed.")
".tar.gz")) ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1vw2w3jwnmn44d5vsw47f8y70xvxcsz9m5msq9fgqlzjch15qhiw")))) "00j8s0npgfdi41a0mr5w9qbdxagdk2v41lcr42rwl1jp6miyk6cs"))))
(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")