python3Packages.google-cloud-workstations: 0.7.0 -> 0.8.0 (#505375)

This commit is contained in:
Fabian Affolter
2026-03-31 15:50:21 +00:00
committed by GitHub
@@ -15,13 +15,13 @@
buildPythonPackage (finalAttrs: {
pname = "google-cloud-workstations";
version = "0.7.0";
version = "0.8.0";
pyproject = true;
src = fetchPypi {
pname = "google_cloud_workstations";
inherit (finalAttrs) version;
hash = "sha256-poGhvPGpD+qOFacXsSqwaki5EZaTMQpAoXh7X0kqUsc=";
hash = "sha256-wuFFlOxCyTK0n39LB3XGwvoQ7FCSjUDJa3n6uElvSEQ=";
};
build-system = [ setuptools ];