python3Packages.msal: 1.31.0 -> 1.31.1
https://github.com/AzureAD/microsoft-authentication-library-for-python/releases/tag/1.31.1
This commit is contained in:
@@ -11,14 +11,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "msal";
|
||||
version = "1.31.0";
|
||||
version = "1.31.1";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-LE8YnPnMjwDIAEX2bTm3wPPtRYc/09Hyr58i2y4S/0s=";
|
||||
hash = "sha256-EbXmo/gC/9OnIQcgPiDE6sbvU0AZYbiAryg1tyPYBXg=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
Reference in New Issue
Block a user