mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-02 08:07:29 +01:00
gnu: chess: Update to 6.2.9.
* gnu/packages/games.scm (chess): Update to 6.2.9.
This commit is contained in:
parent
59e97a67ba
commit
2847022dc7
1 changed files with 2 additions and 2 deletions
|
@ -3167,7 +3167,7 @@ (define-public cmatrix
|
||||||
(define-public chess
|
(define-public chess
|
||||||
(package
|
(package
|
||||||
(name "chess")
|
(name "chess")
|
||||||
(version "6.2.8")
|
(version "6.2.9")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -3175,7 +3175,7 @@ (define-public chess
|
||||||
".tar.gz"))
|
".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0irqb0wl30c2i1rs8f6mm1c89l7l9nxxv7533lr408h1m36lc16m"))))
|
"140qqkmvldnf41s39khrgyzr6a0az7dcfhkcmflh0sbmvl5w5z6x"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases
|
'(#:phases
|
||||||
|
|
Loading…
Reference in a new issue