mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
python312Packages.google-cloud-speech: 2.26.1 -> 2.27.0
Changelog: https://github.com/googleapis/google-cloud-python/blob/google-cloud-speech-v2.27.0/packages/google-cloud-speech/CHANGELOG.md
This commit is contained in:
parent
35ff1783b7
commit
7f998b0d3c
@ -14,19 +14,20 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "google-cloud-speech";
|
||||
version = "2.26.1";
|
||||
version = "2.27.0";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-EqzrAuNMFO1J7qMQKufndt/Yciur3RRm3k2w3owfkak=";
|
||||
pname = "google_cloud_speech";
|
||||
inherit version;
|
||||
hash = "sha256-YXTTIcyBpYs2veboOZ11MdUBI5OVOHKkaMtmTkKGg4U=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ setuptools ];
|
||||
build-system = [ setuptools ];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
dependencies = [
|
||||
google-api-core
|
||||
proto-plus
|
||||
protobuf
|
||||
|
Loading…
Reference in New Issue
Block a user