diff mbox series

[bug#43054] gnu: gnome-chess: Update to 3.37.3.

Message ID 20200826033442.16441-1-mike@rohleder.de
State Accepted
Headers show
Series [bug#43054] gnu: gnome-chess: Update to 3.37.3. | expand

Checks

Context Check Description
cbaines/applying patch fail View Laminar job

Commit Message

Michael Rohleder Aug. 26, 2020, 3:34 a.m. UTC
* gnu/packages/games.scm (gnome-chess): Update to 3.37.3.
---
 gnu/packages/games.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Brett Gilio Aug. 26, 2020, 3:42 a.m. UTC | #1
Michael Rohleder <mike@rohleder.de> writes:

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

Thanks for the patch! Pushed to master with
a41b8c9a09186b9e176daa20ad2c46a9ff0fb009.

Brett Gilio
Efraim Flashner Aug. 26, 2020, 8:46 a.m. UTC | #2
On Tue, Aug 25, 2020 at 10:42:46PM -0500, Brett Gilio wrote:
> Michael Rohleder <mike@rohleder.de> writes:
> 
> > * gnu/packages/games.scm (gnome-chess): Update to 3.37.3.
> > ---
> >  gnu/packages/games.scm | 4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
> >
> 
> Thanks for the patch! Pushed to master with
> a41b8c9a09186b9e176daa20ad2c46a9ff0fb009.
> 
> Brett Gilio

I'd like to point out that gnome releases with an odd numbered minor
version (the 37 in 3.37.3) normally means that it's a beta release.

That said, I'm sure my son will love the upgrade to gnome-chess.
diff mbox series

Patch

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 9eb11eda50..7f6c238f51 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