lol

Merge pull request #138887 from r-ryantm/auto-update/python3.8-google-cloud-speech

authored by

Sandro and committed by
GitHub
68709444 6e1ff49d

+2 -2
+2 -2
pkgs/development/python-modules/google-cloud-speech/default.nix
··· 11 11 12 12 buildPythonPackage rec { 13 13 pname = "google-cloud-speech"; 14 - version = "2.8.0"; 14 + version = "2.9.0"; 15 15 16 16 src = fetchPypi { 17 17 inherit pname version; 18 - sha256 = "3750fd988082b880ed1ec6f3d59c4f29f4cd0df3804a58d6c151d4bf15d3a597"; 18 + sha256 = "2368beb60e5cdeb6db527509cdcc8fc1156eddfc0c73da8f62d60658a551eee1"; 19 19 }; 20 20 21 21 propagatedBuildInputs = [ libcst google-api-core proto-plus ];