Loading pkgs/development/python-modules/awsiotpythonsdk/default.nix +5 −5 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ setuptools, }: buildPythonPackage rec { buildPythonPackage (finalAttrs: { pname = "awsiotpythonsdk"; version = "1.6.0"; pyproject = true; Loading @@ -13,7 +13,7 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "aws"; repo = "aws-iot-device-sdk-python"; tag = "v${version}"; tag = "v${finalAttrs.version}"; hash = "sha256-Jwj07yAl9LrHRy1y3cjipObqEcwP+j+a5dcvXj02kgA="; }; Loading @@ -27,8 +27,8 @@ buildPythonPackage rec { meta = { description = "Python SDK for connecting to AWS IoT"; homepage = "https://github.com/aws/aws-iot-device-sdk-python"; changelog = "https://github.com/aws/aws-iot-device-sdk-python/releases/tag/${src.tag}"; license = with lib.licenses; [ asl20 ]; changelog = "https://github.com/aws/aws-iot-device-sdk-python/releases/tag/${finalAttrs.src.tag}"; license = lib.licenses.asl20; maintainers = with lib.maintainers; [ fab ]; }; } }) Loading
pkgs/development/python-modules/awsiotpythonsdk/default.nix +5 −5 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ setuptools, }: buildPythonPackage rec { buildPythonPackage (finalAttrs: { pname = "awsiotpythonsdk"; version = "1.6.0"; pyproject = true; Loading @@ -13,7 +13,7 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "aws"; repo = "aws-iot-device-sdk-python"; tag = "v${version}"; tag = "v${finalAttrs.version}"; hash = "sha256-Jwj07yAl9LrHRy1y3cjipObqEcwP+j+a5dcvXj02kgA="; }; Loading @@ -27,8 +27,8 @@ buildPythonPackage rec { meta = { description = "Python SDK for connecting to AWS IoT"; homepage = "https://github.com/aws/aws-iot-device-sdk-python"; changelog = "https://github.com/aws/aws-iot-device-sdk-python/releases/tag/${src.tag}"; license = with lib.licenses; [ asl20 ]; changelog = "https://github.com/aws/aws-iot-device-sdk-python/releases/tag/${finalAttrs.src.tag}"; license = lib.licenses.asl20; maintainers = with lib.maintainers; [ fab ]; }; } })