Merge pull request #274437 from fabaff/google-cloud-speech-bump

python311Packages.google-cloud-speech: 2.22.0 -> 2.23.0
This commit is contained in:
Fabian Affolter 2023-12-15 15:34:28 +01:00 committed by GitHub
commit ae0c701b7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "google-cloud-speech";
version = "2.22.0";
version = "2.23.0";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-lZKKiYaS1+qgVWbVeiE464tbkjSxw8y3LFUgce0qOrA=";
hash = "sha256-H4aDIHCF3cpsXgZIly+KBik30w5zqlVSDwgPSVMse/8=";
};
nativeBuildInputs = [