Merge pull request #318471 from fabaff/aioshelly-bump

python311Packages.aioshelly: 10.0.0 -> 10.0.1
This commit is contained in:
Fabian Affolter 2024-06-09 16:22:46 +02:00 committed by GitHub
commit d147ca6700
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "aioshelly";
version = "10.0.0";
version = "10.0.1";
pyproject = true;
disabled = pythonOlder "3.10";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "home-assistant-libs";
repo = "aioshelly";
rev = "refs/tags/${version}";
hash = "sha256-HHFp1n0oTZznByGMH2DD/LnK8mSuAe7ex2dA951MtpY=";
hash = "sha256-+p+AFgqS/9rCDkIiNm4o7GhQ4dPfKl2s7ukEYaAdlgo=";
};
build-system = [ setuptools ];