Merge pull request #296247 from fabaff/aioshelly-bump

python311Packages.aioshelly: 8.1.1 -> 8.2.0
This commit is contained in:
Fabian Affolter 2024-03-16 09:15:39 +01:00 committed by GitHub
commit 78c4cd9d61
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.1.1";
version = "8.2.0";
pyproject = true;
disabled = pythonOlder "3.10";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "home-assistant-libs";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-i2dlcparDQlwM7Wk/HwlBz0mmI38ZRwxVM6jLY0rI+0=";
hash = "sha256-ZJ6lb3pd8DhNagaVq1uFwadtviuHCg44YZkh29ipu5U=";
};
nativeBuildInputs = [