We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 92b30a3 + 3a3876c commit f296b0fCopy full SHA for f296b0f
pkgs/development/python-modules/google-cloud-shell/default.nix
@@ -15,15 +15,15 @@
15
16
buildPythonPackage rec {
17
pname = "google-cloud-shell";
18
- version = "1.9.5";
+ version = "1.10.0";
19
pyproject = true;
20
21
disabled = pythonOlder "3.7";
22
23
src = fetchPypi {
24
pname = "google_cloud_shell";
25
inherit version;
26
- hash = "sha256-UpDomrWUTrsiI+OdrI5nJKC/J+eaZiNDmMt0QgcP5Fw==";
+ hash = "sha256-xhwDKKtksCVXrLEiefPg6aYgWZlNZ2QYFs1AmBIJNjw=";
27
};
28
29
build-system = [ setuptools ];
0 commit comments