From a9e6a2fe8fd78b86267ed177ef1591a3072fae10 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 15 Mar 2025 09:13:19 +0100 Subject: [PATCH] python313Packages.aioshelly: 13.2.0 -> 13.3.0 Diff: https://github.com/home-assistant-libs/aioshelly/compare/refs/tags/13.2.0...13.3.0 Changelog: https://github.com/home-assistant-libs/aioshelly/releases/tag/13.3.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 140da1584065..d6d9fe09814c 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.2.0"; + version = "13.3.0"; pyproject = true; disabled = pythonOlder "3.11"; @@ -25,7 +25,7 @@ buildPythonPackage rec { owner = "home-assistant-libs"; repo = "aioshelly"; tag = version; - hash = "sha256-woHFSKTMsMCs/ztJQfmJ4n6bS2Pya4lp6jvjrIIzA6s="; + hash = "sha256-kPFTY1SDysNh64XYaW873SsZKT7uGmaugitXnkpAhA0="; }; build-system = [ setuptools ];