Loading pkgs/development/python-modules/microsoft-kiota-authentication-azure/default.nix +11 −9 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ azure-core, buildPythonPackage, fetchFromGitHub, flit-core, poetry-core, microsoft-kiota-abstractions, opentelemetry-api, opentelemetry-sdk, Loading @@ -16,19 +16,21 @@ buildPythonPackage rec { pname = "microsoft-kiota-authentication-azure"; version = "1.1.0"; version = "1.9.1"; pyproject = true; disabled = pythonOlder "3.8"; disabled = pythonOlder "3.9"; src = fetchFromGitHub { owner = "microsoft"; repo = "kiota-authentication-azure-python"; tag = "v${version}"; hash = "sha256-JoR7qjAPNqtcV35AGwbyjhIro6AnFUZXXLHLOj7InY8="; repo = "kiota-python"; tag = "microsoft-kiota-authentication-azure-v${version}"; hash = "sha256-ESRnI8prXG1h5H5RVD4eOQ1sQYSEMMLVHSk8yhzFGVw="; }; build-system = [ flit-core ]; sourceRoot = "source/packages/authentication/azure/"; build-system = [ poetry-core ]; dependencies = [ aiohttp Loading @@ -48,8 +50,8 @@ buildPythonPackage rec { meta = with lib; { description = "Kiota Azure authentication provider"; homepage = "https://github.com/microsoft/kiota-authentication-azure-python"; changelog = "https://github.com/microsoft/kiota-authentication-azure-python/blob/v${version}/CHANGELOG.md"; homepage = "https://github.com/microsoft/kiota-python/tree/main/packages/authentication/azure"; changelog = "https://github.com/microsoft/kiota-python/releases/tag/microsoft-kiota-authentication-azure-v${version}"; license = licenses.mit; maintainers = with maintainers; [ fab ]; }; Loading Loading
pkgs/development/python-modules/microsoft-kiota-authentication-azure/default.nix +11 −9 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ azure-core, buildPythonPackage, fetchFromGitHub, flit-core, poetry-core, microsoft-kiota-abstractions, opentelemetry-api, opentelemetry-sdk, Loading @@ -16,19 +16,21 @@ buildPythonPackage rec { pname = "microsoft-kiota-authentication-azure"; version = "1.1.0"; version = "1.9.1"; pyproject = true; disabled = pythonOlder "3.8"; disabled = pythonOlder "3.9"; src = fetchFromGitHub { owner = "microsoft"; repo = "kiota-authentication-azure-python"; tag = "v${version}"; hash = "sha256-JoR7qjAPNqtcV35AGwbyjhIro6AnFUZXXLHLOj7InY8="; repo = "kiota-python"; tag = "microsoft-kiota-authentication-azure-v${version}"; hash = "sha256-ESRnI8prXG1h5H5RVD4eOQ1sQYSEMMLVHSk8yhzFGVw="; }; build-system = [ flit-core ]; sourceRoot = "source/packages/authentication/azure/"; build-system = [ poetry-core ]; dependencies = [ aiohttp Loading @@ -48,8 +50,8 @@ buildPythonPackage rec { meta = with lib; { description = "Kiota Azure authentication provider"; homepage = "https://github.com/microsoft/kiota-authentication-azure-python"; changelog = "https://github.com/microsoft/kiota-authentication-azure-python/blob/v${version}/CHANGELOG.md"; homepage = "https://github.com/microsoft/kiota-python/tree/main/packages/authentication/azure"; changelog = "https://github.com/microsoft/kiota-python/releases/tag/microsoft-kiota-authentication-azure-v${version}"; license = licenses.mit; maintainers = with maintainers; [ fab ]; }; Loading