mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-16 17:14:00 +00:00
python312Packages.google-cloud-workstations: 0.5.9 -> 0.5.10
Changelog: https://github.com/googleapis/google-cloud-python/blob/google-cloud-workstations-v0.5.10/packages/google-cloud-workstations/CHANGELOG.md
This commit is contained in:
parent
1cf59f051c
commit
979730f4bd
@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "google-cloud-workstations";
|
pname = "google-cloud-workstations";
|
||||||
version = "0.5.9";
|
version = "0.5.10";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
disabled = pythonOlder "3.8";
|
disabled = pythonOlder "3.8";
|
||||||
@ -24,7 +24,7 @@ buildPythonPackage rec {
|
|||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
pname = "google_cloud_workstations";
|
pname = "google_cloud_workstations";
|
||||||
inherit version;
|
inherit version;
|
||||||
hash = "sha256-9bxYupNFRYenfGUOOAeeWIIkUEh3o9umnMzijXesQyE=";
|
hash = "sha256-EKrD1erP904vC/OljY9jm2KMvA3IhL3puxxcPJPPzvg=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = [ setuptools ];
|
build-system = [ setuptools ];
|
||||||
|
Loading…
Reference in New Issue
Block a user