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

commit 373002efc9f076c513f18a59457a4be0878062e1
Author: Léo Le Bouter <[email protected]>
AuthorDate: Tue Mar 23 20:38:49 2021 +0100

    gnu: libgweather: Update to 3.36.1.
    
    * gnu/packages/gnome.scm (libgweather): Update to 3.36.1.
---
 gnu/packages/gnome.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index dd89f00..e38b78b 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5328,7 +5328,7 @@ service via the system message bus.")
 (define-public libgweather
   (package
     (name "libgweather")
-    (version "3.34.0")
+    (version "3.36.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -5336,7 +5336,7 @@ service via the system message bus.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1fgiqswkhiaijanml3mb16ajn5aanrk7x6yiwagp9n9rssam6902"))))
+                "0l74hc02rvzm4p530y539a67jwb080fqdaazdl8j0fr3xvq0j9yy"))))
     (build-system meson-build-system)
     (arguments
      `(#:tests? #f ; one of two tests requires network access

Reply via email to