Unverified Commit 70b13ef7 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

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

python311Packages.google-api-core: 2.17.1 -> 2.18.0
parents 613ce93d 8e7ee0f8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [