Unverified Commit 3573ac32 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #289049 from fabaff/google-cloud-language-bump

 python311Packages.google-cloud-language: 2.12.0 -> 2.13.1 
parents a6267f8d 8577e19d
Loading
Loading
Loading
Loading
+8 −3
Original line number Diff line number Diff line
@@ -7,20 +7,25 @@
, pytest-asyncio
, pytestCheckHook
, pythonOlder
, setuptools
}:

buildPythonPackage rec {
  pname = "google-cloud-language";
  version = "2.12.0";
  format = "setuptools";
  version = "2.13.1";
  pyproject = true;

  disabled = pythonOlder "3.7";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-efuO/hWDM+aMBXR+nqhrWYsvQpoS83FJ2DrG+hhFlio=";
    hash = "sha256-8ZU9aJPTXNQ9CLK1UgwWWnAOSt584lyiKEAXiQsOWhU=";
  };

  nativeBuildInputs = [
    setuptools
  ];

  propagatedBuildInputs = [
    google-api-core
    proto-plus