guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: camlp5: Update to 6.14.


From: Andreas Enge
Subject: 01/01: gnu: camlp5: Update to 6.14.
Date: Sun, 23 Aug 2015 16:31:05 +0000

andreas pushed a commit to branch master
in repository guix.

commit d4bf3dacd21ba2115e44cd8dd32fc4b95da0f5dd
Author: Andreas Enge <address@hidden>
Date:   Sun Aug 23 18:30:27 2015 +0200

    gnu: camlp5: Update to 6.14.
    
    * gnu/packages/ocaml.scm (camlp5): Update to 6.14.
---
 gnu/packages/ocaml.scm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 12d813f..59cf836 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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]