python314Packages.awsiotsdk: 1.28.0 -> 1.28.1
Diff: https://github.com/aws/aws-iot-device-sdk-python-v2/compare/v1.28.0...v1.28.1 Changelog: https://github.com/aws/aws-iot-device-sdk-python-v2/releases/tag/v1.28.1
This commit is contained in:
@@ -10,14 +10,14 @@
|
||||
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "awsiotsdk";
|
||||
version = "1.28.0";
|
||||
version = "1.28.1";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "aws";
|
||||
repo = "aws-iot-device-sdk-python-v2";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-Cs+MbI/23bPvdZNaze7ENyEZNT/AVYsPz/dEEzaAy8c=";
|
||||
hash = "sha256-UOM3V9ABoNbX+Nr8SyJueT6tIQRLj5R1TyWFxbpylrA=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
||||
Reference in New Issue
Block a user