python313Packages.aioamazondevices: 6.2.8 -> 6.4.0
Diff: https://github.com/chemelli74/aioamazondevices/compare/v6.2.8...v6.4.0 Changelog: https://github.com/chemelli74/aioamazondevices/blob/v6.4.0/CHANGELOG.md
This commit is contained in:
committed by
Robert Schütz
parent
4dbdfa67e0
commit
bdf9125a2b
@@ -15,14 +15,14 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "aioamazondevices";
|
pname = "aioamazondevices";
|
||||||
version = "6.2.8";
|
version = "6.4.0";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "chemelli74";
|
owner = "chemelli74";
|
||||||
repo = "aioamazondevices";
|
repo = "aioamazondevices";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-73z4mWWBfJLewLFQvhSj7hIOfBzcwIVrNlyPPAk7PPM=";
|
hash = "sha256-Lif2WNGdd4zLMzjpkZE0mdntC8sXzO5GF4nDLbjkFjo=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = [ poetry-core ];
|
build-system = [ poetry-core ];
|
||||||
|
|||||||
Reference in New Issue
Block a user