Unverified Commit ce2b9efe authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

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

python311Packages.google-api-core: 2.11.0 -> 2.11.1
parents 7c8054c9 e0627177
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [