Merge pull request #140238 from r-ryantm/auto-update/python3.8-msal

This commit is contained in:
Sandro 2021-10-03 19:41:31 +02:00 committed by GitHub
commit 3c8e8b4621
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.14.0";
version = "1.15.0";
src = fetchPypi {
inherit pname version;
sha256 = "0d389ef5db19ca8a30ae88fe05ba633a4623d3202d90f8dfcc81973dc28ee834";
sha256 = "00d3cc77c3bcd8e2accaf178aa58a1d036918faa9c0f3039772cc16a470bdacc";
};
propagatedBuildInputs = [