python312Packages.google-cloud-shell: 1.10.0 -> 1.10.1 (#356420)

This commit is contained in:
Fabian Affolter 2024-11-17 08:56:20 +01:00 committed by GitHub
commit 3224098c2e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 ];