[PATCH] gnu: gnome-chess: Update to 3.37.3.

  • Done
  • quality assurance status badge
Details
3 participants
  • Brett Gilio
  • Efraim Flashner
  • Michael Rohleder
Owner
unassigned
Submitted by
Michael Rohleder
Severity
normal

Debbugs page

Michael Rohleder wrote 5 years ago
(address . guix-patches@gnu.org)(name . Michael Rohleder)(address . mike@rohleder.de)
20200826033442.16441-1-mike@rohleder.de
* gnu/packages/games.scm (gnome-chess): Update to 3.37.3.
---
gnu/packages/games.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
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
--
2.28.0
Brett Gilio wrote 5 years ago
(name . Michael Rohleder)(address . mike@rohleder.de)(address . 43054-done@debbugs.gnu.org)
87h7sqax8p.fsf@gnu.org
Michael Rohleder <mike@rohleder.de> writes:

Toggle quote (6 lines)
> * 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
Closed
Efraim Flashner wrote 5 years ago
Re: bug#43054: [PATCH] gnu: gnome-chess: Update to 3.37.3.
20200826084656.GD30372@E5400
On Tue, Aug 25, 2020 at 10:42:46PM -0500, Brett Gilio wrote:
Toggle quote (13 lines)
> 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.

--
Efraim Flashner <efraim@flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
-----BEGIN PGP SIGNATURE-----

iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAl9GIXwACgkQQarn3Mo9
g1FGXQ/9GpvWKcl2aQDgTjn3Sw+1SoNadNVpXYb6DJI8C1uvx0HrBXclZwZfMlBj
rxBhYPufbk8mCtMGnKgHFUQnP45brRwqpMzonKPmNQ7G3GrQ3pYQqDwvnCBoFHDX
D+whzCXXTV2d6ThLO76YWfENtlnsgHXDSesnMQl9sGMntmFa/9xDhu8dGOzC8JU9
7ceQBEPkJccHtI9LbhH7aYohk4Th0O+uQy+NYGUCe4aQpaQC5oxTOTwpo0KPLCfe
OtzMhaSE4IXk0rMuHWL2CeCAnwLoRotGyUV60bH9tObMxaNJnCSdY9C6lh8IuWV8
YTRhMDYuNESA+NH6op0nkICDyPNiw/raNWurqEroG5ts/XbfpTvInSW0jjdJ65H9
ZB0zbQWGXYTh+L10f3XDrhQmREhzhEJNU0LqGzya3/srfnquacns8xndF3M8DWmt
Zg7TfjZuyP3V5uE7BnMiC5Lbec65OLnRHf8nE54y8BjBdr/jqvhEJqVyjRO8SGwe
f/4epBlNLtNKZgb93Wrfnqy2XlO1nuqMJ/3VfJcX1iIgKTEByCjmlczzTUvEz7ZO
QBoRI/jVnytXaMszNE4RPCD0r3pAlihTP2xvxh+OjqMXATSUaBLps06McfYhtp1G
QO7dRW9dXCUoABeouFyUhaSbRGGxCRZfzEsPcZnnP9xpRPn4SzY=
=OOO7
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 43054@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 43054
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help