From 127a2afc5d7e2b9d40127bb618fc44110dc48e10 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 11 Sep 2025 20:57:59 +0200 Subject: [PATCH] python313Packages.aioshelly: 13.8.0 -> 13.9.0 Diff: https://github.com/home-assistant-libs/aioshelly/compare/13.8.0...13.9.0 Changelog: https://github.com/home-assistant-libs/aioshelly/releases/tag/13.9.0 --- pkgs/development/python-modules/aioshelly/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/aioshelly/default.nix b/pkgs/development/python-modules/aioshelly/default.nix index a9b16bae0e88..d7c62e7c3143 100644 --- a/pkgs/development/python-modules/aioshelly/default.nix +++ b/pkgs/development/python-modules/aioshelly/default.nix @@ -16,7 +16,7 @@ buildPythonPackage rec { pname = "aioshelly"; - version = "13.8.0"; + version = "13.9.0"; pyproject = true; disabled = pythonOlder "3.11"; @@ -25,7 +25,7 @@ buildPythonPackage rec { owner = "home-assistant-libs"; repo = "aioshelly"; tag = version; - hash = "sha256-SzEoLOjHlXVEB8V1Qc2IcA46YVIQ3w+FGADB5EaIb4k="; + hash = "sha256-G8iZmgrTR+hqrRLoEdnJnqzU8GFQUrOrGenL6hkjtps="; }; build-system = [ setuptools ];