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
1 changed files with 2 additions and 2 deletions

View File

@ -40,14 +40,14 @@
(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)