diff options
author | pukkamustard <pukkamustard@posteo.net> | 2022-12-16 13:25:24 +0000 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2022-12-21 22:10:31 +0100 |
commit | f127f0fbf3112e7c3ebeeeb0da8b7747ca3b0f20 (patch) | |
tree | 7eda4d928af5ddf716ad44b4b2ab09864e86a618 /gnu/packages/ocaml.scm | |
parent | cb1fe1c6905a2e40ca767035809f6b35cd35fe22 (diff) |
gnu: Update ocaml-merlin-lib to 4.7-414.
* gnu/packages/ocaml.scm (ocaml-merlin-lib): Update to 4.7-414.
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
Diffstat (limited to 'gnu/packages/ocaml.scm')
-rw-r--r-- | gnu/packages/ocaml.scm | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index 3eb155b8a7..c31ad6c8f9 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -5369,7 +5369,7 @@ serializers and deserializers from type definitions.") (define-public ocaml-merlin-lib (package (name "ocaml-merlin-lib") - (version "4.6-414") + (version "4.7-414") (source (origin (method git-fetch) @@ -5379,7 +5379,7 @@ serializers and deserializers from type definitions.") (file-name (git-file-name name version)) (sha256 (base32 - "1cpa9x45w54l4mqqmc8z3s5gscggw37gb6z9i7wwss86fj1wgclh")))) + "1bd4j2zq0lyszbkibgky1z9swv4scb7ljww3fv1kqy0cya743b5l")))) (build-system dune-build-system) (arguments '(#:package "merlin-lib" #:tests? #f)) ; no tests @@ -5416,7 +5416,9 @@ interfaces and the standard higher-level merlin protocol.") (propagated-inputs (list ocaml-merlin-lib ocaml-yojson)) (native-inputs (list ocaml-dot-merlin-reader ; required for tests - ocaml-mdx jq)) + ocaml-ppxlib + ocaml-mdx + jq)) (synopsis "Context sensitive completion for OCaml in Vim and Emacs") (description "Merlin is an editor service that provides modern IDE features for OCaml. Emacs and Vim support is provided out-of-the-box. |