python310Packages.google-auth: 2.17.1 -> 2.17.3

Changelog: https://github.com/googleapis/google-auth-library-python/blob/v2.17.3/CHANGELOG.md
This commit is contained in:
Fabian Affolter 2023-04-28 11:01:24 +02:00
parent 7e3c25bf20
commit f017b54bd9

View file

@ -27,14 +27,14 @@
buildPythonPackage rec {
pname = "google-auth";
version = "2.17.1";
version = "2.17.3";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-jzebRrrTga0qC5id+wwTrSjTwqefJzSCE/iUah0V1Vo=";
hash = "sha256-zjEeK8WLEw/d8xbfV8mzlDwqe09uwx3pZjqTM+QGTvw=";
};
propagatedBuildInputs = [