python311Packages.awsiotpythonsdk: 1.5.2 -> 1.5.4
Diff: https://github.com/aws/aws-iot-device-sdk-python/compare/refs/tags/v1.5.2...v1.5.4 Changelog: https://github.com/aws/aws-iot-device-sdk-python/releases/tag/v1.5.4
This commit is contained in:
parent
ba53276760
commit
24bb9cf8ea
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "awsiotpythonsdk";
|
||||
version = "1.5.2";
|
||||
version = "1.5.4";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
@ -16,7 +16,7 @@ buildPythonPackage rec {
|
|||
owner = "aws";
|
||||
repo = "aws-iot-device-sdk-python";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-GHMnDRxXkaKDTaawwPtMqa7EZJ8Y35+ScgtfEP9PJGs=";
|
||||
hash = "sha256-TUNIWGal7NQy2qmHVTiw6eX4t/Yt3NnM3HHztBwMfoM=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue