From 47af83123e686d40966c720daf01b1fa6bd2af0f Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 16 Oct 2025 15:20:12 +0200 Subject: [PATCH] python313Packages.aioshelly: 13.12.0 -> 13.14.0 Diff: https://github.com/home-assistant-libs/aioshelly/compare/13.12.0...13.14.0 Changelog: https://github.com/home-assistant-libs/aioshelly/releases/tag/13.14.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 3ce0aea5b6c0..d14346e06d53 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.12.0"; + version = "13.14.0"; pyproject = true; disabled = pythonOlder "3.11"; @@ -25,7 +25,7 @@ buildPythonPackage rec { owner = "home-assistant-libs"; repo = "aioshelly"; tag = version; - hash = "sha256-ajo7Uu9U2Xowncb4hF95Gx6YbVjTxY4a52mlU4yOy/0="; + hash = "sha256-yhmX5TFikTP9JbO089sHqm8QzC52z9f9JxK19qHhDyI="; }; build-system = [ setuptools ];