Skip to content

Commit 7223ec9

Browse files
authoredMar 23, 2025
python312Packages.google-cloud-translate: 3.20.1 -> 3.20.2 (#392255)
2 parents cf85bff + c88bc9c commit 7223ec9

File tree

1 file changed

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

1 file changed

+2
-2
lines changed
 

‎pkgs/development/python-modules/google-cloud-translate/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@
1717

1818
buildPythonPackage rec {
1919
pname = "google-cloud-translate";
20-
version = "3.20.1";
20+
version = "3.20.2";
2121
pyproject = true;
2222

2323
disabled = pythonOlder "3.7";
2424

2525
src = fetchPypi {
2626
pname = "google_cloud_translate";
2727
inherit version;
28-
hash = "sha256-g6KO+XxK8nRKy9/mYkOXKHQaVtiVSFIrT6sAhmPJGQE=";
28+
hash = "sha256-tUOE7lX0vF2WbO4OELCBT/7hN1wfKvcLkiDTvPWNhfg=";
2929
};
3030

3131
build-system = [ setuptools ];

0 commit comments

Comments
 (0)
Failed to load comments.