python3Packages.google-cloud-os-config: 1.21.0 -> 1.22.0

This commit is contained in:
R. Ryantm
2025-10-23 10:24:28 +00:00
parent fedf897f2a
commit d957aa3f8b
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "google-cloud-os-config";
version = "1.21.0";
version = "1.22.0";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "google_cloud_os_config";
inherit version;
hash = "sha256-NKdb/E9CO1Zp98kHcvqYNIr0L27C+ijQ1ulT3p58qSk=";
hash = "sha256-15oxD2+hznRwqqCExw443AXZhTH0aPghs6Um5NM6cOQ=";
};
build-system = [ setuptools ];