gnu: raptor2: Update to 2.0.15.

* gnu/packages/rdf.scm (raptor2): Update to 2.0.15.
This commit is contained in:
Andreas Enge 2015-01-17 18:13:58 +01:00
parent 5660708895
commit f4ee08d85e

View File

@ -40,14 +40,14 @@ (define-module (gnu packages rdf)
(define-public raptor2
(package
(name "raptor2")
(version "2.0.11")
(version "2.0.15")
(source (origin
(method url-fetch)
(uri (string-append "http://download.librdf.org/source/" name
"-" version ".tar.gz"))
(sha256
(base32
"1z3i4fs32wcq5y9l7gdn7262h6r0ppdpvx4gw6jgsym8z083w0xf"))))
"1vc02im4mpc28zxzgli68k6j0dakh0k3s389bm436yvqajxg19xd"))))
(build-system gnu-build-system)
(inputs
`(("curl" ,curl)