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:
Martin Weinelt
2025-01-27 10:56:10 +01:00
parent bf8d14b4a0
commit 98aa935aac
@@ -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 ];