python310Packages.msal: 1.21.0 -> 1.22.0

Changelog: https://github.com/AzureAD/microsoft-authentication-library-for-python/releases/tag/1.22.0
This commit is contained in:
Fabian Affolter
2023-04-28 11:03:47 +02:00
parent 7e3c25bf20
commit 6b3878712e
@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "msal";
version = "1.21.0";
version = "1.22.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-lrXIZ4MP0Rbl99DsjvGyOLTNpNGuqG2P7PUYJg4Tb78=";
hash = "sha256-ioL1N1ZCwWJciQWAGEMClMEJRA3OQupmfUZsLKtSCs0=";
};
propagatedBuildInputs = [