python3Packages.aioamazondevices: 6.4.6 -> 6.5.6
Diff: https://github.com/chemelli74/aioamazondevices/compare/v6.4.6...v6.5.6 Changelog: https://github.com/chemelli74/aioamazondevices/blob/v6.5.6/CHANGELOG.md
This commit is contained in:
@@ -10,19 +10,19 @@
|
||||
poetry-core,
|
||||
pytest-cov-stub,
|
||||
pytestCheckHook,
|
||||
yarl,
|
||||
python-dateutil,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "aioamazondevices";
|
||||
version = "6.4.6";
|
||||
version = "6.5.6";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "chemelli74";
|
||||
repo = "aioamazondevices";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-EjgZ/zmUSCaLDUmijYMCXvwpl4dWfjmTdlO5VLuzIHg=";
|
||||
hash = "sha256-OgcOsRKqSU3k4myfHmOYaXW259LDgYWj0gXPLwabVIM=";
|
||||
};
|
||||
|
||||
build-system = [ poetry-core ];
|
||||
@@ -33,7 +33,7 @@ buildPythonPackage rec {
|
||||
colorlog
|
||||
langcodes
|
||||
orjson
|
||||
yarl
|
||||
python-dateutil
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ "aioamazondevices" ];
|
||||
|
||||
Reference in New Issue
Block a user