Merge pull request #108357 from r-ryantm/auto-update/python3.7-msal

python37Packages.msal: 1.6.0 -> 1.8.0
This commit is contained in:
Anderson Torres 2021-01-08 16:26:36 -03:00 committed by GitHub
commit e49e3a756b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,11 +9,11 @@
buildPythonPackage rec {
pname = "msal";
version = "1.6.0";
version = "1.8.0";
src = fetchPypi {
inherit pname version;
sha256 = "15mx1fakz9c5qrrspsckd3yr3l5lac0pbjq8v65r26n3203xx5f9";
sha256 = "1dcc737ca517df53438bc9a3fae97f17d93d7a93fa1389e6bc44e82eee81ab83";
};
propagatedBuildInputs = [