Unverified Commit 45a95bef authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python312Packages.google-cloud-speech: 2.29.0 -> 2.30.0 (#371180)

parents 8d911b27 8918048b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@

buildPythonPackage rec {
  pname = "google-cloud-speech";
  version = "2.29.0";
  version = "2.30.0";
  pyproject = true;

  disabled = pythonOlder "3.7";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
  src = fetchPypi {
    pname = "google_cloud_speech";
    inherit version;
    hash = "sha256-N1rr57Us5VJxcvBcpRDHycBpIYpuRCb6KNVQwzSzrD8=";
    hash = "sha256-7GPL1MK72wMGRioPMAgvRJXe3FBvDEoaKZDubmNGVEw=";
  };

  build-system = [ setuptools ];