python3Packages.google-auth: 2.45.0 -> 2.47.0
Diff: https://github.com/googleapis/google-auth-library-python/compare/v2.45.0...v2.47.0 Changelog: https://github.com/googleapis/google-auth-library-python/blob/v2.47.0/CHANGELOG.md
This commit is contained in:
@@ -4,7 +4,6 @@
|
||||
aiohttp,
|
||||
aioresponses,
|
||||
buildPythonPackage,
|
||||
cachetools,
|
||||
cryptography,
|
||||
flask,
|
||||
freezegun,
|
||||
@@ -25,20 +24,19 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "google-auth";
|
||||
version = "2.45.0";
|
||||
version = "2.47.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "googleapis";
|
||||
repo = "google-auth-library-python";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-CONPYm88g8AvGlb7HBMKyWFTGntkgEkDZ2RHKyqoYhw=";
|
||||
hash = "sha256-kgiqKeS8NTlz56yYKE8U/eKFQjHD6CJHOH5IKLgOeDk=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
dependencies = [
|
||||
cachetools
|
||||
pyasn1-modules
|
||||
rsa
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user