summary refs log tree commit diff
path: root/gnu/packages/games.scm
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2017-07-25 23:06:45 +0200
committerMarius Bakke <mbakke@fastmail.com>2017-07-25 23:07:37 +0200
commit16fb1e79cab8d52f9ed1f1cecbd017829c91ed51 (patch)
treefd212f47d9f807e707fdab9aa96271aa34877e72 /gnu/packages/games.scm
parent4eacb47de033188a1fa464d1253feb999e056c0f (diff)
downloadguix-16fb1e79cab8d52f9ed1f1cecbd017829c91ed51.tar.gz
gnu: chess: Update to 6.2.5.
* gnu/packages/games.scm (chess): Update to 6.2.5.
Diffstat (limited to 'gnu/packages/games.scm')
-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 2dec9a3951..35577228f1 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -725,7 +725,7 @@ asynchronously and at a user-defined speed.")
 (define-public chess
   (package
     (name "chess")
-    (version "6.2.4")
+    (version "6.2.5")
     (source
      (origin
        (method url-fetch)
@@ -733,7 +733,7 @@ asynchronously and at a user-defined speed.")
                            ".tar.gz"))
        (sha256
         (base32
-         "1vw2w3jwnmn44d5vsw47f8y70xvxcsz9m5msq9fgqlzjch15qhiw"))))
+         "00j8s0npgfdi41a0mr5w9qbdxagdk2v41lcr42rwl1jp6miyk6cs"))))
     (build-system gnu-build-system)
     (home-page "https://www.gnu.org/software/chess/")
     (synopsis "Full chess implementation")