Skip to content

Commit cb643b7

Browse files
committed
python312Packages.google-cloud-language: 2.17.0 -> 2.17.1
1 parent 297e738 commit cb643b7

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/google-cloud-language

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/google-cloud-language/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313

1414
buildPythonPackage rec {
1515
pname = "google-cloud-language";
16-
version = "2.17.0";
16+
version = "2.17.1";
1717
pyproject = true;
1818

1919
disabled = pythonOlder "3.7";
2020

2121
src = fetchPypi {
2222
pname = "google_cloud_language";
2323
inherit version;
24-
hash = "sha256-jOIWh7py71jOWHB67egWQlj53rR3kfJJzCqdT4yQdhs=";
24+
hash = "sha256-vtaZaZXaIaJwl+XvOG9wEB6xw5beDdtNabhzbB91NXw=";
2525
};
2626

2727
build-system = [ setuptools ];

0 commit comments

Comments
 (0)