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