Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

Merge pull request #141722 from r-ryantm/auto-update/python3.8-google-cloud-translate

authored by

Sandro and committed by
GitHub
e11a0108 fafa395c

+2 -2
+2 -2
pkgs/development/python-modules/google-cloud-translate/default.nix
··· 14 14 15 15 buildPythonPackage rec { 16 16 pname = "google-cloud-translate"; 17 - version = "3.4.1"; 17 + version = "3.5.0"; 18 18 19 19 src = fetchPypi { 20 20 inherit pname version; 21 - sha256 = "sha256-cxuLaZ4cBdsWsyfRqb4NJ1+RWZSJhvTTclYF9uy6QM4="; 21 + sha256 = "49c91574e04d52fc7c0fade95dd5e6ccb51190ab8b419352d008a617c7799879"; 22 22 }; 23 23 24 24 propagatedBuildInputs = [