From 222bca77cdca3711de7cd137daee4bb4ea7801e0 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 1 Feb 2025 11:18:34 +0100 Subject: [PATCH] python313Packages.aioshelly: 12.3.1 -> 12.3.2 Diff: https://github.com/home-assistant-libs/aioshelly/compare/refs/tags/12.3.1...12.3.2 Changelog: https://github.com/home-assistant-libs/aioshelly/releases/tag/12.3.2 --- 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 a59d7caf610d..8ef2c6a89bbf 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.3.1"; + version = "12.3.2"; pyproject = true; disabled = pythonOlder "3.11"; @@ -25,7 +25,7 @@ buildPythonPackage rec { owner = "home-assistant-libs"; repo = "aioshelly"; tag = version; - hash = "sha256-ZijjqUvCcCVWhFlHzXN0xpAjn+3OCYf6rmBApxfT2c4="; + hash = "sha256-Xuh1iOQHoFU1pTehPVmwS6bNTelnYMHW8wnkhxTSrnw="; }; build-system = [ setuptools ];