Skip to content

Commit a470e11

Browse files
committed
python3Packages.aioamazondevices: 4.0.0 -> 4.0.1
1 parent 226bb7c commit a470e11

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/aioamazondevices

1 file changed

+2
-2
lines changed

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 = "4.0.0";
18+
version = "4.0.1";
1919
pyproject = true;
2020

2121
src = fetchFromGitHub {
2222
owner = "chemelli74";
2323
repo = "aioamazondevices";
2424
tag = "v${version}";
25-
hash = "sha256-Ch3IP7fMEDYYRFDk3eoZWjhjnkQY0qcAFJdmkoW4o/0=";
25+
hash = "sha256-FTIACTsDFg+TUvtQOI46ecOZxFmyeUSlOZm9xXAlkhY=";
2626
};
2727

2828
build-system = [ poetry-core ];

0 commit comments

Comments
 (0)