Merge pull request from fabaff/weatherflow4py-bump

python312Packages.weatherflow4py: 0.2.21 -> 0.2.22
This commit is contained in:
Nick Cao 2024-07-06 12:14:06 -04:00 committed by GitHub
commit ac5dc7be99
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 ];