guix-commits
[Top][All Lists]
Advanced

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

01/117: gnu: gnome-chess: Update to 40.0.


From: guix-commits
Subject: 01/117: gnu: gnome-chess: Update to 40.0.
Date: Tue, 23 Mar 2021 19:25:32 -0400 (EDT)

lle_bout pushed a commit to branch wip-gnome-40
in repository guix.

commit 5a672ce1c28541abb4658568749c0b913dcdc58c
Author: Léo Le Bouter <lle-bout@zaclys.net>
AuthorDate: Tue Mar 23 20:13:59 2021 +0100

    gnu: gnome-chess: Update to 40.0.
    
    * gnu/packages/games.scm (gnome-chess): Update to 40.0.
---
 gnu/packages/games.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index f6982b5..2f39e07 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -1626,15 +1626,15 @@ destroying an ancient book using a special wand.")
 (define-public gnome-chess
   (package
     (name "gnome-chess")
-    (version "3.37.3")
+    (version "40.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/gnome-chess/"
-                                  (version-major+minor version)  "/"
+                                  (version-major version)  "/"
                                   "gnome-chess-" version ".tar.xz"))
               (sha256
                (base32
-                "09axf0q1mp13sv8cs0syfg8ahcd9r2qb26278r09j6s4njxmkfv4"))))
+                "0c4nfyi3frl94vjsfp3r07k7g7ffwf8dg5qyq1580mxmks0gigr5"))))
     (build-system meson-build-system)
     (arguments
      '(#:glib-or-gtk? #t



reply via email to

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