python311Packages.google-api-core: 2.17.1 -> 2.18.0

This commit is contained in:
R. Ryantm 2024-03-30 14:32:24 +00:00
parent b488f65e71
commit 8e7ee0f821
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 = [