Merge pull request #301699 from r-ryantm/auto-update/python311Packages.google-cloud-speech

python311Packages.google-cloud-speech: 2.25.1 -> 2.26.0
This commit is contained in:
Weijia Wang 2024-04-08 01:40:11 +02:00 committed by GitHub
commit 67af0841e3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "google-cloud-speech";
version = "2.25.1";
version = "2.26.0";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-W3RwqUn1p3xAURw2ZKwzn+CkcESC+bazorpVS30rLNw=";
hash = "sha256-0xVqeElq6s/0A0KUCKGxPv6ZbabwVEolVnkErYAWcdU=";
};
nativeBuildInputs = [