guix-commits
[Top][All Lists]
Advanced

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

44/117: gnu: libgweather: Update to 3.36.1.


From: guix-commits
Subject: 44/117: gnu: libgweather: Update to 3.36.1.
Date: Tue, 23 Mar 2021 19:25:46 -0400 (EDT)

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

commit dddd6b6dce0eef99389ecbf8592cadf9e962a7a5
Author: Léo Le Bouter <lle-bout@zaclys.net>
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 3fc4722..7ad2fae 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5312,7 +5312,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 "/"
@@ -5320,7 +5320,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

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