cwltool: 3.1.20220217222804 -> 3.1.20220221074232

This commit is contained in:
R. Ryantm 2022-02-24 19:40:15 +00:00 committed by Dmitry Kalinkin
parent 19c5298812
commit d6a24fc108

View file

@ -7,14 +7,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "cwltool";
version = "3.1.20220217222804";
version = "3.1.20220221074232";
format = "setuptools";
src = fetchFromGitHub {
owner = "common-workflow-language";
repo = pname;
rev = version;
sha256 = "sha256-7zID/lChliEJxu6Dawz9DNP2YvSwtMo8G+ooXNh2Phc=";
sha256 = "sha256-hUdwtqYHcfyJ68LzwwCXAxr7YIkJm64brb+kA/WJqU8=";
};
postPatch = ''