From 6a3f92969c6fd203dcddf8fa7347c9f5f48f3d6b Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 20 Jul 2026 09:15:16 +0200 Subject: [PATCH] python3Packages.aioshelly: 13.26.2 -> 13.27.0 Diff: https://github.com/home-assistant-libs/aioshelly/compare/13.26.2...13.27.0 Changelog: https://github.com/home-assistant-libs/aioshelly/releases/tag/13.27.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 d911ebfa39e0..fb4f155688d5 100644 --- a/pkgs/development/python-modules/aioshelly/default.nix +++ b/pkgs/development/python-modules/aioshelly/default.nix @@ -17,14 +17,14 @@ buildPythonPackage (finalAttrs: { pname = "aioshelly"; - version = "13.26.2"; + version = "13.27.0"; pyproject = true; src = fetchFromGitHub { owner = "home-assistant-libs"; repo = "aioshelly"; tag = finalAttrs.version; - hash = "sha256-LNMFFi3afbDFezr32zr85lNX1TIdo8BF04yDfc2AIA0="; + hash = "sha256-x+S9OLSCDjEyfSnuonas/onjdvEOqMbu+u4VPaH0jbA="; }; build-system = [ setuptools ];