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>
This commit is contained in:
Michael Rohleder 2021-02-12 04:28:48 +01:00 committed by 宋文武
parent b4c6b9eb83
commit a2aacf18f5
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

@ -2091,7 +2091,7 @@ (define-public xfce4-wavelan-plugin
(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 @@ (define-public xfce4-weather-plugin
"/xfce4-weather-plugin-" version ".tar.bz2"))
(sha256
(base32
"1ik2qvmwylsz5vyz4np2y0mmd37s89xkayxi97490c4mj85pj5wh"))))
"1z2k24d599mxf5gqa35i3xmc3gk2yvqs80hxxpyw06yma6ljw973"))))
(build-system gnu-build-system)
(native-inputs
`(("intltool" ,intltool)