summaryrefslogtreecommitdiff
path: root/gnu/packages/xfce.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-11-11 17:55:39 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-11-11 18:15:48 +0100
commit5e7eb053c9395c4b3036b27cb50d39be37c85791 (patch)
tree1bf1dbe5c5ad88bc980435ab2a7b004d237c82b5 /gnu/packages/xfce.scm
parent12d155e2e58672dd16a04aca2aa4d5a5c4a1a7df (diff)
downloadguix-patches-5e7eb053c9395c4b3036b27cb50d39be37c85791.tar
guix-patches-5e7eb053c9395c4b3036b27cb50d39be37c85791.tar.gz
gnu: xfce4-weather-plugin: Update to 0.10.2.
* gnu/packages/xfce.scm (xfce4-weather-plugin): Update to 0.10.2.
Diffstat (limited to 'gnu/packages/xfce.scm')
-rw-r--r--gnu/packages/xfce.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 904ad19a08..e08e2c4999 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)