python3Packages.msal: 1.24.1 -> 1.25.0

https://github.com/AzureAD/microsoft-authentication-library-for-python/releases/tag/1.25.0
This commit is contained in:
Martin Weinelt
2023-12-20 20:44:38 +01:00
parent 5534645c81
commit 06575dbc8f
@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "msal";
version = "1.24.1";
version = "1.25.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-qglyiEs8b97FPZoL0VwS5b17cawbZtdG9U0Shwnz+Pg=";
hash = "sha256-9EMp/bWfTwRMd5Fko0R0uKRK2eSUCvvEw6Oiu+kDJNk=";
};
propagatedBuildInputs = [