python3Packages.msal: 1.33.0 -> 1.34.0

https://github.com/AzureAD/microsoft-authentication-library-for-python/releases/tag/1.34.0
This commit is contained in:
Martin Weinelt
2026-02-01 16:40:33 +01:00
parent 3dd82fd627
commit b019130bca
@@ -10,12 +10,12 @@
buildPythonPackage rec {
pname = "msal";
version = "1.33.0";
version = "1.34.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-g2rYD6o+JafXEBXJkM5h9wSocyix5zvLsGI6GMvxdRA=";
hash = "sha256-drqDtxbqWm11sCecCsNToOBbggyh9mgsDrf0UZDEPC8=";
};
build-system = [ setuptools ];