Unverified Commit fbef39a9 authored by Richard J. Acton's avatar Richard J. Acton
Browse files

globus-cli: 3.36.0 -> 3.37.0

parent 677c8c74
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; [