guix-commits
[Top][All Lists]
Advanced

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

19/60: gnu: libgweather: Update to 3.34.0.


From: guix-commits
Subject: 19/60: gnu: libgweather: Update to 3.34.0.
Date: Sat, 25 Jan 2020 14:47:04 -0500 (EST)

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

commit a7d0efa902ae917e74fc9179d1f4e3edac677a97
Author: Kei Kebreau <address@hidden>
AuthorDate: Mon Dec 16 23:16:11 2019 -0500

    gnu: libgweather: Update to 3.34.0.
    
    * gnu/packages/gnome.scm (libgweather): Update to 3.34.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 e5db497..294be02 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4215,7 +4215,7 @@ service via the system message bus.")
 (define-public libgweather
   (package
     (name "libgweather")
-    (version "3.28.3")
+    (version "3.34.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -4223,7 +4223,7 @@ service via the system message bus.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1xz60h59zgyk61y2wwzm0xlqav72i668g7v0x7rh9idz240hxls5"))))
+                "1fgiqswkhiaijanml3mb16ajn5aanrk7x6yiwagp9n9rssam6902"))))
     (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]