Skip to content

Commit 0a47159

Browse files
authored
python312Packages.google-cloud-speech: 2.27.0 -> 2.28.0 (#351378)
2 parents f296b0f + 1428712 commit 0a47159

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/google-cloud-speech

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/google-cloud-speech/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@
1414

1515
buildPythonPackage rec {
1616
pname = "google-cloud-speech";
17-
version = "2.27.0";
17+
version = "2.28.0";
1818
pyproject = true;
1919

2020
disabled = pythonOlder "3.7";
2121

2222
src = fetchPypi {
2323
pname = "google_cloud_speech";
2424
inherit version;
25-
hash = "sha256-YXTTIcyBpYs2veboOZ11MdUBI5OVOHKkaMtmTkKGg4U=";
25+
hash = "sha256-cGvKg647ru1cz1HM+7BkIqyUTPfjepPdm/KygwXqdEU=";
2626
};
2727

2828
build-system = [ setuptools ];

0 commit comments

Comments
 (0)