3
0
Fork 0
forked from mirrors/nixpkgs

python3Packages.google-cloud-automl: 2.8.0 -> 2.8.1

This commit is contained in:
Sandro Jäckel 2022-08-22 00:33:37 +02:00
parent 6e3f15824f
commit 49f6992292
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "google-cloud-automl";
version = "2.8.0";
version = "2.8.1";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-kpi3RU66JEWt0guFPRtetBqn8F21qjE8kW1zc4oSBPM=";
hash = "sha256-FlR7jpj/NKJgGLjTvfGr/YusKi+FQ43dyhd6GhTjNE0=";
};
propagatedBuildInputs = [