python311Packages.msal: 1.28.1 -> 1.29.0

Changelog: https://github.com/AzureAD/microsoft-authentication-library-for-python/releases/tag/1.29.0
This commit is contained in:
Fabian Affolter 2024-07-05 14:19:09 +02:00
parent 4284c2b73c
commit ed88b84370

View File

@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "msal";
version = "1.28.1";
version = "1.29.0";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-1yu/4tXC8lVfS8YgW+RFDd/RKXZhDdmhapqw8Fxotk0=";
hash = "sha256-j2cl8Jl1JVP5sv6EEl4qXr5HtJ+S6syjPr7dOp66riU=";
};
nativeBuildInputs = [ setuptools ];