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

Changelog: https://github.com/googleapis/google-cloud-python/blob/google-cloud-shell-v1.10.1/packages/google-cloud-shell/CHANGELOG.md
This commit is contained in:
Fabian Affolter 2024-11-16 10:42:50 +01:00
parent 1cf59f051c
commit 7f0b8190df

View File

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