python312Packages.google-cloud-speech: 2.29.0 -> 2.30.0

This commit is contained in:
R. Ryantm
2025-01-05 16:26:52 +00:00
parent d86ae899d2
commit 8918048b3a

View File

@@ -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 ];