Merge pull request #142248 from r-ryantm/auto-update/python38Packages.google-cloud-kms

This commit is contained in:
Sandro 2021-10-19 22:35:20 +02:00 committed by GitHub
commit 206fdf2698
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -12,11 +12,11 @@
buildPythonPackage rec {
pname = "google-cloud-kms";
version = "2.9.0";
version = "2.10.0";
src = fetchPypi {
inherit pname version;
sha256 = "bedd376807ab3dde08f2d92caa0e4e5ad7c2ccfc7069561e80964b998a0d8f51";
sha256 = "e34d506596ebb6e285d8500342587e8ec0bd31924f290f1f39cc4ea2e4f1abfb";
};
propagatedBuildInputs = [ grpc-google-iam-v1 google-api-core libcst proto-plus ];