[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/04: gnu: xfce4-weather-plugin: Update to 0.10.2.
From: |
guix-commits |
Subject: |
01/04: gnu: xfce4-weather-plugin: Update to 0.10.2. |
Date: |
Wed, 11 Nov 2020 12:15:59 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 5e7eb053c9395c4b3036b27cb50d39be37c85791
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Nov 11 17:55:39 2020 +0100
gnu: xfce4-weather-plugin: Update to 0.10.2.
* gnu/packages/xfce.scm (xfce4-weather-plugin): Update to 0.10.2.
---
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 904ad19..e08e2c4 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1986,7 +1986,7 @@ lan interface (signal state, signal quality, network name
(SSID)).")
(define-public xfce4-weather-plugin
(package
(name "xfce4-weather-plugin")
- (version "0.10.1")
+ (version "0.10.2")
(source (origin
(method url-fetch)
(uri (string-append "https://archive.xfce.org/src/panel-plugins/"
@@ -1995,7 +1995,7 @@ lan interface (signal state, signal quality, network name
(SSID)).")
"/xfce4-weather-plugin-" version ".tar.bz2"))
(sha256
(base32
- "12bs2rfmmy021087i10vxibdbbvd5vld0vk3h5hymhpz7rgszcmg"))))
+ "1ik2qvmwylsz5vyz4np2y0mmd37s89xkayxi97490c4mj85pj5wh"))))
(build-system gnu-build-system)
(native-inputs
`(("intltool" ,intltool)