3
0
Fork 0
forked from mirrors/nixpkgs

python3Packages.google-cloud-kms: 2.12.0 -> 2.12.1

This commit is contained in:
Sandro Jäckel 2022-08-22 00:33:45 +02:00
parent c18ecc26b9
commit 0d2e7d914c
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -12,11 +12,11 @@
buildPythonPackage rec {
pname = "google-cloud-kms";
version = "2.12.0";
version = "2.12.1";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-ySlCL0Ukppob6Iuu2+fVQjPDsAnmK1Yvbd2I8+DVylk=";
sha256 = "sha256-A1sIdkNdK4L6gb3VBApuKJ71J5N2Jq43kcD8DpHU99E=";
};
propagatedBuildInputs = [ grpc-google-iam-v1 google-api-core libcst proto-plus ];