python3Packages.weatherflow4py: 1.3.1 -> 1.4.1

https://github.com/jeeftor/weatherflow4py/releases/tag/v1.4.1
This commit is contained in:
Martin Weinelt
2025-08-08 04:06:20 +02:00
parent 6adf58f9e5
commit f84bdf2677
@@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "weatherflow4py";
version = "1.3.1";
version = "1.4.1";
pyproject = true;
disabled = pythonOlder "3.12";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "jeeftor";
repo = "weatherflow4py";
tag = "v${version}";
hash = "sha256-X5zMxX8PthiqaEIM0/fElGIjeeCey0ossVDKevy1Mnw=";
hash = "sha256-nHpLdzO49HhX5+gtYrgche4whs7Onzp4HeRNFwLHcVI=";
};
build-system = [ poetry-core ];