python3Packages.google-cloud-compute: 1.34.0 -> 1.35.0 (#434971)

This commit is contained in:
Fabian Affolter 2025-08-19 15:24:40 +02:00 committed by GitHub
commit 175c831bbb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "google-cloud-compute";
version = "1.34.0";
version = "1.35.0";
pyproject = true;
disabled = pythonOlder "3.7";
@ -22,7 +22,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "google_cloud_compute";
inherit version;
hash = "sha256-SS6X//PEBs6/R/687KDAq0maMBwhUhPt1Pg/JDdfccI=";
hash = "sha256-8TlG3b6ifOqlXMOjICYXfRr20kenbp7UQHJWBn+r2s8=";
};
build-system = [ setuptools ];