mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
python3Packages.google-auth: 2.37.0 -> 2.38.0
https://github.com/googleapis/google-auth-library-python/blob/v2.38.0/CHANGELOG.md This commit was automatically generated using update-python-libraries.
This commit is contained in:
parent
ccd04c81f5
commit
4559026739
1 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "google-auth";
|
||||
version = "2.37.0";
|
||||
version = "2.38.0";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
@ -35,7 +35,7 @@ buildPythonPackage rec {
|
|||
src = fetchPypi {
|
||||
pname = "google_auth";
|
||||
inherit version;
|
||||
hash = "sha256-AFRiOr8fnINJLGPT9H538KVEyqPUCy2Y4JmmEcLdXQA=";
|
||||
hash = "sha256-goURNgfTuAo/FUO3WWJEe6ign+hXg0MqeE/e72rAlMQ=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue