python3Packages.aioamazondevices: 12.0.1 -> 13.0.0
Diff: https://github.com/chemelli74/aioamazondevices/compare/v12.0.1...v13.0.0 Changelog: https://github.com/chemelli74/aioamazondevices/blob/v13.0.0/CHANGELOG.md
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
{
|
||||
aiohttp,
|
||||
anyio,
|
||||
beautifulsoup4,
|
||||
buildPythonPackage,
|
||||
colorlog,
|
||||
@@ -15,20 +16,21 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "aioamazondevices";
|
||||
version = "12.0.1";
|
||||
version = "13.0.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "chemelli74";
|
||||
repo = "aioamazondevices";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-QLIn5pI6Mol+dPDGZpAnCfG3dMoxzKLJ6d77uyn8Cvk=";
|
||||
hash = "sha256-ZqGRUxEKaqTO5V5KP75mT9BeOZVir9618Mi+1/GxHEM=";
|
||||
};
|
||||
|
||||
build-system = [ poetry-core ];
|
||||
|
||||
dependencies = [
|
||||
aiohttp
|
||||
anyio
|
||||
beautifulsoup4
|
||||
colorlog
|
||||
langcodes
|
||||
|
||||
Reference in New Issue
Block a user