Merge pull request #292285 from fabaff/aioshelly-bump

python312Packages.aioshelly: 8.0.2 -> 8.1.1
This commit is contained in:
Fabian Affolter 2024-02-29 10:28:21 +01:00 committed by GitHub
commit 1dc36334bd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "aioshelly";
version = "8.0.2";
version = "8.1.1";
pyproject = true;
disabled = pythonOlder "3.10";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "home-assistant-libs";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-wDEHHc+TFlrp2X2/03NNxZut1bn1Sn7y4Sk5nGYBvEs=";
hash = "sha256-i2dlcparDQlwM7Wk/HwlBz0mmI38ZRwxVM6jLY0rI+0=";
};
nativeBuildInputs = [