python311Packages.google-cloud-shell: 1.9.2 -> 1.9.3

This commit is contained in:
R. Ryantm
2024-03-06 10:43:39 +00:00
parent 9df3e30ce2
commit fd7a9b6bd3
@@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "google-cloud-shell";
version = "1.9.2";
version = "1.9.3";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-JLQea7+qWjomlQ1cbYJMou7u1eGwHNKgzqiUIUT0otY=";
hash = "sha256-33TZcRsOWP8PBAXFHy9DQn20bVECwD2wv7hcaYl0E8Y=";
};
nativeBuildInputs = [