python312Packages.google-cloud-shell: 1.9.5 -> 1.10.0

Changelog: https://github.com/googleapis/google-cloud-python/blob/google-cloud-shell-v1.10.0/packages/google-cloud-shell/CHANGELOG.md
This commit is contained in:
Fabian Affolter
2024-10-26 10:27:08 +02:00
parent aa2304e32f
commit 3a3876cd70
@@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "google-cloud-shell";
version = "1.9.5";
version = "1.10.0";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "google_cloud_shell";
inherit version;
hash = "sha256-UpDomrWUTrsiI+OdrI5nJKC/J+eaZiNDmMt0QgcP5Fw==";
hash = "sha256-xhwDKKtksCVXrLEiefPg6aYgWZlNZ2QYFs1AmBIJNjw=";
};
build-system = [ setuptools ];