python3Packages.aioecowitt: 2025.9.2 -> 2026.6.0 (#535808)

This commit is contained in:
Fabian Affolter
2026-06-26 21:16:31 +00:00
committed by GitHub
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "aioecowitt";
version = "2025.9.2";
version = "2026.6.0";
pyproject = true;
src = fetchFromGitHub {
owner = "home-assistant-libs";
repo = "aioecowitt";
tag = version;
hash = "sha256-lQ2t8u3+sk8wnNfCZs2yhe9nsZwiGBHXPDz95egacsI=";
hash = "sha256-xnF2Zn0XfV7elYGPCfY0WKzmDyFKXU3yh6Bab7llbzw=";
};
build-system = [ setuptools ];