Commit 1063186a authored by R. RyanTM's avatar R. RyanTM Committed by Dmitry Kalinkin
Browse files

cwltool: 3.1.20240112164112 -> 3.1.20240404144621

parent 63e06ef8
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.20240112164112";
  version = "3.1.20240404144621";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "common-workflow-language";
    repo = "cwltool";
    rev = "refs/tags/${version}";
    hash = "sha256-Y0DORypXlTDv04qh796oXPSTxCXGb7rLQ8Su+/As7Lo=";
    hash = "sha256-atpXkMIQ60POuUk99uiiuCoRXt4Seg11g/eHCeTDe+Q=";
  };

  postPatch = ''