Commit 6faf84e3 authored by Fabian Affolter's avatar Fabian Affolter
Browse files
parent 35ff1783
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -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 ];