python3Packages.awsiotsdk: 1.28.2 -> 1.29.0

This commit is contained in:
R. Ryantm
2026-04-26 03:26:37 +00:00
parent 0aacb00bef
commit 834ac87990
@@ -10,14 +10,14 @@
buildPythonPackage (finalAttrs: {
pname = "awsiotsdk";
version = "1.28.2";
version = "1.29.0";
pyproject = true;
src = fetchFromGitHub {
owner = "aws";
repo = "aws-iot-device-sdk-python-v2";
tag = "v${finalAttrs.version}";
hash = "sha256-uhuKHn2aCqdJ1mN7Rp9/RNEuAv9STtgqpjF3Cjvw2pg=";
hash = "sha256-YSBtViejJFlu3r38Kx1sn+TNkfq0+Zy/KfoBlJdj5Gg=";
};
postPatch = ''