guix-commits
[Top][All Lists]
Advanced

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

36/37: gnu: libgweather: Update to 3.28.3.


From: guix-commits
Subject: 36/37: gnu: libgweather: Update to 3.28.3.
Date: Sun, 14 Jul 2019 15:54:56 -0400 (EDT)

kkebreau pushed a commit to branch bd15da3a379821e3943403c
in repository guix.

commit 7a29e11e2ed506132869b64bd0649edb720d4f7e
Author: Kei Kebreau <address@hidden>
Date:   Fri Jul 5 01:09:33 2019 -0400

    gnu: libgweather: Update to 3.28.3.
    
    * gnu/packages/gnome.scm (libgweather): Update to 3.28.3.
---
 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 33d4932..74bcd99 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3203,7 +3203,7 @@ service via the system message bus.")
 (define-public libgweather
   (package
     (name "libgweather")
-    (version "3.28.2")
+    (version "3.28.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -3211,7 +3211,7 @@ service via the system message bus.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0xfy5ghwvnz2g9074dy6512m4z2pv66pmja14vhi9imgacbfh708"))))
+                "1xz60h59zgyk61y2wwzm0xlqav72i668g7v0x7rh9idz240hxls5"))))
     (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]