guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: gnome-chess: Update to 3.37.3.


From: guix-commits
Subject: branch master updated: gnu: gnome-chess: Update to 3.37.3.
Date: Tue, 25 Aug 2020 23:41:46 -0400

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

brettgilio pushed a commit to branch master
in repository guix.

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

commit a41b8c9a09186b9e176daa20ad2c46a9ff0fb009
Author: Michael Rohleder <mike@rohleder.de>
AuthorDate: Wed Aug 26 05:34:42 2020 +0200

    gnu: gnome-chess: Update to 3.37.3.
    
    * gnu/packages/games.scm (gnome-chess): Update to 3.37.3.
    
    Signed-off-by: Brett Gilio <brettg@gnu.org>
---
 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 9eb11ed..7f6c238 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -1401,7 +1401,7 @@ destroying an ancient book using a special wand.")
 (define-public gnome-chess
   (package
     (name "gnome-chess")
-    (version "3.36.1")
+    (version "3.37.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/gnome-chess/"
@@ -1409,7 +1409,7 @@ destroying an ancient book using a special wand.")
                                   "gnome-chess-" version ".tar.xz"))
               (sha256
                (base32
-                "165bk8s3nngyqbikggspj4rff5nxxfkfcmgzjb4grmsrgbqwk5di"))))
+                "09axf0q1mp13sv8cs0syfg8ahcd9r2qb26278r09j6s4njxmkfv4"))))
     (build-system meson-build-system)
     (arguments
      '(#:glib-or-gtk? #t



reply via email to

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