gnu: cwltool: Update to 3.1.20220119140128.
* gnu/packages/bioinformatics.scm (cwltool): Update to 3.1.20220119140128. [propagated-inputs]: Change from PYTHON-RDFLIB-5 to PYTHON-RDFLIB. [native-inputs]: Remove PYTHON-RDFLIB-JSONLD.
parent
c940b0e38e
commit
ed9ca97409
|
@ -2955,7 +2955,7 @@ and record oriented data modeling and the Semantic Web.")
|
||||||
(define-public cwltool
|
(define-public cwltool
|
||||||
(package
|
(package
|
||||||
(name "cwltool")
|
(name "cwltool")
|
||||||
(version "3.1.20211107152837")
|
(version "3.1.20220119140128")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -2964,7 +2964,7 @@ and record oriented data modeling and the Semantic Web.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0i3x9wdgpzgyc1askxymlhn0ps2x9xhqaax496iwpx66ab6132c4"))))
|
"1jmrm0qrqgka79avc1kq63fgh20gx6g07fc8p3iih4k85vhdyl3f"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
@ -3018,7 +3018,7 @@ and record oriented data modeling and the Semantic Web.")
|
||||||
python-prov
|
python-prov
|
||||||
python-pydot
|
python-pydot
|
||||||
python-psutil
|
python-psutil
|
||||||
python-rdflib-5
|
python-rdflib
|
||||||
python-requests
|
python-requests
|
||||||
python-ruamel.yaml
|
python-ruamel.yaml
|
||||||
python-schema-salad
|
python-schema-salad
|
||||||
|
@ -3033,8 +3033,7 @@ and record oriented data modeling and the Semantic Web.")
|
||||||
python-pytest
|
python-pytest
|
||||||
python-pytest-cov
|
python-pytest-cov
|
||||||
python-pytest-mock
|
python-pytest-mock
|
||||||
python-pytest-runner
|
python-pytest-runner))
|
||||||
python-rdflib-jsonld))
|
|
||||||
(home-page
|
(home-page
|
||||||
"https://github.com/common-workflow-language/common-workflow-language")
|
"https://github.com/common-workflow-language/common-workflow-language")
|
||||||
(synopsis "Common Workflow Language reference implementation")
|
(synopsis "Common Workflow Language reference implementation")
|
||||||
|
|
Reference in New Issue