python312Packages.weatherflow4py: 0.2.22 -> 0.2.23

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

Changelog: https://github.com/jeeftor/weatherflow4py/releases/tag/v0.2.23
This commit is contained in:
Fabian Affolter
2024-08-16 22:32:04 +02:00
parent a84cbd3051
commit 103b4d26d9
@@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "weatherflow4py";
version = "0.2.22";
version = "0.2.23";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "jeeftor";
repo = "weatherflow4py";
rev = "refs/tags/v${version}";
hash = "sha256-J1hZormJByWC29fuRAJ2ozydRxQh9bGp4Pi96DuTSQo=";
hash = "sha256-ghdjQyZPLFzgmrB2ppzNbqM/D2/zW872tw4emzInLBY=";
};
build-system = [ poetry-core ];