Loading pkgs/development/python-modules/google-cloud-workstations/default.nix +2 −5 Original line number Diff line number Diff line Loading @@ -10,21 +10,18 @@ protobuf, pytest-asyncio, pytestCheckHook, pythonOlder, setuptools, }: buildPythonPackage rec { pname = "google-cloud-workstations"; version = "0.5.15"; version = "0.6.0"; pyproject = true; disabled = pythonOlder "3.8"; src = fetchPypi { pname = "google_cloud_workstations"; inherit version; hash = "sha256-/lpcGxxc1razAXmESpn6JfVYkqj5gRoLiyWM3vXlqWk="; hash = "sha256-/CwdmF9fSTDPXbWTq3o+ZaWvgd/F2wVB7zboSOQ7+GY="; }; build-system = [ setuptools ]; Loading Loading
pkgs/development/python-modules/google-cloud-workstations/default.nix +2 −5 Original line number Diff line number Diff line Loading @@ -10,21 +10,18 @@ protobuf, pytest-asyncio, pytestCheckHook, pythonOlder, setuptools, }: buildPythonPackage rec { pname = "google-cloud-workstations"; version = "0.5.15"; version = "0.6.0"; pyproject = true; disabled = pythonOlder "3.8"; src = fetchPypi { pname = "google_cloud_workstations"; inherit version; hash = "sha256-/lpcGxxc1razAXmESpn6JfVYkqj5gRoLiyWM3vXlqWk="; hash = "sha256-/CwdmF9fSTDPXbWTq3o+ZaWvgd/F2wVB7zboSOQ7+GY="; }; build-system = [ setuptools ]; Loading