python311Packages.aiohomekit: 3.0.6 -> 3.0.8 (#262700)
Diff: https://github.com/Jc2k/aiohomekit/compare/refs/tags/3.0.6...3.0.9 Changelog: - https://github.com/Jc2k/aiohomekit/releases/tag/3.0.8 - https://github.com/Jc2k/aiohomekit/releases/tag/3.0.9
This commit is contained in:
parent
4e995d14fc
commit
c894753fb9
1 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "aiohomekit";
|
||||
version = "3.0.6";
|
||||
version = "3.0.9";
|
||||
format = "pyproject";
|
||||
|
||||
disabled = pythonOlder "3.9";
|
||||
|
@ -28,7 +28,7 @@ buildPythonPackage rec {
|
|||
owner = "Jc2k";
|
||||
repo = pname;
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-e7KSgUOEA3iAR4QdUhjYcHsPdtCJRxu6u+uxuDMaghQ=";
|
||||
hash = "sha256-YaLSpWSaiEP7X+IujrQgXgWl3aPc1WDMq2yaMUTu328=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue