Skip to content
Snippets Groups Projects
Commit ca1071e1 authored by Andreas Enge's avatar Andreas Enge
Browse files

gnu: rasqal: Update to 0.9.33.

* gnu/packages/rdf.scm (rasqal): Update to 0.9.33.
parent f4ee08d8
No related branches found
No related tags found
No related merge requests found
...@@ -107,14 +107,14 @@ (define-public clucene ...@@ -107,14 +107,14 @@ (define-public clucene
(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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment