python313Packages.msal: 1.32.0 -> 1.32.3

https://github.com/AzureAD/microsoft-authentication-library-for-python/releases/tag/1.32.3
This commit is contained in:
Martin Weinelt
2025-05-23 08:37:13 -07:00
committed by Robert Schütz
parent 98f9db9f28
commit 9e134b7e12
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "msal";
version = "1.32.0";
version = "1.32.3";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-VEX+OvHaa+SEmRp6sy6qgkYdwjR94QW3avksYQwzNcI=";
hash = "sha256-XuoDhonHilpwyo7L4SRUWLVahXvQlu+2mJxpuhWYXTU=";
};
build-system = [ setuptools ];