guix-commits
[Top][All Lists]
Advanced

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

03/05: gnu: libgweather: Update to 3.26.1.


From: Tobias Geerinckx-Rice
Subject: 03/05: gnu: libgweather: Update to 3.26.1.
Date: Mon, 27 Nov 2017 11:05:54 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 47aba9ddc9a01a14b809031e2bc441acdf1d89a6
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Nov 27 16:40:09 2017 +0100

    gnu: libgweather: Update to 3.26.1.
    
    * gnu/packages/gnome.scm (libgweather): Update to 3.26.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 731fe13..9413e9f 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2949,7 +2949,7 @@ service via the system message bus.")
 (define-public libgweather
   (package
     (name "libgweather")
-    (version "3.26.0")
+    (version "3.26.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -2957,7 +2957,7 @@ service via the system message bus.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0vkbc8rvmrlfiws844izxfl01r6l9p6agf8vvgszzkry1gfbm12v"))))
+                "1f64ix7acj0j0qvxwxaazii2bhsjgh5ang1kw14fkg25ndq899zw"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags



reply via email to

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