python310Packages.google-cloud-os-config: 1.11.2 -> 1.12.0

This commit is contained in:
R. Ryantm
2022-07-08 20:49:07 -07:00
committed by Jonathan Ringer
parent 717d22a40f
commit ea64a0450b
@@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "google-cloud-os-config";
version = "1.11.2";
version = "1.12.0";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-n3bCKr+fszqHsi6uDmOXSfzoPP8JfpZRAGXIzE3gOVU=";
sha256 = "sha256-k68hDx0D2b59PJpUjMcwDtIqnwhrQxEpxDZCo5JQuXc=";
};
propagatedBuildInputs = [ google-api-core libcst proto-plus ];