python313Packages.awsiotsdk: 1.24.0 -> 1.25.1 (#446302)

This commit is contained in:
Fabian Affolter
2025-09-27 21:42:01 +00:00
committed by GitHub
2 changed files with 4 additions and 2 deletions
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "awsiotsdk";
version = "1.24.0";
version = "1.26.0";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "aws";
repo = "aws-iot-device-sdk-python-v2";
tag = "v${version}";
hash = "sha256-bjUppd1neOEeaY+RGcyqXpjhq+plJcopxPRLUBGhks8=";
hash = "sha256-FK/Sy2zxWqrLmBiJO80PdBp/NJWV9OujFffCk7CG7jk=";
};
postPatch = ''
@@ -21,6 +21,8 @@ buildPythonPackage rec {
hash = "sha256-eyMMtLgJuBIuPCyenYrHaRQIrb2tzPaIzM2UCAPPqDg=";
};
pythonRelaxDeps = [ "awsiotsdk" ];
build-system = [ poetry-core ];
dependencies = [