Skip to content

Commit

Permalink
python311Packages.google-cloud-speech: 2.23.0 -> 2.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Feb 3, 2024
1 parent 237e778 commit 225d9eb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@

buildPythonPackage rec {
pname = "google-cloud-speech";
version = "2.23.0";
version = "2.24.0";
pyproject = true;

disabled = pythonOlder "3.7";

src = fetchPypi {
inherit pname version;
hash = "sha256-H4aDIHCF3cpsXgZIly+KBik30w5zqlVSDwgPSVMse/8=";
hash = "sha256-Z7x4xfCbeRPoCbinCrTwIAp9JIvfavFvA1c4/a5UbHQ=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 225d9eb

Please sign in to comment.