guix-commits
[Top][All Lists]
Advanced

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

75/107: gnu: gnome-weather: Update to 3.36.1.


From: guix-commits
Subject: 75/107: gnu: gnome-weather: Update to 3.36.1.
Date: Tue, 12 May 2020 10:53:29 -0400 (EDT)

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

commit 448515a766070dee322ae35ee8c0d99315732c9e
Author: Kei Kebreau <address@hidden>
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 81aed33..8540d5e 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)



reply via email to

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