python311Packages.google-cloud-speech: 2.25.1 -> 2.26.0

This commit is contained in:
R. Ryantm 2024-04-05 01:17:37 +00:00
parent 86485bebac
commit 941cd04445
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 = [