gnu: python-rdflib: Correct typo.

* gnu/packages/rdf.scm (python-rdflib): Correct typo in the name of an input.
This commit is contained in:
Andreas Enge 2015-02-24 23:08:53 +01:00
parent b9e02a71a9
commit 4219f48f70
1 changed files with 2 additions and 2 deletions

View File

@ -89,7 +89,7 @@ HTML and JSON.")
(sha256 (sha256
(base32 (base32
"1arffdwivig88kkx685pldr784njm0249k0rb1f1plwavlrw9zfx")) "1arffdwivig88kkx685pldr784njm0249k0rb1f1plwavlrw9zfx"))
(patches (list (patches (list
(search-patch "clucene-pkgconfig.patch") (search-patch "clucene-pkgconfig.patch")
(search-patch "clucene-contribs-lib.patch"))))) (search-patch "clucene-contribs-lib.patch")))))
(build-system cmake-build-system) (build-system cmake-build-system)
@ -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)))