Unverified Commit 2395e9d2 authored by Fernando Rodrigues's avatar Fernando Rodrigues Committed by GitHub
Browse files

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

parents 03c135f4 b72df54c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];