gnu: xfce4-weather-plugin: Update to 0.11.2.
* gnu/packages/xfce.scm (xfce4-weather-plugin): Update to 0.11.2. [inputs]: Add json-c. Change-Id: I45f70797ac7c3d29abae69afc65e6c37c5c434b7
This commit is contained in:
parent
dd288551c2
commit
068d998432
1 changed files with 3 additions and 3 deletions
|
@ -2197,7 +2197,7 @@ (define-public xfce4-wavelan-plugin
|
||||||
(define-public xfce4-weather-plugin
|
(define-public xfce4-weather-plugin
|
||||||
(package
|
(package
|
||||||
(name "xfce4-weather-plugin")
|
(name "xfce4-weather-plugin")
|
||||||
(version "0.11.1")
|
(version "0.11.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://archive.xfce.org/src/panel-plugins/"
|
(uri (string-append "https://archive.xfce.org/src/panel-plugins/"
|
||||||
|
@ -2206,12 +2206,12 @@ (define-public xfce4-weather-plugin
|
||||||
"/xfce4-weather-plugin-" version ".tar.bz2"))
|
"/xfce4-weather-plugin-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0fajhibacccfw0rl8741iz7qkqls4ynn9760j78rbp6wl3wlcld4"))))
|
"0sw7p8xsgyc7b5w92abigqz9mii79w2vdlprm5c0hmb3g3zhmm35"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list intltool pkg-config))
|
(list intltool pkg-config))
|
||||||
(inputs
|
(inputs
|
||||||
(list gtk+ libsoup-minimal-2 libxfce4ui libxml2 xfce4-panel))
|
(list gtk+ json-c libsoup-minimal-2 libxfce4ui libxml2 xfce4-panel))
|
||||||
(home-page
|
(home-page
|
||||||
"https://goodies.xfce.org/projects/panel-plugins/xfce4-weather-plugin")
|
"https://goodies.xfce.org/projects/panel-plugins/xfce4-weather-plugin")
|
||||||
(synopsis "Show information about local weather in the Xfce panel")
|
(synopsis "Show information about local weather in the Xfce panel")
|
||||||
|
|
Loading…
Reference in a new issue