Skip to content

Commit

Permalink
python311Packages.google-cloud-language: 2.15.1 -> 2.16.0 (#365855)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored Dec 18, 2024
2 parents 20e2911 + 246a45f commit 853cef8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@

buildPythonPackage rec {
pname = "google-cloud-language";
version = "2.15.1";
version = "2.16.0";
pyproject = true;

disabled = pythonOlder "3.7";

src = fetchPypi {
pname = "google_cloud_language";
inherit version;
hash = "sha256-HGHHFbAkxbOWmF7N7qr6CLhldiag3WjQKGq/WD2Ox5Q=";
hash = "sha256-Zdf8a0V47VJuwql9TXEEFyrbaiDYucs2D8kcY6X8hB4=";
};

build-system = [ setuptools ];
Expand Down

0 comments on commit 853cef8

Please sign in to comment.