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

This commit is contained in:
R. Ryantm
2022-07-13 13:02:40 -07:00
committed by Jonathan Ringer
parent 9b98f35203
commit 9154aee3bc
@@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "google-cloud-os-config";
version = "1.12.0";
version = "1.12.1";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-k68hDx0D2b59PJpUjMcwDtIqnwhrQxEpxDZCo5JQuXc=";
sha256 = "sha256-eINiPP8CACiYP2nSY1U60EoYFlXhvA/0ykw2CUWP1lQ=";
};
propagatedBuildInputs = [ google-api-core libcst proto-plus ];