Commit a89eef2c authored by R. RyanTM's avatar R. RyanTM
Browse files

cwltool: 3.1.20230209161050 -> 3.1.20230213100550

parent ac1f5b72
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,14 +7,14 @@

python3.pkgs.buildPythonApplication rec {
  pname = "cwltool";
  version = "3.1.20230209161050";
  version = "3.1.20230213100550";
  format = "setuptools";

  src = fetchFromGitHub {
    owner = "common-workflow-language";
    repo = pname;
    rev = "refs/tags/${version}";
    hash = "sha256-gc/KSJS3KcxXc3xDyJSXavaxtwhKBiihgdI7yc7d2I8=";
    hash = "sha256-BtHkIVadcccnYYX8lRqiCzO+/qFeBaZfdUuu6qrjysk=";
  };

  postPatch = ''