Robert Schütz
2025-03-05 23:03:31 +01:00
committed by Martin Weinelt
parent cec4cda45a
commit 2be582a1f3
@@ -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 ];