Merge pull request #326570 from fabaff/aioshelly-bump

python312Packages.aioshelly: 11.0.0 -> 11.1.0
This commit is contained in:
Nick Cao
2024-07-12 16:24:26 -04:00
committed by GitHub
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "aioshelly";
version = "11.0.0";
version = "11.1.0";
pyproject = true;
disabled = pythonOlder "3.10";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "home-assistant-libs";
repo = "aioshelly";
rev = "refs/tags/${version}";
hash = "sha256-158b4lsxebtLXXsPhzbkXP9ioPlFIsJcS5G5eDqFY98=";
hash = "sha256-uCvwqGsQuiFRhpEj9mIBNE8JsG/3uvMptzOXOwUhY3o=";
};
build-system = [ setuptools ];