python312Packages.google-cloud-compute: 1.19.1 -> 1.19.2 (#339463)

This commit is contained in:
Fabian Affolter 2024-09-04 13:06:22 +02:00 committed by GitHub
commit 88d877d973
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,14 +14,15 @@
buildPythonPackage rec {
pname = "google-cloud-compute";
version = "1.19.1";
version = "1.19.2";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-a0pbhsLLvNpd2Q9OM4xRA/PoRgTs+wAtTss6DF1BUxs=";
pname = "google_cloud_compute";
inherit version;
hash = "sha256-P86Cq+FOdvqqgSNNmnvh5jSy7Yon9V/u/PKxRkZ/f6s=";
};
build-system = [ setuptools ];