python3Packages.aioamazondevices: 14.0.4 -> 14.1.3
Diff: https://github.com/chemelli74/aioamazondevices/compare/v14.0.4...v14.1.3 Changelog: https://github.com/chemelli74/aioamazondevices/blob/v14.1.3/CHANGELOG.md
This commit is contained in:
committed by
Martin Weinelt
parent
f573bd3e15
commit
a98436bf23
@@ -15,14 +15,14 @@
|
||||
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "aioamazondevices";
|
||||
version = "14.0.4";
|
||||
version = "14.1.3";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "chemelli74";
|
||||
repo = "aioamazondevices";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-C0cwPtAiA63DXqs8x0zlJ+y1BXgVe87Q56WKER/cmnk=";
|
||||
hash = "sha256-MUPj3smDMOCV+g1cC6YKWSGYvB1UD8OKzlil61H4rZg=";
|
||||
};
|
||||
|
||||
build-system = [ poetry-core ];
|
||||
|
||||
Reference in New Issue
Block a user