Merge pull request #300255 from r-ryantm/auto-update/python311Packages.google-api-core

python311Packages.google-api-core: 2.17.1 -> 2.18.0
This commit is contained in:
Weijia Wang 2024-04-06 00:19:17 +02:00 committed by GitHub
commit 70b13ef7cf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -18,14 +18,14 @@
buildPythonPackage rec {
pname = "google-api-core";
version = "2.17.1";
version = "2.18.0";
pyproject = true;
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-nfGKH4fuDfC8TuoncOvEIoOS2MxAZmVbMg4s/MsV25U=";
hash = "sha256-Ytl0F7/GdNbO8lHlxNY5qWVeAMRVKMQ2T7/rtHjOcqk=";
};
nativeBuildInputs = [