From 2be582a1f3deec6e98d66d7b9dbd728787708c1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Tue, 4 Mar 2025 18:45:05 -0800 Subject: [PATCH] python313Packages.aioshelly: 12.4.2 -> 13.1.0 Diff: https://github.com/home-assistant-libs/aioshelly/compare/refs/tags/12.4.2...13.1.0 Changelog: https://github.com/home-assistant-libs/aioshelly/releases/tag/13.0.0 https://github.com/home-assistant-libs/aioshelly/releases/tag/13.1.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 cf635121e312..4dc4e14023dd 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 = "12.4.2"; + version = "13.1.0"; pyproject = true; disabled = pythonOlder "3.11"; @@ -25,7 +25,7 @@ buildPythonPackage rec { owner = "home-assistant-libs"; repo = "aioshelly"; tag = version; - hash = "sha256-QwO1Vi69rj4tCSSkp/j3vtdV6zpgkgM33waDw7ZjApw="; + hash = "sha256-Wh4kwyNi0ql0plymkE6XM54SQug9BRvXcI0oEMI2ajA="; }; build-system = [ setuptools ];