Skip to content

Commit

Permalink
Merge pull request #173771 from r-ryantm/auto-update/python3.10-googl…
Browse files Browse the repository at this point in the history
…e-cloud-language

python310Packages.google-cloud-language: 2.4.1 -> 2.4.2
  • Loading branch information
fabaff authored May 20, 2022
2 parents 7ee6487 + 745914c commit 9ab2d35
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@

buildPythonPackage rec {
pname = "google-cloud-language";
version = "2.4.1";
version = "2.4.2";
format = "setuptools";

disabled = pythonOlder "3.7";

src = fetchPypi {
inherit pname version;
sha256 = "sha256-BhQQ4QZ7GbacjpLLg5LXm1g5IhIMk3tJdDrHZLquuTk=";
sha256 = "sha256-kxJySGikHdichitekEiPjzs48bDqWaXMBhmI6IAwKRM=";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit 9ab2d35

Please sign in to comment.