Skip to content

Commit

Permalink
python312Packages.google-cloud-compute: 1.19.2 -> 1.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Oct 26, 2024
1 parent aa2304e commit 53ccc5e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@

buildPythonPackage rec {
pname = "google-cloud-compute";
version = "1.19.2";
version = "1.20.0";
pyproject = true;

disabled = pythonOlder "3.7";

src = fetchPypi {
pname = "google_cloud_compute";
inherit version;
hash = "sha256-P86Cq+FOdvqqgSNNmnvh5jSy7Yon9V/u/PKxRkZ/f6s=";
hash = "sha256-q32xYqLCWV+tpJKgBnAV3DDjWCxPFOTtbMdDNyHIcp0=";
};

build-system = [ setuptools ];
Expand Down

0 comments on commit 53ccc5e

Please sign in to comment.