Commit ec788027 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.google-cloud-workstations: 0.5.15 -> 0.6.0

parent 3c0492fe
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@

buildPythonPackage rec {
  pname = "google-cloud-workstations";
  version = "0.5.15";
  version = "0.6.0";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
  src = fetchPypi {
    pname = "google_cloud_workstations";
    inherit version;
    hash = "sha256-/lpcGxxc1razAXmESpn6JfVYkqj5gRoLiyWM3vXlqWk=";
    hash = "sha256-/CwdmF9fSTDPXbWTq3o+ZaWvgd/F2wVB7zboSOQ7+GY=";
  };

  build-system = [ setuptools ];