python311Packages.google-cloud-os-config: 1.17.0 -> 1.17.1

This commit is contained in:
R. Ryantm
2024-02-11 14:50:05 +00:00
parent 9002908215
commit 0980fcadf5
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "google-cloud-os-config";
version = "1.17.0";
version = "1.17.1";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-SrLT/0pYAjGpp+6Pi4d/ICCJoUsbXYe0Wht63s4UwOE=";
hash = "sha256-0DXo2h2gqO1z5quUyWI1Qb/CNaqyy1SNinyaPyRWuR0=";
};
nativeBuildInputs = [