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

This commit is contained in:
Sandro 2021-11-14 21:48:50 +01:00 committed by GitHub
commit 272a07dd72
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.10.0";
version = "2.10.1";
src = fetchPypi {
inherit pname version;
sha256 = "e34d506596ebb6e285d8500342587e8ec0bd31924f290f1f39cc4ea2e4f1abfb";
sha256 = "6a1cedc549ee0886d8603f519cc8631de3112be6f84c0bbbaedab4ee3f9b58fc";
};
propagatedBuildInputs = [ grpc-google-iam-v1 google-api-core libcst proto-plus ];