Merge pull request #336453 from r-ryantm/auto-update/python312Packages.microsoft-kiota-authentication-azure

python312Packages.microsoft-kiota-authentication-azure: 1.0.0 -> 1.1.0

authored by Fabian Affolter and committed by GitHub fe43c82f 8bf14508

+3 -3
+3 -3
pkgs/development/python-modules/microsoft-kiota-authentication-azure/default.nix
··· 16 16 17 17 buildPythonPackage rec { 18 18 pname = "microsoft-kiota-authentication-azure"; 19 - version = "1.0.0"; 19 + version = "1.1.0"; 20 20 pyproject = true; 21 21 22 22 disabled = pythonOlder "3.8"; ··· 25 25 owner = "microsoft"; 26 26 repo = "kiota-authentication-azure-python"; 27 27 rev = "refs/tags/v${version}"; 28 - hash = "sha256-RA0BbIwDs3cXiH4tQsvCGUO1OAg+DWjEeWd7MEVIC8E="; 28 + hash = "sha256-JoR7qjAPNqtcV35AGwbyjhIro6AnFUZXXLHLOj7InY8="; 29 29 }; 30 30 31 31 build-system = [ flit-core ]; ··· 49 49 meta = with lib; { 50 50 description = "Kiota Azure authentication provider"; 51 51 homepage = "https://github.com/microsoft/kiota-authentication-azure-python"; 52 - changelog = "https://github.com/microsoft/kiota-authentication-azure-python/blob/${version}/CHANGELOG.md"; 52 + changelog = "https://github.com/microsoft/kiota-authentication-azure-python/blob/v${version}/CHANGELOG.md"; 53 53 license = licenses.mit; 54 54 maintainers = with maintainers; [ fab ]; 55 55 };