diff options
author | Xinglu Chen <public@yoctocell.xyz> | 2021-06-20 16:52:14 +0200 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2021-06-21 00:09:13 +0200 |
commit | 5ae0d2c24737572ba3e0619a0176a07758078e1d (patch) | |
tree | eea8777636642245cebc0108e354c509c8af6789 /gnu/packages/ocaml.scm | |
parent | d027858e70c4a37aca90b1d4ecb2f0421a95d987 (diff) |
gnu: ocaml-dot-merlin-reader: Update to 4.2-411.
* gnu/packages/ocaml.scm (ocaml-dot-merlin-reader): Update to 4.2-411.
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
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 047d504a0a..58b34d4293 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -4540,7 +4540,7 @@ format}. @code{craml} is released as a single binary (called @code{craml}).") (define-public ocaml-dot-merlin-reader (package (name "ocaml-dot-merlin-reader") - (version "3.4.2") + (version "4.2-411") (source (origin (method git-fetch) @@ -4550,7 +4550,7 @@ format}. @code{craml} is released as a single binary (called @code{craml}).") (file-name (git-file-name name version)) (sha256 (base32 - "0i2nwkdh6cfzmnsdsr8aw86vs8j1k5jkjzrs61b9384wnffdbbmj")))) + "1vl6p8m2pag5j283h5g2gzxxfm599k6qhyrjkdf3kyc476fc9lw8")))) (build-system dune-build-system) (arguments '(#:package "dot-merlin-reader" #:tests? #f)) ; no tests |