python3Packages.google-cloud-os-config: 1.24.0 -> 1.25.0

This commit is contained in:
R. Ryantm
2026-06-30 05:42:31 +00:00
parent 3b1d058d00
commit c75fa2e381

View File

@@ -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 ];