kkebreau pushed a commit to branch wip-gnome3.36
in repository guix.
commit a6b3e6ec2bdb7360d309257a5478405ce6f6ab54
Author: Kei Kebreau <[email protected]>
AuthorDate: Tue Apr 21 16:12:23 2020 -0400
gnu: gnome-weather: Update to 3.36.1.
* gnu/packages/gnome.scm (gnome-weather): 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 07df9db..65aa5fd 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7786,7 +7786,7 @@ associations for GNOME.")
(define-public gnome-weather
(package
(name "gnome-weather")
- (version "3.34.0")
+ (version "3.36.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -7794,7 +7794,7 @@ associations for GNOME.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1g63xzs17i36if923b36k9fwbk0nqa5vz6zh1k6q2axrzhhpx1i4"))))
+ "11z75ky6xp9hx7lm24xng7ydr20bzh4d6p9sbi9c8ccz2m3fdrk8"))))
(build-system meson-build-system)
(native-inputs
`(("gettext" ,gettext-minimal)