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

python311Packages.google-api-core: 2.11.0 -> 2.11.1

authored by

Mario Rodas and committed by
GitHub
ce2b9efe 7c8054c9

+2 -2
+2 -2
pkgs/development/python-modules/google-api-core/default.nix
··· 17 17 18 18 buildPythonPackage rec { 19 19 pname = "google-api-core"; 20 - version = "2.11.0"; 20 + version = "2.11.1"; 21 21 format = "setuptools"; 22 22 23 23 disabled = pythonOlder "3.6"; 24 24 25 25 src = fetchPypi { 26 26 inherit pname version; 27 - hash = "sha256-S5u11aOAoL76BXOzAmUbipqJJiwXMON79CPOxRGATCI="; 27 + hash = "sha256-JdKeBaAFjtXxnGHAp4sbU63qTZNktGTQFPvalB9tHJo="; 28 28 }; 29 29 30 30 propagatedBuildInputs = [