gnu: chess: Update to 6.2.3.
* gnu/packages/games.scm (chess): Update to 6.2.3.
This commit is contained in:
parent
b04a52a6ff
commit
e6d58734b6
|
@ -326,7 +326,7 @@ asynchronously and at a user-defined speed.")
|
||||||
(define-public chess
|
(define-public chess
|
||||||
(package
|
(package
|
||||||
(name "chess")
|
(name "chess")
|
||||||
(version "6.2.2")
|
(version "6.2.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -334,7 +334,7 @@ asynchronously and at a user-defined speed.")
|
||||||
".tar.gz"))
|
".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1a41ag03q66pwy3pjrmbxxjpzi9fcaiiaiywd7m9v25mxqac2xkp"))))
|
"10hvnfhj9bkpz80x20jgxyqvgvrcgfdp8sfcbcrf1dgjn9v936bq"))))
|
||||||
(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")
|
||||||
|
|
Loading…
Reference in New Issue