guix-commits
[Top][All Lists]
Advanced

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

02/05: gnu: libgweather: Update to 3.20.3.


From: Ludovic Courtès
Subject: 02/05: gnu: libgweather: Update to 3.20.3.
Date: Thu, 20 Oct 2016 20:26:22 +0000 (UTC)

civodul pushed a commit to branch core-updates
in repository guix.

commit 6205e6a0ced19a01b63f1b818015eb96eecaa6a9
Author: Ludovic Courtès <address@hidden>
Date:   Thu Oct 20 21:22:46 2016 +0200

    gnu: libgweather: Update to 3.20.3.
    
    * gnu/packages/gnome.scm (libgweather): Update to 3.20.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 f00eeda..13564bf 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2581,7 +2581,7 @@ service via the system message bus.")
 (define-public libgweather
   (package
     (name "libgweather")
-    (version "3.20.2")
+    (version "3.20.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -2589,7 +2589,7 @@ service via the system message bus.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "15ycgvdvika57rhnb46j6pj1907nj5y5nyy7sgj0yvpjbqsiskzp"))))
+                "02vcnlchcq3hxsm75x2szzkszg1yp1rg164p1b23vnzm9svcaszv"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags



reply via email to

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