me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/xfce.scm (xfce4-weather-plugin): Update to 0.10.2.
master
Tobias Geerinckx-Rice 2020-11-11 17:55:39 +01:00
parent 12d155e2e5
commit 5e7eb053c9
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -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)