Merge pull request #160801 from SuperSandro2000/python39Packages.google-auth

This commit is contained in:
Sandro 2022-02-19 01:48:04 +01:00 committed by GitHub
commit b2bcf7e961
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.3.3";
version = "2.6.0";
src = fetchPypi {
inherit pname version;
sha256 = "d83570a664c10b97a1dc6f8df87e5fdfff012f48f62be131e449c20dfc32630e";
sha256 = "sha256-rRYPweqPGeMxoWoUp589ZD2BOmlTS6lhHSyA3BBDna0=";
};
postPatch = ''