Merge pull request #321198 from fabaff/weatherflow4py-bump

python311Packages.weatherflow4py: 0.2.20 -> 0.2.21
This commit is contained in:
Fabian Affolter 2024-06-20 20:18:01 +02:00 committed by GitHub
commit 9b1a22d175
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.20";
version = "0.2.21";
pyproject = true;
disabled = pythonOlder "3.11";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "jeeftor";
repo = "weatherflow4py";
rev = "refs/tags/v${version}";
hash = "sha256-kkNGhFhciOfhrbjxLM01YC2IRmkdKEbk4EUyDJZJuxU=";
hash = "sha256-ah/PpYusrr1nxvKiSpUBYfkn4crX9pCNV9mjpDndMQE=";
};
build-system = [ poetry-core ];