guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: chess: Update to 6.2.3.


From: Efraim Flashner
Subject: 01/01: gnu: chess: Update to 6.2.3.
Date: Tue, 20 Sep 2016 18:41:40 +0000 (UTC)

efraim pushed a commit to branch master
in repository guix.

commit e6d58734b6037640d7b1a04fe3a1c2fa6cbc203f
Author: Efraim Flashner <address@hidden>
Date:   Tue Sep 20 21:41:14 2016 +0300

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

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 65e8ef9..5ccefcb 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -326,7 +326,7 @@ asynchronously and at a user-defined speed.")
 (define-public chess
   (package
     (name "chess")
-    (version "6.2.2")
+    (version "6.2.3")
     (source
      (origin
        (method url-fetch)
@@ -334,7 +334,7 @@ asynchronously and at a user-defined speed.")
                            ".tar.gz"))
        (sha256
         (base32
-         "1a41ag03q66pwy3pjrmbxxjpzi9fcaiiaiywd7m9v25mxqac2xkp"))))
+         "10hvnfhj9bkpz80x20jgxyqvgvrcgfdp8sfcbcrf1dgjn9v936bq"))))
     (build-system gnu-build-system)
     (home-page "http://www.gnu.org/software/chess";)
     (synopsis "Full chess implementation")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]