Merge pull request #293733 from r-ryantm/auto-update/python311Packages.google-cloud-workstations

python311Packages.google-cloud-workstations: 0.5.5 -> 0.5.6
This commit is contained in:
Nick Cao 2024-03-06 08:56:09 -05:00 committed by GitHub
commit 15a1977404
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "google-cloud-workstations";
version = "0.5.5";
version = "0.5.6";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-N6A+dpgQpVhCTor4FbjPAafyDsgB8pRrJcVGABpJCuE=";
hash = "sha256-K6Qq243bX3waymyGcirLAANqmP0UAUgFS3kidwCFYBE=";
};
nativeBuildInputs = [