We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f28d65f commit e08cd48Copy full SHA for e08cd48
1 file changed
pkgs/development/python-modules/aioamazondevices/default.nix
@@ -15,14 +15,14 @@
15
16
buildPythonPackage rec {
17
pname = "aioamazondevices";
18
- version = "11.1.1";
+ version = "11.1.2";
19
pyproject = true;
20
21
src = fetchFromGitHub {
22
owner = "chemelli74";
23
repo = "aioamazondevices";
24
tag = "v${version}";
25
- hash = "sha256-D0QxCnwyXtHvcx+BaO4mzGuZxLZtgogQpHXvFckX9f8=";
+ hash = "sha256-9WZ8GlnlI1Coyvi1Aqtk0iVoREyohCLBnjg2kusP1cE=";
26
};
27
28
build-system = [ poetry-core ];
0 commit comments