lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

authored by

Fabian Affolter and committed by
GitHub
4fdd0a00 09186260

+4 -2
+2 -2
pkgs/development/python-modules/awsiotsdk/default.nix
··· 11 11 12 12 buildPythonPackage rec { 13 13 pname = "awsiotsdk"; 14 - version = "1.24.0"; 14 + version = "1.26.0"; 15 15 pyproject = true; 16 16 17 17 disabled = pythonOlder "3.7"; ··· 20 20 owner = "aws"; 21 21 repo = "aws-iot-device-sdk-python-v2"; 22 22 tag = "v${version}"; 23 - hash = "sha256-bjUppd1neOEeaY+RGcyqXpjhq+plJcopxPRLUBGhks8="; 23 + hash = "sha256-FK/Sy2zxWqrLmBiJO80PdBp/NJWV9OujFffCk7CG7jk="; 24 24 }; 25 25 26 26 postPatch = ''
+2
pkgs/development/python-modules/pyworxcloud/default.nix
··· 21 21 hash = "sha256-eyMMtLgJuBIuPCyenYrHaRQIrb2tzPaIzM2UCAPPqDg="; 22 22 }; 23 23 24 + pythonRelaxDeps = [ "awsiotsdk" ]; 25 + 24 26 build-system = [ poetry-core ]; 25 27 26 28 dependencies = [