kkebreau pushed a commit to branch wip-gnome3.36
in repository guix.
commit 91510fd2e6d2cadce3688d1b6252e3d84263157f
Author: Kei Kebreau <[email protected]>
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 3fefe7b..31e5f20 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