python310Packages.aiohomekit: 2.4.1 -> 2.4.2

Diff: https://github.com/Jc2k/aiohomekit/compare/refs/tags/2.4.1...2.4.2

Changelog: https://github.com/Jc2k/aiohomekit/releases/tag/2.4.2
This commit is contained in:
Fabian Affolter 2022-12-29 10:10:06 +01:00
parent 3de5b206c9
commit 8d846736fa

View file

@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "aiohomekit";
version = "2.4.1";
version = "2.4.2";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "Jc2k";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-xgk42/g5mRQiTjYuUnXCfLnQm6DNIJsvMbBOhr2NncQ=";
hash = "sha256-SkmA4SGAhZw1eO/AZSRtjGJVIupwQ/p5o/2R/Sz3JZI=";
};
nativeBuildInputs = [