···89buildPythonPackage rec {
10 pname = "msal";
11- version = "1.20.0";
12 format = "setuptools";
1314 disabled = pythonOlder "3.7";
1516 src = fetchPypi {
17 inherit pname version;
18- hash = "sha256-eDRM1MkdYTSlk7Xj5FVB5mbje3R/+KYxbDZo3R5qtrI=";
19 };
2021 propagatedBuildInputs = [
···35 meta = with lib; {
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 homepage = "https://github.com/AzureAD/microsoft-authentication-library-for-python";
038 license = licenses.mit;
39 maintainers = with maintainers; [ kamadorueda ];
40 };
···89buildPythonPackage rec {
10 pname = "msal";
11+ version = "1.21.0";
12 format = "setuptools";
1314 disabled = pythonOlder "3.7";
1516 src = fetchPypi {
17 inherit pname version;
18+ hash = "sha256-lrXIZ4MP0Rbl99DsjvGyOLTNpNGuqG2P7PUYJg4Tb78=";
19 };
2021 propagatedBuildInputs = [
···35 meta = with lib; {
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 homepage = "https://github.com/AzureAD/microsoft-authentication-library-for-python";
38+ changelog = "https://github.com/AzureAD/microsoft-authentication-library-for-python/releases/tag/${version}";
39 license = licenses.mit;
40 maintainers = with maintainers; [ kamadorueda ];
41 };