diff options
author | 宋文武 <iyzsong@member.fsf.org> | 2024-03-16 11:47:37 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2024-03-19 19:11:09 +0800 |
commit | 068d9984326f881f3c2ba362105ad9a38b556fb5 (patch) | |
tree | dae1a422d2bb14c3138cd6ac80781e370039d110 | |
parent | dd288551c243eb796a153e68827ff3d34b691fc5 (diff) | |
download | guix-068d9984326f881f3c2ba362105ad9a38b556fb5.tar.gz guix-068d9984326f881f3c2ba362105ad9a38b556fb5.zip |
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
-rw-r--r-- | gnu/packages/xfce.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index ef056537b2..67e38c4bf6 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -2197,7 +2197,7 @@ lan interface (signal state, signal quality, network name (SSID)).") (define-public xfce4-weather-plugin (package (name "xfce4-weather-plugin") - (version "0.11.1") + (version "0.11.2") (source (origin (method url-fetch) (uri (string-append "https://archive.xfce.org/src/panel-plugins/" @@ -2206,12 +2206,12 @@ lan interface (signal state, signal quality, network name (SSID)).") "/xfce4-weather-plugin-" version ".tar.bz2")) (sha256 (base32 - "0fajhibacccfw0rl8741iz7qkqls4ynn9760j78rbp6wl3wlcld4")))) + "0sw7p8xsgyc7b5w92abigqz9mii79w2vdlprm5c0hmb3g3zhmm35")))) (build-system gnu-build-system) (native-inputs (list intltool pkg-config)) (inputs - (list gtk+ libsoup-minimal-2 libxfce4ui libxml2 xfce4-panel)) + (list gtk+ json-c libsoup-minimal-2 libxfce4ui libxml2 xfce4-panel)) (home-page "https://goodies.xfce.org/projects/panel-plugins/xfce4-weather-plugin") (synopsis "Show information about local weather in the Xfce panel") |