guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: xfce4-weather-plugin: Update to 0.11.0.


From: guix-commits
Subject: branch master updated: gnu: xfce4-weather-plugin: Update to 0.11.0.
Date: Sat, 13 Feb 2021 03:38:35 -0500

This is an automated email from the git hooks/post-receive script.

iyzsong pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new a2aacf1  gnu: xfce4-weather-plugin: Update to 0.11.0.
a2aacf1 is described below

commit a2aacf18f59cf7a3e08c74e0ee74ed04594fd7a0
Author: Michael Rohleder <mike@rohleder.de>
AuthorDate: Fri Feb 12 04:28:48 2021 +0100

    gnu: xfce4-weather-plugin: Update to 0.11.0.
    
    * gnu/packages/xfce.scm (xfce4-weather-plugin): Update to 0.11.0.
    
    Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
---
 gnu/packages/xfce.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 96a8fc7..e0e1d60 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -2091,7 +2091,7 @@ lan interface (signal state, signal quality, network name 
(SSID)).")
 (define-public xfce4-weather-plugin
   (package
    (name "xfce4-weather-plugin")
-   (version "0.10.2")
+   (version "0.11.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://archive.xfce.org/src/panel-plugins/";
@@ -2100,7 +2100,7 @@ lan interface (signal state, signal quality, network name 
(SSID)).")
                                   "/xfce4-weather-plugin-" version ".tar.bz2"))
               (sha256
                (base32
-                "1ik2qvmwylsz5vyz4np2y0mmd37s89xkayxi97490c4mj85pj5wh"))))
+                "1z2k24d599mxf5gqa35i3xmc3gk2yvqs80hxxpyw06yma6ljw973"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("intltool" ,intltool)



reply via email to

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