python: google-auth: 1.16.0 -> 1.17.0
This commit is contained in:
parent
2a1ad53bd8
commit
7e39a62745
@ -17,11 +17,11 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "google-auth";
|
pname = "google-auth";
|
||||||
version = "1.16.0";
|
version = "1.17.0";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "1xd7fi7vhqbbkvwjg5fgj8bkbfjwxx4f2bb0zsnj8wci46qk4dqv";
|
sha256 = "2f35b33801a41e4115cd93ff0aeb152f383edc0e27277ae28be2dccf238611b9";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ six pyasn1-modules cachetools rsa setuptools ];
|
propagatedBuildInputs = [ six pyasn1-modules cachetools rsa setuptools ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user