[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#69823] [PATCH 15/15] gnu: xfce4-weather-plugin: Update to 0.11.2.
From: |
iyzsong |
Subject: |
[bug#69823] [PATCH 15/15] gnu: xfce4-weather-plugin: Update to 0.11.2. |
Date: |
Sat, 16 Mar 2024 11:47:37 +0800 |
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/xfce.scm (xfce4-weather-plugin): Update to 0.11.2.
[inputs]: Add json-c.
Change-Id: I45f70797ac7c3d29abae69afc65e6c37c5c434b7
---
gnu/packages/xfce.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index a27c489ce7..475d544884 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -2197,7 +2197,7 @@ (define-public xfce4-wavelan-plugin
(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 @@ (define-public xfce4-weather-plugin
"/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")
--
2.41.0
- [bug#69823] [PATCH 06/15] gnu: xfce4-dict: Update to 0.8.6., (continued)
- [bug#69823] [PATCH 06/15] gnu: xfce4-dict: Update to 0.8.6., iyzsong, 2024/03/15
- [bug#69823] [PATCH 08/15] gnu: xfce4-taskmanager: Update to 1.5.7., iyzsong, 2024/03/15
- [bug#69823] [PATCH 07/15] gnu: ristretto: Update to 0.13.2., iyzsong, 2024/03/15
- [bug#69823] [PATCH 05/15] gnu: gigolo: Update to 0.5.3., iyzsong, 2024/03/15
- [bug#69823] [PATCH 09/15] gnu: xfce4-notifyd: Update to 0.9.4., iyzsong, 2024/03/15
- [bug#69823] [PATCH 11/15] gnu: xfce4-screenshooter: Update to 1.10.5., iyzsong, 2024/03/15
- [bug#69823] [PATCH 12/15] gnu: xfce4-screensaver: Update to 4.18.3., iyzsong, 2024/03/15
- [bug#69823] [PATCH 10/15] gnu: mousepad: Update to 0.6.2., iyzsong, 2024/03/15
- [bug#69823] [PATCH 14/15] gnu: xfce4-genmon-plugin: Update to 4.2.0., iyzsong, 2024/03/15
- [bug#69823] [PATCH 13/15] gnu: xfce4-cpugraph-plugin: Update to 1.2.10., iyzsong, 2024/03/15
- [bug#69823] [PATCH 15/15] gnu: xfce4-weather-plugin: Update to 0.11.2.,
iyzsong <=
- bug#69823: [PATCH 00/15] Xfce updates, 宋文武, 2024/03/19