python312Packages.weatherflow4py: 1.0.4 -> 1.0.6 (#342255)

This commit is contained in:
Nick Cao 2024-09-16 08:58:26 -04:00 committed by GitHub
commit ff358ba0fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,7 +15,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "weatherflow4py"; pname = "weatherflow4py";
version = "1.0.4"; version = "1.0.6";
pyproject = true; pyproject = true;
disabled = pythonOlder "3.11"; disabled = pythonOlder "3.11";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "jeeftor"; owner = "jeeftor";
repo = "weatherflow4py"; repo = "weatherflow4py";
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
hash = "sha256-6LSxv1Lh9UUo0Y7I/BvxEPtIkOjIAYon32mcoS1Gxxs="; hash = "sha256-NazRT/gSaxat90eA66ajjVPvN9UFNEX4y1hfOtu9UoE=";
}; };
build-system = [ poetry-core ]; build-system = [ poetry-core ];