cwltool: 3.1.20230209161050 -> 3.1.20230213100550

+2 -2
+2 -2
pkgs/applications/science/misc/cwltool/default.nix
··· 7 8 python3.pkgs.buildPythonApplication rec { 9 pname = "cwltool"; 10 - version = "3.1.20230209161050"; 11 format = "setuptools"; 12 13 src = fetchFromGitHub { 14 owner = "common-workflow-language"; 15 repo = pname; 16 rev = "refs/tags/${version}"; 17 - hash = "sha256-gc/KSJS3KcxXc3xDyJSXavaxtwhKBiihgdI7yc7d2I8="; 18 }; 19 20 postPatch = ''
··· 7 8 python3.pkgs.buildPythonApplication rec { 9 pname = "cwltool"; 10 + version = "3.1.20230213100550"; 11 format = "setuptools"; 12 13 src = fetchFromGitHub { 14 owner = "common-workflow-language"; 15 repo = pname; 16 rev = "refs/tags/${version}"; 17 + hash = "sha256-BtHkIVadcccnYYX8lRqiCzO+/qFeBaZfdUuu6qrjysk="; 18 }; 19 20 postPatch = ''