python312Packages.weatherflow4py: 0.2.21 -> 0.2.22

Diff: https://github.com/jeeftor/weatherflow4py/compare/refs/tags/v0.2.21...v0.2.22

Changelog: https://github.com/jeeftor/weatherflow4py/releases/tag/v0.2.22
This commit is contained in:
Fabian Affolter 2024-07-06 11:40:26 +02:00
parent 5b59698840
commit 08dbc1a60c

View File

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "weatherflow4py";
version = "0.2.21";
version = "0.2.22";
pyproject = true;
disabled = pythonOlder "3.11";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "jeeftor";
repo = "weatherflow4py";
rev = "refs/tags/v${version}";
hash = "sha256-ah/PpYusrr1nxvKiSpUBYfkn4crX9pCNV9mjpDndMQE=";
hash = "sha256-J1hZormJByWC29fuRAJ2ozydRxQh9bGp4Pi96DuTSQo=";
};
build-system = [ poetry-core ];