gnu: camlp5: Update to 6.14.

* gnu/packages/ocaml.scm (camlp5): Update to 6.14.
This commit is contained in:
Andreas Enge 2015-08-23 18:30:27 +02:00
parent b9d8756b13
commit d4bf3dacd2
1 changed files with 2 additions and 2 deletions

View File

@ -238,14 +238,14 @@ syntax of OCaml.")
(define-public camlp5 (define-public camlp5
(package (package
(name "camlp5") (name "camlp5")
(version "6.12") (version "6.14")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "http://camlp5.gforge.inria.fr/distrib/src/" (uri (string-append "http://camlp5.gforge.inria.fr/distrib/src/"
name "-" version ".tgz")) name "-" version ".tgz"))
(sha256 (sha256
(base32 (base32
"00jwgp6w4g64lfqjx77xziy532091fy00c42fsy0b4i892rch5mp")))) "1ql04iyvclpyy9805kpddc4ndjb5d0qg4shhi2fc6bixi49fvy89"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("ocaml" ,ocaml))) `(("ocaml" ,ocaml)))