diff options
author | Marius Bakke <marius@gnu.org> | 2022-01-18 17:10:28 +0100 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-01-18 19:35:55 +0100 |
commit | 2a4c271e614d069423519af4be5511a0c25156f1 (patch) | |
tree | 965f05c23ebc0b687e1353ade39c79267564e869 /gnu/packages/bioinformatics.scm | |
parent | ce58adbb3b96df2f7057fca7b233270ecbfc05c2 (diff) | |
download | guix-2a4c271e614d069423519af4be5511a0c25156f1.tar.gz |
gnu: python-rdflib: Update to 6.1.1.
* gnu/packages/rdf.scm (python-rdflib): Update to 6.1.1. [arguments]: Remove #:tests. Add #:phases. [native-inputs]: Change from PYTHON-NOSE to PYTHON-PYTEST. (python-rdflib-5): New variable. (python2-rdflib): Inherit from PYTHON-RDFLIB-5. * gnu/packages/python-xyz.scm (python-prov): Change from PYTHON-RDFLIB to PYTHON-RDFLIB-5. * gnu/packages/bioinformatics.scm (cwltool): Likewise.
Diffstat (limited to 'gnu/packages/bioinformatics.scm')
-rw-r--r-- | gnu/packages/bioinformatics.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 6caeec80f7..a6088a60a4 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -3018,7 +3018,7 @@ and record oriented data modeling and the Semantic Web.") python-prov python-pydot python-psutil - python-rdflib + python-rdflib-5 python-requests python-ruamel.yaml python-schema-salad |