python313Packages.open-meteo: 0.3.2 -> 0.4.0

Diff: https://github.com/frenck/python-open-meteo/compare/v0.3.2...v0.4.0

Changelog: https://github.com/frenck/python-open-meteo/releases/tag/v0.4.0
This commit is contained in:
Fabian Affolter
2025-09-19 12:48:04 +02:00
parent fa21713e14
commit 4c20cff10b
@@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "open-meteo";
version = "0.3.2";
version = "0.4.0";
format = "pyproject";
disabled = pythonOlder "3.11";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "frenck";
repo = "python-open-meteo";
rev = "v${version}";
hash = "sha256-PddQyCCYbI9DjTvlJ4F3IQB6VichwcNhC04DJMULYZM=";
hash = "sha256-J106XeSglyqrFfP1ckbnDwfE7IikaNiBQ+m14PE2SBc=";
};
postPatch = ''