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

This commit is contained in:
Sandro 2021-09-05 03:45:19 +02:00 committed by GitHub
commit 140896735f
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.5.0";
version = "2.6.0";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-OuvpnIJeG+O+2Teopq8FYJOHIyi1V3RdlmJEq/fFSxM=";
sha256 = "44be4673ad0a327ea6447967216e124fcd4c7487ca886f000446f6db209988af";
};
propagatedBuildInputs = [ grpc-google-iam-v1 google-api-core libcst proto-plus ];