Skip to content

Commit

Permalink
python312Packages.google-cloud-shell: 1.9.5 -> 1.10.0 (#351379)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored Oct 26, 2024
2 parents 92b30a3 + 3a3876c commit f296b0f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -15,15 +15,15 @@

buildPythonPackage rec {
pname = "google-cloud-shell";
version = "1.9.5";
version = "1.10.0";
pyproject = true;

disabled = pythonOlder "3.7";

src = fetchPypi {
pname = "google_cloud_shell";
inherit version;
hash = "sha256-UpDomrWUTrsiI+OdrI5nJKC/J+eaZiNDmMt0QgcP5Fw==";
hash = "sha256-xhwDKKtksCVXrLEiefPg6aYgWZlNZ2QYFs1AmBIJNjw=";
};

build-system = [ setuptools ];

0 comments on commit f296b0f

Please sign in to comment.