We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f296b0f + 1428712 commit 0a47159Copy full SHA for 0a47159
pkgs/development/python-modules/google-cloud-speech/default.nix
@@ -14,15 +14,15 @@
14
15
buildPythonPackage rec {
16
pname = "google-cloud-speech";
17
- version = "2.27.0";
+ version = "2.28.0";
18
pyproject = true;
19
20
disabled = pythonOlder "3.7";
21
22
src = fetchPypi {
23
pname = "google_cloud_speech";
24
inherit version;
25
- hash = "sha256-YXTTIcyBpYs2veboOZ11MdUBI5OVOHKkaMtmTkKGg4U=";
+ hash = "sha256-cGvKg647ru1cz1HM+7BkIqyUTPfjepPdm/KygwXqdEU=";
26
};
27
28
build-system = [ setuptools ];
0 commit comments