Merge pull request #214345 from r-ryantm/auto-update/python310Packages.msal

python310Packages.msal: 1.20.0 -> 1.21.0

authored by

Fabian Affolter and committed by
GitHub
a034e64e 43289221

+3 -2
+3 -2
pkgs/development/python-modules/msal/default.nix
··· 8 8 9 9 buildPythonPackage rec { 10 10 pname = "msal"; 11 - version = "1.20.0"; 11 + version = "1.21.0"; 12 12 format = "setuptools"; 13 13 14 14 disabled = pythonOlder "3.7"; 15 15 16 16 src = fetchPypi { 17 17 inherit pname version; 18 - hash = "sha256-eDRM1MkdYTSlk7Xj5FVB5mbje3R/+KYxbDZo3R5qtrI="; 18 + hash = "sha256-lrXIZ4MP0Rbl99DsjvGyOLTNpNGuqG2P7PUYJg4Tb78="; 19 19 }; 20 20 21 21 propagatedBuildInputs = [ ··· 35 35 meta = with lib; { 36 36 description = "Library to access the Microsoft Cloud by supporting authentication of users with Microsoft Azure Active Directory accounts (AAD) and Microsoft Accounts (MSA) using industry standard OAuth2 and OpenID Connect"; 37 37 homepage = "https://github.com/AzureAD/microsoft-authentication-library-for-python"; 38 + changelog = "https://github.com/AzureAD/microsoft-authentication-library-for-python/releases/tag/${version}"; 38 39 license = licenses.mit; 39 40 maintainers = with maintainers; [ kamadorueda ]; 40 41 };