Unverified Commit 07c84e68 authored by dish's avatar dish Committed by GitHub
Browse files

globus-cli: 3.36.0 -> 3.37.0 (#444244)

parents a0ecb914 fbef39a9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,14 +8,14 @@

python3Packages.buildPythonApplication rec {
  pname = "globus-cli";
  version = "3.36.0";
  version = "3.37.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "globus";
    repo = "globus-cli";
    tag = version;
    hash = "sha256-Phu7nXMICSBFUX8wfzwA4ORBJIkhTDCMCqTyZvcG93c=";
    hash = "sha256-CG57RmWVI1p/8zjDhrH1ZK1KwNrwxbz0FkwOKLBbFcc=";
  };

  build-system = with python3Packages; [