Skip to content

Commit 3a3876c

Browse files
committed
1 parent aa2304e commit 3a3876c

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/google-cloud-shell

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/google-cloud-shell/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@
1515

1616
buildPythonPackage rec {
1717
pname = "google-cloud-shell";
18-
version = "1.9.5";
18+
version = "1.10.0";
1919
pyproject = true;
2020

2121
disabled = pythonOlder "3.7";
2222

2323
src = fetchPypi {
2424
pname = "google_cloud_shell";
2525
inherit version;
26-
hash = "sha256-UpDomrWUTrsiI+OdrI5nJKC/J+eaZiNDmMt0QgcP5Fw==";
26+
hash = "sha256-xhwDKKtksCVXrLEiefPg6aYgWZlNZ2QYFs1AmBIJNjw=";
2727
};
2828

2929
build-system = [ setuptools ];

0 commit comments

Comments
 (0)