From cf583b3a3df0741dcc6ab9906da191db2f527a01 Mon Sep 17 00:00:00 2001 From: Andrew Wong Date: Sat, 4 Jul 2026 15:14:41 -0400 Subject: gnu: meteo-qt: Update to 4.3. * gnu/packages/weather.scm (meteo-qt): Update to 4.3. [propagated-inputs]: Remove python-sip. [native-inputs]: Remove python-pyqt-6 and python-setuptools. Merges guix/guix!9719 Signed-off-by: Cayetano Santos --- gnu/packages/weather.scm | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/gnu/packages/weather.scm b/gnu/packages/weather.scm index b85fb31e0a0..b78bb18c919 100644 --- a/gnu/packages/weather.scm +++ b/gnu/packages/weather.scm @@ -124,7 +124,7 @@ export WEATHER_CLI_API=@var{your OpenWeatherMap API key} (define-public meteo-qt (package (name "meteo-qt") - (version "4.2") + (version "4.3") (source (origin (method git-fetch) @@ -133,7 +133,7 @@ export WEATHER_CLI_API=@var{your OpenWeatherMap API key} (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1cvmh5rq50dncd2fmp4amjb2hhl2mryb2ywg0zdzhz89dkjq0kdk")))) + (base32 "1dl2hykd1fijp504j50yqafwzf7c3rn53gij1c789zsmfmrbkhcj")))) (build-system pyproject-build-system) (arguments (list @@ -149,8 +149,7 @@ export WEATHER_CLI_API=@var{your OpenWeatherMap API key} (("/usr") #$output) (("^.+lrelease-pro-qt6.+$") "") (("^.+meteo_qt/translations.+$") ""))))))) - (native-inputs (list python-pyqt-6 python-setuptools)) - (propagated-inputs (list python-lxml python-pyqt-6 python-sip)) + (propagated-inputs (list python-lxml python-pyqt-6)) (home-page "https://github.com/dglent/meteo-qt") (synopsis "Weather application for the system tray") (description -- cgit v1.2.3