python3Packages.google-cloud-compute: 1.37.0 -> 1.38.0 (#447811)

This commit is contained in:
Fernando Rodrigues
2026-02-08 06:08:40 +00:00
committed by GitHub
@@ -13,13 +13,13 @@
buildPythonPackage rec {
pname = "google-cloud-compute";
version = "1.37.0";
version = "1.38.0";
pyproject = true;
src = fetchPypi {
pname = "google_cloud_compute";
inherit version;
hash = "sha256-J/ApQytSkwN59YnPP6XjOs6WajOepUzWRLK1+eCkgeM=";
hash = "sha256-5LynsDwi4q+P9Xa0+05591ZvsRC1eLq7D9zYZjNqAQ4=";
};
build-system = [ setuptools ];