mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
python3Packages.aioamazondevices: 3.0.5 -> 3.0.6 (#415153)
This commit is contained in:
commit
b5ebffa131
1 changed files with 2 additions and 2 deletions
|
@ -16,14 +16,14 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "aioamazondevices";
|
pname = "aioamazondevices";
|
||||||
version = "3.0.5";
|
version = "3.0.6";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "chemelli74";
|
owner = "chemelli74";
|
||||||
repo = "aioamazondevices";
|
repo = "aioamazondevices";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-CgIkrq5Eni7Iva/bzlcbj1/mqtKPA4mknHC/fQzL7RU=";
|
hash = "sha256-+o3LOp0gSjG1/x5IFA0FK5LQUFG9T6JgDLb104vJcM0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = [ poetry-core ];
|
build-system = [ poetry-core ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue