python310Packages.google-cloud-os-config: 1.13.0 -> 1.14.0

This commit is contained in:
R. Ryantm
2023-01-15 23:12:10 +00:00
parent 498ee90602
commit a5b773966b
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "google-cloud-os-config";
version = "1.13.0";
version = "1.14.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-CHAiHhXjrLMz7On7Gm5H4fIY3Sq8R2whsI9+D9xXDIM=";
hash = "sha256-CLZC9Iub3LWvDPhetxlHorccRUritd+YzTI/MF1hHrY=";
};
propagatedBuildInputs = [