python313Packages.aioshelly: 13.2.0 -> 13.3.0 (#390056)

This commit is contained in:
Fabian Affolter
2025-03-15 10:30:01 +01:00
committed by GitHub
@@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "aioshelly";
version = "13.2.0";
version = "13.3.0";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "home-assistant-libs";
repo = "aioshelly";
tag = version;
hash = "sha256-woHFSKTMsMCs/ztJQfmJ4n6bS2Pya4lp6jvjrIIzA6s=";
hash = "sha256-kPFTY1SDysNh64XYaW873SsZKT7uGmaugitXnkpAhA0=";
};
build-system = [ setuptools ];