python312Packages.google-cloud-workstations: 0.5.12 -> 0.5.13

This commit is contained in:
R. Ryantm
2025-02-26 16:29:12 +00:00
parent eab9aa8fae
commit 07e18201a8
@@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "google-cloud-workstations";
version = "0.5.12";
version = "0.5.13";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "google_cloud_workstations";
inherit version;
hash = "sha256-WSfi5W4QovtgOT9fJA8UKIrUepGHGkwz5BIgy/Miiw0=";
hash = "sha256-ullBxDAloLnKL/7zTfbtzRCgBcrXOAdo+TpvmIGKsCU=";
};
build-system = [ setuptools ];