Commit fed0c5b5 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python310Packages.google-cloud-compute: 1.8.0 -> 1.10.1

parent f729bf88
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,14 +12,14 @@

buildPythonPackage rec {
  pname = "google-cloud-compute";
  version = "1.8.0";
  version = "1.10.1";
  format = "setuptools";

  disabled = pythonOlder "3.7";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-pnhXkYSXph7aIZJoI3tXTNIUkH44S22QDIGXUl9ceFU=";
    hash = "sha256-/iUUTtBxBmiDIczIRuwbr/SLTs2hYKXSAbufmjFtMDU=";
  };

  propagatedBuildInputs = [