Skip to content

Commit

Permalink
python310Packages.google-cloud-language: 2.4.1 -> 2.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed May 20, 2022
1 parent c4998c7 commit 745914c
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 745914c

Please sign in to comment.