summary refs log tree commit diff
path: root/gnu/packages
diff options
context:
space:
mode:
authorKei Kebreau <kkebreau@posteo.net>2020-04-21 16:12:23 -0400
committerKei Kebreau <kkebreau@posteo.net>2020-05-12 10:49:52 -0400
commit448515a766070dee322ae35ee8c0d99315732c9e (patch)
tree9d1f3a44db0afc8e0bdf0b336afb148bb22fc07c /gnu/packages
parent376ca03c98ea98dc280cf7214f541977a47dd0af (diff)
downloadguix-448515a766070dee322ae35ee8c0d99315732c9e.tar.gz
gnu: gnome-weather: Update to 3.36.1.
* gnu/packages/gnome.scm (gnome-weather): Update to 3.36.1.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/gnome.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 81aed339f3..8540d5ed02 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7787,7 +7787,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 "/"
@@ -7795,7 +7795,7 @@ associations for GNOME.")
                                 name "-" version ".tar.xz"))
             (sha256
              (base32
-              "1g63xzs17i36if923b36k9fwbk0nqa5vz6zh1k6q2axrzhhpx1i4"))))
+              "11z75ky6xp9hx7lm24xng7ydr20bzh4d6p9sbi9c8ccz2m3fdrk8"))))
    (build-system meson-build-system)
    (native-inputs
     `(("gettext" ,gettext-minimal)