Commit e6a0c5a9 authored by R. RyanTM's avatar R. RyanTM
Browse files

python311Packages.google-api-python-client: 2.133.0 -> 2.135.0

parent 08683639
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,14 +14,14 @@

buildPythonPackage rec {
  pname = "google-api-python-client";
  version = "2.133.0";
  version = "2.135.0";
  pyproject = true;

  disabled = pythonOlder "3.7";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-KTCSkFtmoEbTGHqZrEVOErAMwscERPJusvH5wagnILQ=";
    hash = "sha256-tVKigSPtlUkwNWmNuA6O14yRBqi0IuY6F1FQubVbcE4=";
  };

  build-system = [ setuptools ];