python311Packages.google-auth: 2.17.3 -> 2.18.1

Changelog: https://github.com/googleapis/google-auth-library-python/blob/v2.18.1/CHANGELOG.md
This commit is contained in:
Fabian Affolter 2023-05-18 19:13:03 +02:00
parent 44414a98a9
commit 2a9dbb449c

View File

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