Message ID | 2fe9ebea-78f2-437e-3a95-f78956755568@riseup.net |
---|---|
State | Accepted |
Headers | show |
Series | [bug#40380] Update gnome-online-accounts Package description | expand |
Context | Check | Description |
---|---|---|
cbaines/comparison | success | View comparision |
cbaines/git branch | success | View Git branch |
cbaines/applying patch | fail | View Laminar job |
Hi Naga, thanks for the patch! Pushed to guix master as commit dd233e4dfa705c9824c39eb7ce02aa7b25b1c9a5. Note: gnome-todo didn't work both before and after this patch. Note: gnome-tweaks was not reproducible both before and after this patch.
Naga Malleswari <nagamalli@riseup.net> writes: > Submitting patch to update package description for gnome-online-accounts > package. Thanks for the patch. I see it has been pushed already, but I want to ask whether you have tried using the Evolution mail client with this patch? Typically it needs to be updated together with gnome-online-accounts. Generally all the GNOME libraries and packages need to be updated in lockstep to avoid incompatibilities. But if you have tested these patches on a GNOME system it's probably fine, just want to make sure. :-)
From 966bf4d9d197e14cd69e2f937f803aed188da59f Mon Sep 17 00:00:00 2001 From: Naga Malleswari <nagamalli@riseup.net> Date: Thu, 2 Apr 2020 00:45:56 +0530 Subject: [PATCH] gnu: Update gnome-online-accounts to 3.36.0. * gnu/packages/gnome.scm (gnome-online-accounts): Update to 3.36.0. --- gnu/packages/gnome.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index bae20bae76..0e9768c70d 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -49,6 +49,7 @@ ;;; Copyright © 2020 Pierre Neidhardt <mail@ambrevar.xyz> ;;; Copyright © 2020 raingloom <raingloom@riseup.net> ;;; Copyright © 2020 Nicolas Goaziou <mail@nicolasgoaziou.fr> +;;; Copyright © 2020 Naga Malleswari <nagamalli@riseup.net> ;;; ;;; This file is part of GNU Guix. ;;; @@ -6081,7 +6082,7 @@ window manager.") (define-public gnome-online-accounts (package (name "gnome-online-accounts") - (version "3.32.1") + (version "3.36.0") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -6089,7 +6090,7 @@ window manager.") name "-" version ".tar.xz")) (sha256 (base32 - "08g9kdj8fzcgp76z2zsj9m7wfjks9z6xfrfrbfmcr69k40mapfx8")))) + "0bigfi225g1prnxpb9lcc1i7mdcrkplwb05vilc43jik12cn53qw")))) (outputs '("out" "lib")) (build-system glib-or-gtk-build-system) (arguments -- 2.25.1