Skip to content

Commit bcdb2df

Browse files
authored
python3Packages.aioamazondevices: 11.1.1 -> 11.1.2 (NixOS#487560)
2 parents 25fe576 + e08cd48 commit bcdb2df

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • pkgs/development/python-modules/aioamazondevices

pkgs/development/python-modules/aioamazondevices/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@
1515

1616
buildPythonPackage rec {
1717
pname = "aioamazondevices";
18-
version = "11.1.1";
18+
version = "11.1.2";
1919
pyproject = true;
2020

2121
src = fetchFromGitHub {
2222
owner = "chemelli74";
2323
repo = "aioamazondevices";
2424
tag = "v${version}";
25-
hash = "sha256-D0QxCnwyXtHvcx+BaO4mzGuZxLZtgogQpHXvFckX9f8=";
25+
hash = "sha256-9WZ8GlnlI1Coyvi1Aqtk0iVoREyohCLBnjg2kusP1cE=";
2626
};
2727

2828
build-system = [ poetry-core ];

0 commit comments

Comments
 (0)