0
0
Fork 0
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:
Martin Weinelt 2025-04-01 07:13:51 +02:00
parent ccd04c81f5
commit 4559026739
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -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 ];