Commit 0d73e38b authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.google-cloud-shell: 1.12.1 -> 1.13.0

parent e4841cea
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@

buildPythonPackage rec {
  pname = "google-cloud-shell";
  version = "1.12.1";
  version = "1.13.0";
  pyproject = true;

  disabled = pythonOlder "3.7";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
  src = fetchPypi {
    pname = "google_cloud_shell";
    inherit version;
    hash = "sha256-nRuFxyxtJmKiI0BtV8VEu8mRZ5JU2S0gGU9aef9I6Zg=";
    hash = "sha256-B6SZJm7rGZDIFbF0kHPcBidBF0d+ONIKtUcpjwslkgE=";
  };

  build-system = [ setuptools ];