guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: chess: Update to 6.2.9.


From: guix-commits
Subject: branch master updated: gnu: chess: Update to 6.2.9.
Date: Wed, 14 Jul 2021 02:18:57 -0400

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 2847022  gnu: chess: Update to 6.2.9.
2847022 is described below

commit 2847022dc761bb0e8f83b1e0c7739f79a5e14a56
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Jul 14 09:17:52 2021 +0300

    gnu: chess: Update to 6.2.9.
    
    * gnu/packages/games.scm (chess): Update to 6.2.9.
---
 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 692c009..9a44c4d 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -3167,7 +3167,7 @@ asynchronously and at a user-defined speed.")
 (define-public chess
   (package
     (name "chess")
-    (version "6.2.8")
+    (version "6.2.9")
     (source
      (origin
        (method url-fetch)
@@ -3175,7 +3175,7 @@ asynchronously and at a user-defined speed.")
                            ".tar.gz"))
        (sha256
         (base32
-         "0irqb0wl30c2i1rs8f6mm1c89l7l9nxxv7533lr408h1m36lc16m"))))
+         "140qqkmvldnf41s39khrgyzr6a0az7dcfhkcmflh0sbmvl5w5z6x"))))
     (build-system gnu-build-system)
     (arguments
      '(#:phases



reply via email to

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