Merge pull request #163833 from r-ryantm/auto-update/python310Packages.awsiotpythonsdk
python310Packages.awsiotpythonsdk: 1.5.0 -> 1.5.1
This commit is contained in:
commit
5ccf046d89
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "AWSIoTPythonSDK";
|
pname = "AWSIoTPythonSDK";
|
||||||
version = "1.5.0";
|
version = "1.5.1";
|
||||||
format = "setuptools";
|
format = "setuptools";
|
||||||
|
|
||||||
disabled = pythonOlder "3.7";
|
disabled = pythonOlder "3.7";
|
||||||
|
@ -15,7 +15,7 @@ buildPythonPackage rec {
|
||||||
owner = "aws";
|
owner = "aws";
|
||||||
repo = "aws-iot-device-sdk-python";
|
repo = "aws-iot-device-sdk-python";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0bmvwv471mvlwj2rfz08j9qvzsp4vyjz67cbzkvsy6kmihx3wfqh";
|
sha256 = "sha256-UpfgoCVbweOpWbgaqNebAAkWmhjkZu3txVoTZ/qhl3g=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Module has no tests
|
# Module has no tests
|
||||||
|
|
Loading…
Reference in a new issue