From 496fe252e00c5db13f6df611313a3ac3709cb1bb Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 26 Jun 2026 22:41:10 +0200 Subject: [PATCH] python3Packages.aioecowitt: 2025.9.2 -> 2026.6.0 Diff: https://github.com/home-assistant-libs/aioecowitt/compare/2025.9.2...2026.6.0 Changelog: https://github.com/home-assistant-libs/aioecowitt/releases/tag/2026.6.0 --- pkgs/development/python-modules/aioecowitt/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/aioecowitt/default.nix b/pkgs/development/python-modules/aioecowitt/default.nix index 1e6f5b5a6bfc..81f42e2bc72e 100644 --- a/pkgs/development/python-modules/aioecowitt/default.nix +++ b/pkgs/development/python-modules/aioecowitt/default.nix @@ -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 ];