python311Packages.aiohomekit: 3.1.1 -> 3.1.2

Diff: https://github.com/Jc2k/aiohomekit/compare/refs/tags/3.1.1...3.1.2

Changelog: https://github.com/Jc2k/aiohomekit/releases/tag/3.1.2
This commit is contained in:
Fabian Affolter 2024-01-06 00:05:34 +01:00
parent c4bf72c17b
commit 9dec69fbc6

View File

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