Merge pull request #335205 from fabaff/weatherflow4py-bump

python312Packages.weatherflow4py: 0.2.22 -> 0.2.23
This commit is contained in:
Fabian Affolter
2024-08-17 00:46:49 +02:00
committed by GitHub
@@ -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 ];