gnu: python-rdflib: Correct typo.
* gnu/packages/rdf.scm (python-rdflib): Correct typo in the name of an input.
This commit is contained in:
parent
b9e02a71a9
commit
4219f48f70
|
@ -324,7 +324,7 @@ system.")
|
||||||
"0kvaf332cqbi47rqzlpdx4mbkvw12mkrzkj8n9l19wk713d4py9w"))))
|
"0kvaf332cqbi47rqzlpdx4mbkvw12mkrzkj8n9l19wk713d4py9w"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("python-htm5lib" ,python-html5lib)
|
`(("python-html5lib" ,python-html5lib)
|
||||||
("python-isodate" ,python-isodate)
|
("python-isodate" ,python-isodate)
|
||||||
("python-pyparsing" ,python-pyparsing)
|
("python-pyparsing" ,python-pyparsing)
|
||||||
("python-setuptools" ,python-setuptools)))
|
("python-setuptools" ,python-setuptools)))
|
||||||
|
|
Loading…
Reference in New Issue