python312Packages.google-cloud-workstations: 0.5.8 -> 0.5.9 (#351294)

This commit is contained in:
Fabian Affolter
2024-10-26 08:42:18 +02:00
committed by GitHub
@@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "google-cloud-workstations";
version = "0.5.8";
version = "0.5.9";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "google_cloud_workstations";
inherit version;
hash = "sha256-Xu7oL5R/K3oHMea1xCwRLPoxgPNMFRSMYCQ73K9sMgQ=";
hash = "sha256-9bxYupNFRYenfGUOOAeeWIIkUEh3o9umnMzijXesQyE=";
};
build-system = [ setuptools ];