aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2020-04-18 21:01:52 +0300
committerEfraim Flashner <efraim@flashner.co.il>2020-04-18 21:01:52 +0300
commit6a825d8c0d4663169e17d60a67f92ed690fd060e (patch)
tree3b4171d25c70787d0fb4c7353325b9026b14cb60
parentdc9b1835d204e942ffb6bfc1939e204b1dad3aa2 (diff)
downloadguix-6a825d8c0d4663169e17d60a67f92ed690fd060e.tar
guix-6a825d8c0d4663169e17d60a67f92ed690fd060e.tar.gz
gnu: chess: Update to 6.2.6.
* gnu/packages/games.scm (chess): Update to 6.2.6.
-rw-r--r--gnu/packages/games.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 181eab19b2..10b3a072b9 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -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")