From d4bf3dacd21ba2115e44cd8dd32fc4b95da0f5dd Mon Sep 17 00:00:00 2001 From: Andreas Enge Date: Sun, 23 Aug 2015 18:30:27 +0200 Subject: gnu: camlp5: Update to 6.14. * gnu/packages/ocaml.scm (camlp5): Update to 6.14. --- gnu/packages/ocaml.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index 12d813fa88..59cf836e4d 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -238,14 +238,14 @@ syntax of OCaml.") (define-public camlp5 (package (name "camlp5") - (version "6.12") + (version "6.14") (source (origin (method url-fetch) (uri (string-append "http://camlp5.gforge.inria.fr/distrib/src/" name "-" version ".tgz")) (sha256 (base32 - "00jwgp6w4g64lfqjx77xziy532091fy00c42fsy0b4i892rch5mp")))) + "1ql04iyvclpyy9805kpddc4ndjb5d0qg4shhi2fc6bixi49fvy89")))) (build-system gnu-build-system) (inputs `(("ocaml" ,ocaml))) -- cgit v1.2.3