python: google-cloud-kms: 0.2.0 -> 0.2.1

This commit is contained in:
Frederik Rietdijk 2019-01-17 16:12:57 +01:00
parent 6a70df7bab
commit d977af3c3d

View File

@ -9,11 +9,11 @@
buildPythonPackage rec {
pname = "google-cloud-kms";
version = "0.2.0";
version = "0.2.1";
src = fetchPypi {
inherit pname version;
sha256 = "add648f9185a8724f8632b3a006ee0af4847a5ab4ca085954ff1d00a8cd2d54c";
sha256 = "3e9d9e07af8651826db5997ca0f11f02401cef42eb822d416a19df05b17c5a45";
};
checkInputs = [ pytest ];