cwltool: 3.1.20230201130431 -> 3.1.20230209161050 (#215856)

This commit is contained in:
R. RyanTM 2023-02-11 10:24:03 -08:00 committed by GitHub
parent a0d1646738
commit 4734c1fce6
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.20230201130431";
version = "3.1.20230209161050";
format = "setuptools";
src = fetchFromGitHub {
owner = "common-workflow-language";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-rx5rdB8OgJ7Mck3pm1GRrymZbQ3lHlXFecICb/pbnKg=";
hash = "sha256-gc/KSJS3KcxXc3xDyJSXavaxtwhKBiihgdI7yc7d2I8=";
};
postPatch = ''