python38Packages.google-cloud-os-config: 1.3.2 -> 1.4.0

This commit is contained in:
R. RyanTM 2021-08-31 19:31:44 +00:00
parent f8a2cce87c
commit f433304154

View File

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "google-cloud-os-config";
version = "1.3.2";
version = "1.4.0";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-sC80RGY4lDVebpoz2hDGH5WfyrAjaOKTSDp/BhGmZS0=";
sha256 = "d12622901fb2ef5b736606fd00e77900105944c35d737ff794a59fd9a3d71325";
};
propagatedBuildInputs = [ google-api-core libcst proto-plus ];