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

This commit is contained in:
Sandro 2021-10-15 14:33:08 +02:00 committed by GitHub
commit 37dc312fbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,11 +12,11 @@
buildPythonPackage rec {
pname = "google-cloud-kms";
version = "2.8.0";
version = "2.9.0";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-4RQCpgJ+QkTgNAu/9rJmnA0wxOUm3HeAEDLWBbMMuSo=";
sha256 = "bedd376807ab3dde08f2d92caa0e4e5ad7c2ccfc7069561e80964b998a0d8f51";
};
propagatedBuildInputs = [ grpc-google-iam-v1 google-api-core libcst proto-plus ];