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

gnu: raptor2: Update to 2.0.15.

* gnu/packages/rdf.scm (raptor2): Update to 2.0.15.
parent 56607088
No related branches found
No related tags found
No related merge requests found
...@@ -40,14 +40,14 @@ (define-module (gnu packages rdf) ...@@ -40,14 +40,14 @@ (define-module (gnu packages rdf)
(define-public raptor2 (define-public raptor2
(package (package
(name "raptor2") (name "raptor2")
(version "2.0.11") (version "2.0.15")
(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
"1z3i4fs32wcq5y9l7gdn7262h6r0ppdpvx4gw6jgsym8z083w0xf")))) "1vc02im4mpc28zxzgli68k6j0dakh0k3s389bm436yvqajxg19xd"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("curl" ,curl) `(("curl" ,curl)
......
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