From d970ba4fc2113e4142528a12b6f67ccaa85b8e13 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 3 Oct 2025 08:16:07 +0200 Subject: [PATCH] python313Packages.aioshelly: 13.10.0 -> 13.11.0 Diff: https://github.com/home-assistant-libs/aioshelly/compare/13.10.0...13.11.0 Changelog: https://github.com/home-assistant-libs/aioshelly/releases/tag/13.11.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 f4c3e6a2fbd5..588291f38598 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.10.0"; + version = "13.11.0"; pyproject = true; disabled = pythonOlder "3.11"; @@ -25,7 +25,7 @@ buildPythonPackage rec { owner = "home-assistant-libs"; repo = "aioshelly"; tag = version; - hash = "sha256-sN8Qr+ZgKBaZbTgQSGujdZmA3N0fBMFEPnUIWiBkPhg="; + hash = "sha256-Nx7CFGCQ5lJO21fjkR5yis3Rh+TzqWKAiK52BaKBAts="; }; build-system = [ setuptools ];