python3Packages.weatherflow4py: 1.5.2 -> 1.5.4

Diff: https://github.com/jeeftor/weatherflow4py/compare/v1.5.2...v1.5.4

Changelog: https://github.com/jeeftor/weatherflow4py/releases/tag/v1.5.4
This commit is contained in:
Fabian Affolter
2026-04-27 14:50:01 +02:00
parent 9dcfb2537b
commit c315bbd2b7
@@ -14,14 +14,14 @@
buildPythonPackage (finalAttrs: {
pname = "weatherflow4py";
version = "1.5.2";
version = "1.5.4";
pyproject = true;
src = fetchFromGitHub {
owner = "jeeftor";
repo = "weatherflow4py";
tag = "v${finalAttrs.version}";
hash = "sha256-cfQWdQhjW6KjBLQWO9BSAVZ2btRCMjx1CpUifoOwPsU=";
hash = "sha256-4Bzoj3SABuziJdbDlDMcbAzGVRRBg5an5Lexlfq9vdw=";
};
build-system = [ hatchling ];