Merge pull request #64893 from r-ryantm/auto-update/python3.7-google-cloud-kms

python37Packages.google_cloud_kms: 1.0.0 -> 1.1.0
This commit is contained in:
Ryan Mulligan 2019-07-16 09:33:26 -05:00 committed by GitHub
commit 70aa014c3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,11 +10,11 @@
buildPythonPackage rec {
pname = "google-cloud-kms";
version = "1.0.0";
version = "1.1.0";
src = fetchPypi {
inherit pname version;
sha256 = "2167e1c599ea1d9fed96d317ad817d0b37497460c70f11aafa13a24ede7c9c35";
sha256 = "0ypn95swjj93kvdcrvmijmh3vzpr499a3krk923a86m8vlcwcvjm";
};
checkInputs = [ pytest mock ];