summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/weather.scm7
1 files 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}
124(define-public meteo-qt 124(define-public meteo-qt
125 (package 125 (package
126 (name "meteo-qt") 126 (name "meteo-qt")
127 (version "4.2") 127 (version "4.3")
128 (source 128 (source
129 (origin 129 (origin
130 (method git-fetch) 130 (method git-fetch)
@@ -133,7 +133,7 @@ export WEATHER_CLI_API=@var{your OpenWeatherMap API key}
133 (commit (string-append "v" version)))) 133 (commit (string-append "v" version))))
134 (file-name (git-file-name name version)) 134 (file-name (git-file-name name version))
135 (sha256 135 (sha256
136 (base32 "1cvmh5rq50dncd2fmp4amjb2hhl2mryb2ywg0zdzhz89dkjq0kdk")))) 136 (base32 "1dl2hykd1fijp504j50yqafwzf7c3rn53gij1c789zsmfmrbkhcj"))))
137 (build-system pyproject-build-system) 137 (build-system pyproject-build-system)
138 (arguments 138 (arguments
139 (list 139 (list
@@ -149,8 +149,7 @@ export WEATHER_CLI_API=@var{your OpenWeatherMap API key}
149 (("/usr") #$output) 149 (("/usr") #$output)
150 (("^.+lrelease-pro-qt6.+$") "") 150 (("^.+lrelease-pro-qt6.+$") "")
151 (("^.+meteo_qt/translations.+$") ""))))))) 151 (("^.+meteo_qt/translations.+$") "")))))))
152 (native-inputs (list python-pyqt-6 python-setuptools)) 152 (propagated-inputs (list python-lxml python-pyqt-6))
153 (propagated-inputs (list python-lxml python-pyqt-6 python-sip))
154 (home-page "https://github.com/dglent/meteo-qt") 153 (home-page "https://github.com/dglent/meteo-qt")
155 (synopsis "Weather application for the system tray") 154 (synopsis "Weather application for the system tray")
156 (description 155 (description