We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 297e738 commit cb643b7Copy full SHA for cb643b7
pkgs/development/python-modules/google-cloud-language/default.nix
@@ -13,15 +13,15 @@
13
14
buildPythonPackage rec {
15
pname = "google-cloud-language";
16
- version = "2.17.0";
+ version = "2.17.1";
17
pyproject = true;
18
19
disabled = pythonOlder "3.7";
20
21
src = fetchPypi {
22
pname = "google_cloud_language";
23
inherit version;
24
- hash = "sha256-jOIWh7py71jOWHB67egWQlj53rR3kfJJzCqdT4yQdhs=";
+ hash = "sha256-vtaZaZXaIaJwl+XvOG9wEB6xw5beDdtNabhzbB91NXw=";
25
};
26
27
build-system = [ setuptools ];
0 commit comments