1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 03:30:45 +00:00

cwltool: 3.1.20221201130942 -> 3.1.20230127121939

This commit is contained in:
R. Ryantm 2023-01-30 10:57:25 +00:00 committed by Dmitry Kalinkin
parent 3c681fe2b1
commit d9cde24420

View file

@ -7,14 +7,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "cwltool";
version = "3.1.20221201130942";
version = "3.1.20230127121939";
format = "setuptools";
src = fetchFromGitHub {
owner = "common-workflow-language";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-PeddmHMJYtj/AAItmUVeyETizF7SKzkJ3bXYkeZU+xs=";
hash = "sha256-pEow2vEpQ2+c3fXkB8q7R4pud1xLzE74+HEqcBzg0D8=";
};
postPatch = ''