python3Packages.weatherflow4py: 1.3.1 -> 1.4.1
https://github.com/jeeftor/weatherflow4py/releases/tag/v1.4.1
This commit is contained in:
parent
6adf58f9e5
commit
f84bdf2677
@ -15,7 +15,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "weatherflow4py";
|
pname = "weatherflow4py";
|
||||||
version = "1.3.1";
|
version = "1.4.1";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
disabled = pythonOlder "3.12";
|
disabled = pythonOlder "3.12";
|
||||||
@ -24,7 +24,7 @@ buildPythonPackage rec {
|
|||||||
owner = "jeeftor";
|
owner = "jeeftor";
|
||||||
repo = "weatherflow4py";
|
repo = "weatherflow4py";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-X5zMxX8PthiqaEIM0/fElGIjeeCey0ossVDKevy1Mnw=";
|
hash = "sha256-nHpLdzO49HhX5+gtYrgche4whs7Onzp4HeRNFwLHcVI=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = [ poetry-core ];
|
build-system = [ poetry-core ];
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user