python313Packages.aioamazondevices: 11.0.2 -> 11.1.1
Diff: https://github.com/chemelli74/aioamazondevices/compare/v11.0.2...v11.1.1 Changelog: https://github.com/chemelli74/aioamazondevices/blob/v11.1.1/CHANGELOG.md
This commit is contained in:
committed by
Robert Schütz
parent
5c8b21beda
commit
ba0d9af53c
@@ -15,14 +15,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "aioamazondevices";
|
||||
version = "11.0.2";
|
||||
version = "11.1.1";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "chemelli74";
|
||||
repo = "aioamazondevices";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-nxKWnNLmraPtMA+WZO4FOWbcbZr/HS6dhACKcFUq7D0=";
|
||||
hash = "sha256-D0QxCnwyXtHvcx+BaO4mzGuZxLZtgogQpHXvFckX9f8=";
|
||||
};
|
||||
|
||||
build-system = [ poetry-core ];
|
||||
|
||||
Reference in New Issue
Block a user