python312Packages.google-cloud-shell: 1.10.1 -> 1.11.0

Changelog: https://github.com/googleapis/google-cloud-python/blob/google-cloud-shell-v1.11.0/packages/google-cloud-shell/CHANGELOG.md
This commit is contained in:
Fabian Affolter 2024-12-13 13:23:49 +01:00
parent 4e85178c7e
commit f04daa38ee

View File

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "google-cloud-shell";
version = "1.10.1";
version = "1.11.0";
pyproject = true;
disabled = pythonOlder "3.7";
@ -23,7 +23,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "google_cloud_shell";
inherit version;
hash = "sha256-JgKBwyQ/KlLqtQtvpjal7+3IT7oS6HHmIsZ/amIEFRk=";
hash = "sha256-3afGvjHYLw5zSjBDdd3TjxJHippIhA8ITQNeSgpz/DU=";
};
build-system = [ setuptools ];