Merge pull request #247975 from fabaff/google-api-core-bump

python311Packages.google-api-core: 2.11.0 -> 2.11.1
This commit is contained in:
Mario Rodas 2023-08-09 22:10:59 -05:00 committed by GitHub
commit ce2b9efeb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,14 +17,14 @@
buildPythonPackage rec {
pname = "google-api-core";
version = "2.11.0";
version = "2.11.1";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-S5u11aOAoL76BXOzAmUbipqJJiwXMON79CPOxRGATCI=";
hash = "sha256-JdKeBaAFjtXxnGHAp4sbU63qTZNktGTQFPvalB9tHJo=";
};
propagatedBuildInputs = [