guix-commits
[Top][All Lists]
Advanced

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

06/25: gnu: gnome-chess: Update to 3.36.1.


From: guix-commits
Subject: 06/25: gnu: gnome-chess: Update to 3.36.1.
Date: Sat, 13 Jun 2020 18:49:28 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 8c07da61e74cd26b5467183915fca2ebb68e46b0
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Jun 13 17:26:02 2020 +0200

    gnu: gnome-chess: Update to 3.36.1.
    
    * gnu/packages/games.scm (gnome-chess): Update to 3.36.1.
---
 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 ed1333d..9398524 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -1158,7 +1158,7 @@ destroying an ancient book using a special wand.")
 (define-public gnome-chess
   (package
     (name "gnome-chess")
-    (version "3.36.0")
+    (version "3.36.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/gnome-chess/"
@@ -1166,7 +1166,7 @@ destroying an ancient book using a special wand.")
                                   "gnome-chess-" version ".tar.xz"))
               (sha256
                (base32
-                "1a9fgi749gy1f60vbcyrqqkab9vqs42hji70q73k1xx8rv0agmg0"))))
+                "165bk8s3nngyqbikggspj4rff5nxxfkfcmgzjb4grmsrgbqwk5di"))))
     (build-system meson-build-system)
     (arguments
      '(#:glib-or-gtk? #t



reply via email to

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