Merge pull request #175841 from r-ryantm/auto-update/python3.10-msal

python310Packages.msal: 1.17.0 -> 1.18.0
This commit is contained in:
Fabian Affolter
2022-06-02 09:27:50 +02:00
committed by GitHub
@@ -9,11 +9,11 @@
buildPythonPackage rec {
pname = "msal";
version = "1.17.0";
version = "1.18.0";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-BOPLe7dcUfVtKQOB8jBWIH3x8+tZTtA9OFUfOxbSo24=";
sha256 = "sha256-V2r1WGYDi2DtvLMdgxMlob2CQe0nIYbigylo/UcX0gI=";
};
propagatedBuildInputs = [