python311Packages.google-cloud-speech: 2.25.0 -> 2.25.1
Changelog: https://github.com/googleapis/google-cloud-python/blob/google-cloud-speech-v2.25.1/packages/google-cloud-speech/CHANGELOG.md
This commit is contained in:
parent
66691a90c6
commit
c49f58c551
1 changed files with 2 additions and 2 deletions
|
@ -13,14 +13,14 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "google-cloud-speech";
|
||||
version = "2.25.0";
|
||||
version = "2.25.1";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-Bwt6c3Ndhxzc9VkCOOnE/1m7X1JBcodrpVZGtcXrhrg=";
|
||||
hash = "sha256-W3RwqUn1p3xAURw2ZKwzn+CkcESC+bazorpVS30rLNw=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue