python313Packages.meteofrance-api: 1.4.0 -> 1.5.0

Diff: https://github.com/hacf-fr/meteofrance-api/compare/v1.4.0...v1.5.0

Changelog: https://github.com/hacf-fr/meteofrance-api/releases/tag/v1.5.0
This commit is contained in:
Fabian Affolter
2026-01-29 01:15:14 +01:00
parent 71b1eea8b5
commit 7f879bfb3f
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "meteofrance-api";
version = "1.4.0";
version = "1.5.0";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "hacf-fr";
repo = "meteofrance-api";
tag = "v${version}";
hash = "sha256-5zqmzPbzC9IUZ+y1FRh+u1gds/ZdGeRm5/ajQf8UKTQ=";
hash = "sha256-zvfFMxXbCul14OXaoRdjMWKW3FYyTUcYGklHgb04nvA=";
};
build-system = [ poetry-core ];