Skip to content

Commit

Permalink
python312Packages.google-cloud-speech: 2.27.0 -> 2.28.0 (#351378)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored Oct 26, 2024
2 parents f296b0f + 1428712 commit 0a47159
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@

buildPythonPackage rec {
pname = "google-cloud-speech";
version = "2.27.0";
version = "2.28.0";
pyproject = true;

disabled = pythonOlder "3.7";

src = fetchPypi {
pname = "google_cloud_speech";
inherit version;
hash = "sha256-YXTTIcyBpYs2veboOZ11MdUBI5OVOHKkaMtmTkKGg4U=";
hash = "sha256-cGvKg647ru1cz1HM+7BkIqyUTPfjepPdm/KygwXqdEU=";
};

build-system = [ setuptools ];
Expand Down

0 comments on commit 0a47159

Please sign in to comment.