gnu: xfce4-weather-plugin: Update to 0.10.1.

* gnu/packages/xfce.scm (xfce4-weather-plugin): Update to 0.10.1.
This commit is contained in:
Tobias Geerinckx-Rice 2020-03-07 11:54:00 +01:00
parent 3a5557a4d2
commit beecf815db
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1971,7 +1971,7 @@ lan interface (signal state, signal quality, network name (SSID)).")
(define-public xfce4-weather-plugin
(package
(name "xfce4-weather-plugin")
(version "0.10.0")
(version "0.10.1")
(source (origin
(method url-fetch)
(uri (string-append "http://archive.xfce.org/src/panel-plugins/"
@ -1980,7 +1980,7 @@ lan interface (signal state, signal quality, network name (SSID)).")
"/xfce4-weather-plugin-" version ".tar.bz2"))
(sha256
(base32
"0wlm80panxyn86l9qm3mbliqj7gkf2zyzak3w041zz9hg31a08s4"))))
"12bs2rfmmy021087i10vxibdbbvd5vld0vk3h5hymhpz7rgszcmg"))))
(build-system gnu-build-system)
(native-inputs
`(("intltool" ,intltool)