python313Packages.cwl-utils: 0.38 -> 0.39
Diff: https://github.com/common-workflow-language/cwl-utils/compare/refs/tags/v0.38...refs/tags/v0.39 Changelog: https://github.com/common-workflow-language/cwl-utils/releases/tag/v0.39
This commit is contained in:
parent
aee384e1e9
commit
489f0ced17
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "cwl-utils";
|
pname = "cwl-utils";
|
||||||
version = "0.38";
|
version = "0.39";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
disabled = pythonOlder "3.8";
|
disabled = pythonOlder "3.8";
|
||||||
@ -28,7 +28,7 @@ buildPythonPackage rec {
|
|||||||
owner = "common-workflow-language";
|
owner = "common-workflow-language";
|
||||||
repo = "cwl-utils";
|
repo = "cwl-utils";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-goeMlyHYiS4JLOVBFjcLSzdYrdoIZ904hJHFPGZyxKo=";
|
hash = "sha256-qmvFr+zUZxwFqC4mfdktcS4hrNhJnxvWmdSJSswJ874=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = [ setuptools ];
|
build-system = [ setuptools ];
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user