me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/xfce.scm (xfce4-weather-plugin): Update to 0.10.1.
master
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
1 changed files with 2 additions and 2 deletions

View File

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