Merge pull request #231765 from r-ryantm/auto-update/python310Packages.cwl-utils

python310Packages.cwl-utils: 0.24 -> 0.26

authored by Fabian Affolter and committed by GitHub 0470f36b 4f8ce8e8

+2 -2
+2 -2
pkgs/development/python-modules/cwl-utils/default.nix
··· 16 16 17 17 buildPythonPackage rec { 18 18 pname = "cwl-utils"; 19 - version = "0.24"; 19 + version = "0.26"; 20 20 format = "setuptools"; 21 21 22 22 disabled = pythonOlder "3.7"; ··· 25 25 owner = "common-workflow-language"; 26 26 repo = pname; 27 27 rev = "refs/tags/v${version}"; 28 - hash = "sha256-g8HnY5/UDmujijXStNRwKBGMZ3soUHKPIlpJdIQaAlE="; 28 + hash = "sha256-T82zaXILbQFOIE0/HhNjpYutSdA1UeaxXO/M7Z4sSfo="; 29 29 }; 30 30 31 31 propagatedBuildInputs = [