Merge pull request #216689 from r-ryantm/auto-update/cwltool

cwltool: 3.1.20230209161050 -> 3.1.20230213100550
This commit is contained in:
Nick Cao 2023-02-17 19:32:57 +08:00 committed by GitHub
commit beaba7f381
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 = ''