Skip to content

Commit

Permalink
python312Packages.google-cloud-shell: 1.9.5 -> 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Oct 26, 2024
1 parent aa2304e commit 3a3876c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down

0 comments on commit 3a3876c

Please sign in to comment.