python313Packages.aioshelly: 13.10.0 -> 13.11.0 (#448155)

This commit is contained in:
Fabian Affolter
2025-10-04 13:03:13 +00:00
committed by GitHub
@@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "aioshelly";
version = "13.10.0";
version = "13.11.0";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "home-assistant-libs";
repo = "aioshelly";
tag = version;
hash = "sha256-sN8Qr+ZgKBaZbTgQSGujdZmA3N0fBMFEPnUIWiBkPhg=";
hash = "sha256-Nx7CFGCQ5lJO21fjkR5yis3Rh+TzqWKAiK52BaKBAts=";
};
build-system = [ setuptools ];