python3Packages.google-cloud-translate: 3.4.0 -> 3.4.1

This commit is contained in:
Martin Weinelt
2021-10-11 01:22:02 +02:00
parent 3848daf20e
commit 0f15be0649
@@ -14,11 +14,11 @@
buildPythonPackage rec {
pname = "google-cloud-translate";
version = "3.4.0";
version = "3.4.1";
src = fetchPypi {
inherit pname version;
sha256 = "7da158734db646867deb125c144a7a1692a48a134692c4dc54ba420f89db64ae";
sha256 = "731b8b699e1c05db16b327d1a9be0d275f9159948986f4d3725605f6ecba40ce";
};
propagatedBuildInputs = [