python312Packages.google-cloud-workstations: 0.5.8 -> 0.5.9

Changelog: https://github.com/googleapis/google-cloud-python/blob/google-cloud-workstations-v0.5.9/packages/google-cloud-workstations/CHANGELOG.md
This commit is contained in:
Fabian Affolter
2024-10-26 00:23:24 +02:00
parent 5584e3590e
commit 27ef97a1d9
@@ -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 ];