python310Packages.cwl-utils: 0.24 -> 0.26

This commit is contained in:
R. Ryantm 2023-05-14 01:25:55 +00:00
parent a3fe093364
commit 480e476099

View File

@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "cwl-utils";
version = "0.24";
version = "0.26";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "common-workflow-language";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-g8HnY5/UDmujijXStNRwKBGMZ3soUHKPIlpJdIQaAlE=";
hash = "sha256-T82zaXILbQFOIE0/HhNjpYutSdA1UeaxXO/M7Z4sSfo=";
};
propagatedBuildInputs = [