Merge pull request #293732 from r-ryantm/auto-update/python311Packages.google-cloud-shell

python311Packages.google-cloud-shell: 1.9.2 -> 1.9.3
This commit is contained in:
Nick Cao
2024-03-06 08:56:19 -05:00
committed by GitHub
@@ -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 = [