python3Packages.google-auth: 2.38.0 -> 2.40.1
latest: https://github.com/googleapis/google-auth-library-python/releases/tag/v2.40.1 diff: https://github.com/googleapis/google-auth-library-python/compare/v2.38.0...v2.40.1
This commit is contained in:
committed by
Robert Schütz
parent
3a1f6bf9f9
commit
081054f557
@@ -25,14 +25,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "google-auth";
|
||||
version = "2.38.0";
|
||||
version = "2.40.1";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "googleapis";
|
||||
repo = "google-auth-library-python";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-XmAKlzld2a6dFag/49zmhXMS5WDnoDZKqkjmzLb+ZN0=";
|
||||
hash = "sha256-t+KgDFLeiCwmXAfrv+qyrNNa1H1v5U34rURIArjmt94=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
Reference in New Issue
Block a user