0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

python: google-cloud-automl: 0.1.1 -> 0.1.2

This commit is contained in:
Frederik Rietdijk 2019-01-17 16:12:56 +01:00
parent 4d7945409c
commit 4a8d1254a5

View file

@ -8,11 +8,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "google-cloud-automl"; pname = "google-cloud-automl";
version = "0.1.1"; version = "0.1.2";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "793d463f78d22a822196cb3e34b247fbdba07eeae15ceadb911f5ccecd843f87"; sha256 = "32890d1e043eb09a86ff1839096dfb49051cd436bdf1a1708299484cfd06db1a";
}; };
checkInputs = [ pytest ]; checkInputs = [ pytest ];