From 991842fc28c0055030dc74defd06d8ff0dc7282d Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Thu, 3 Jul 2025 17:30:41 +0200 Subject: [PATCH] python3Packages.aioshelly: 13.6.0 -> 13.7.1 https://github.com/home-assistant-libs/aioshelly/releases/tag/13.7.1 --- 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 450b3b367f37..f5f24d1c7e24 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.6.0"; + version = "13.7.1"; pyproject = true; disabled = pythonOlder "3.11"; @@ -25,7 +25,7 @@ buildPythonPackage rec { owner = "home-assistant-libs"; repo = "aioshelly"; tag = version; - hash = "sha256-cJKo/UITcvpGbrtOqXLReWghEXL0AKFve1s6Ncde0gc="; + hash = "sha256-EQyq+l/WhM4mAQrq9D4F3hglk2EkvCrSD6tYbUr0aWw="; }; build-system = [ setuptools ];