gnu: rasqal: Update to 0.9.33.
* gnu/packages/rdf.scm (rasqal): Update to 0.9.33.
This commit is contained in:
parent
f4ee08d85e
commit
ca1071e1c3
|
@ -107,14 +107,14 @@ Java Lucene text search engine API to C++.")
|
||||||
(define-public rasqal
|
(define-public rasqal
|
||||||
(package
|
(package
|
||||||
(name "rasqal")
|
(name "rasqal")
|
||||||
(version "0.9.32")
|
(version "0.9.33")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://download.librdf.org/source/" name
|
(uri (string-append "http://download.librdf.org/source/" name
|
||||||
"-" version ".tar.gz"))
|
"-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"13rfprkk7d74065c7bafyshajwa6lshj7m9l741zlz9viqhh7fpf"))))
|
"0z6rrwn4jsagvarg8d5zf0j352kjgi33py39jqd29gbhcnncj939"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("perl" ,perl)
|
`(("perl" ,perl)
|
||||||
|
|
Loading…
Reference in New Issue