mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05: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
|
||||
(package
|
||||
(name "chess")
|
||||
(version "6.2.8")
|
||||
(version "6.2.9")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -3175,7 +3175,7 @@ (define-public chess
|
|||
".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0irqb0wl30c2i1rs8f6mm1c89l7l9nxxv7533lr408h1m36lc16m"))))
|
||||
"140qqkmvldnf41s39khrgyzr6a0az7dcfhkcmflh0sbmvl5w5z6x"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:phases
|
||||
|
|
Loading…
Reference in a new issue