Merge pull request #278195 from r-ryantm/auto-update/python310Packages.aiohomekit

python310Packages.aiohomekit: 3.1.0 -> 3.1.1
This commit is contained in:
Nick Cao 2024-01-02 11:15:41 -05:00 committed by GitHub
commit 42fce0b83c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,7 @@
buildPythonPackage rec {
pname = "aiohomekit";
version = "3.1.0";
version = "3.1.1";
pyproject = true;
disabled = pythonOlder "3.10";
@ -29,7 +29,7 @@ buildPythonPackage rec {
owner = "Jc2k";
repo = "aiohomekit";
rev = "refs/tags/${version}";
hash = "sha256-yaPliPKa/mS9amUkEx/iM398HGoiKrR6miCtK7fThNw=";
hash = "sha256-6dR7hMcHOjbFl4tnInMEYfnEWMFx+A+9TXoBcB83mrE=";
};
nativeBuildInputs = [