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

This commit is contained in:
R. RyanTM 2021-09-09 05:34:41 +00:00
parent effeaac77c
commit 80a925e798

View File

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