python3Packages.google-cloud-os-config: 1.24.0 -> 1.25.0 (#536901)

This commit is contained in:
Nick Cao
2026-06-30 20:20:16 +00:00
committed by GitHub
@@ -12,13 +12,13 @@
buildPythonPackage rec {
pname = "google-cloud-os-config";
version = "1.24.0";
version = "1.25.0";
pyproject = true;
src = fetchPypi {
pname = "google_cloud_os_config";
inherit version;
hash = "sha256-3fZOrEfA2pSD1XO33pq+1IpabL4nkxrpQ5aJn1mOAZI=";
hash = "sha256-LgJxfWoNq+j26/e5s36yi19w4zWL18rwzdvPhDswPaE=";
};
build-system = [ setuptools ];