Merge pull request #253058 from fabaff/aiohomekit-bump

python311Packages.aiohomekit: 3.0.1 -> 3.0.2
This commit is contained in:
Fabian Affolter 2023-09-03 09:59:15 +02:00 committed by GitHub
commit 0f02380537
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "aiohomekit";
version = "3.0.1";
version = "3.0.2";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "Jc2k";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-TyVmvricfaS+i96DGwh0IKhMm56U1DyebAmRb+OFCh4=";
hash = "sha256-EE8+VoZ755wd8s3Gm0lziu+1r4rAFgdjEtqI0apoZ7E=";
};
nativeBuildInputs = [