Merge pull request #165983 from SuperSandro2000/python310Packages.google-auth

This commit is contained in:
Sandro 2022-03-28 00:37:48 +02:00 committed by GitHub
commit 7a79d81f74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,11 +18,11 @@
buildPythonPackage rec {
pname = "google-auth";
version = "2.6.0";
version = "2.6.2";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-rRYPweqPGeMxoWoUp589ZD2BOmlTS6lhHSyA3BBDna0=";
sha256 = "sha256-YNRJ+BQsdC23YPTAvjkSG8jZvoVVVdeEwlLerKHO0/U=";
};
postPatch = ''