diff options
author | Julien Lepiller <julien@lepiller.eu> | 2018-11-29 22:47:12 +0100 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2018-11-29 23:16:01 +0100 |
commit | fa45b22d4e5a64037f63576b99b8a91e5b198e30 (patch) | |
tree | de7cc73415181b7cc3de34c0b605fc8bd3d9b879 /gnu/packages/ocaml.scm | |
parent | 6a3cf93818aa71b23be5f0dbf168d7f9dd8a333c (diff) |
gnu: camlp5: Update to 7.07.
* gnu/packages/ocaml.scm (camlp5): Update to 7.07.
Diffstat (limited to 'gnu/packages/ocaml.scm')
-rw-r--r-- | 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 c9463d5dcf..cba1e4e747 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -487,7 +487,7 @@ syntax of OCaml.") (define-public camlp5 (package (name "camlp5") - (version "7.06") + (version "7.07") (source (origin (method url-fetch) (uri (string-append "https://github.com/camlp5/camlp5/archive/rel" @@ -495,7 +495,7 @@ syntax of OCaml.") (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "08kr0h2rq3jh3kzqh5f6pr589bqw3y76z8k59ad2kdh50fjgp8xy")))) + "148r6p93xlxi6v7kbsqv8i70r6av04cyn0109pwss5xj6fw97i52")))) (build-system gnu-build-system) (inputs `(("ocaml" ,ocaml))) |