Unverified Commit 67a29075 authored by Masum Reza's avatar Masum Reza Committed by GitHub
Browse files

Merge pull request #325716 from r-ryantm/auto-update/python312Packages.google-cloud-translate

python312Packages.google-cloud-translate: 3.15.3 -> 3.15.4
parents 6ce75ed9 66745b04
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,14 +16,14 @@

buildPythonPackage rec {
  pname = "google-cloud-translate";
  version = "3.15.3";
  version = "3.15.4";
  pyproject = true;

  disabled = pythonOlder "3.7";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-7Vh6HmDPhHw7Gt1rKCVuLRci+nOkKFM09excqTPmFvI=";
    hash = "sha256-nZ3YzyJe+fsGdahvkuecrDKVoo0JpEeeEj7wy+VHSWs=";
  };

  nativeBuildInputs = [ setuptools ];