python: google-cloud-dlp: 0.9.0 -> 0.10.0

This commit is contained in:
Robert Schütz 2019-02-03 11:44:13 +01:00
parent 19f479913a
commit e9293150b9

View File

@ -8,11 +8,11 @@
buildPythonPackage rec {
pname = "google-cloud-dlp";
version = "0.9.0";
version = "0.10.0";
src = fetchPypi {
inherit pname version;
sha256 = "408e5c6820dc53dd589a7bc378d25c2cf5817c448b7c7b1268bc745ecbe04ec3";
sha256 = "5cc7e40842b6c3dc586d04e3d2b2326b44afbe3896da6a30032d64650a7c6b00";
};
checkInputs = [ pytest ];