python313Packages.aioshelly: 12.4.2 -> 13.1.0
Diff: https://github.com/home-assistant-libs/aioshelly/compare/refs/tags/12.4.2...13.1.0 Changelog: https://github.com/home-assistant-libs/aioshelly/releases/tag/13.0.0 https://github.com/home-assistant-libs/aioshelly/releases/tag/13.1.0
This commit is contained in:
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 ];
|
||||
|
||||
Reference in New Issue
Block a user