python313Packages.cwl-utils: 0.38 -> 0.39 (#429020)

This commit is contained in:
Nick Cao
2025-07-28 16:19:54 -04:00
committed by GitHub
@@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "cwl-utils";
version = "0.38";
version = "0.39";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "common-workflow-language";
repo = "cwl-utils";
tag = "v${version}";
hash = "sha256-goeMlyHYiS4JLOVBFjcLSzdYrdoIZ904hJHFPGZyxKo=";
hash = "sha256-qmvFr+zUZxwFqC4mfdktcS4hrNhJnxvWmdSJSswJ874=";
};
build-system = [ setuptools ];