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

python311Packages.google-cloud-speech: 2.24.1 -> 2.25.0
This commit is contained in:
Nick Cao
2024-02-23 10:29:10 -05:00
committed by GitHub
@@ -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 = [