efraim pushed a commit to branch master
in repository guix.

commit 830d170e97ddba0d4f49edbbf803a37f636f3f52
Author: Efraim Flashner <[email protected]>
Date:   Sat Oct 17 22:46:42 2015 +0300

    gnu: chess: Update to 6.2.2.
    
    * gnu/packages/games.scm (chess): Update to 6.2.2.
---
 gnu/packages/games.scm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index dfaf838..3023794 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -298,7 +298,7 @@ asynchronously and at a user-defined speed.")
 (define-public chess
   (package
     (name "chess")
-    (version "6.1.1")
+    (version "6.2.2")
     (source
      (origin
        (method url-fetch)
@@ -306,7 +306,7 @@ asynchronously and at a user-defined speed.")
                            ".tar.gz"))
        (sha256
         (base32
-         "1jckpg1qi1vjr3pqs0dnip3rmn0mgklx63xflrpqiv3cx2qlz8kn"))))
+         "1a41ag03q66pwy3pjrmbxxjpzi9fcaiiaiywd7m9v25mxqac2xkp"))))
     (build-system gnu-build-system)
     (home-page "http://www.gnu.org/software/chess";)
     (synopsis "Full chess implementation")

Reply via email to