guix-commits
[Top][All Lists]
Advanced

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

20/107: gnu: libgweather: Update to 3.36.0.


From: guix-commits
Subject: 20/107: gnu: libgweather: Update to 3.36.0.
Date: Tue, 12 May 2020 10:53:10 -0400 (EDT)

kkebreau pushed a commit to branch wip-gnome3.36
in repository guix.

commit 0546ccaafe47dfb11cde09fafc7c3b59a374f9a5
Author: Kei Kebreau <address@hidden>
AuthorDate: Sat Apr 18 13:22:21 2020 -0400

    gnu: libgweather: Update to 3.36.0.
    
    * gnu/packages/gnome.scm (libgweather): Update to 3.36.0.
---
 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 58c5330..caf1981 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4180,7 +4180,7 @@ service via the system message bus.")
 (define-public libgweather
   (package
     (name "libgweather")
-    (version "3.34.0")
+    (version "3.36.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -4188,7 +4188,7 @@ service via the system message bus.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1fgiqswkhiaijanml3mb16ajn5aanrk7x6yiwagp9n9rssam6902"))))
+                "0bd30g3facfcgf18y2110xhc7ijly313y49mpwdkvl482z0fxzyj"))))
     (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]