From 11f05fbab950998c7e1597abace6eca27181f97a Mon Sep 17 00:00:00 2001 From: Benjamin Date: Sun, 24 Mar 2024 00:35:20 +0100 Subject: gnu: ocaml-merlin-lib: Update to 4.14. * gnu/packages/ocaml.scm (ocaml-merlin-lib): Update to 4.14-414. * gnu/packages/ocaml.scm (ocaml-merlin-lib-500): Update to 4.14-500. Change-Id: I5b2117f34eca6d55b95413a7fefc29c4acdee7e5 Signed-off-by: Danny Milosavljevic --- gnu/packages/ocaml.scm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index 498a1395b6..0f4d8e3cf5 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -6072,7 +6072,7 @@ to a Yojson.Safe value.") (define-public ocaml-merlin-lib (package (name "ocaml-merlin-lib") - (version "4.7-414") + (version "4.14-414") (source (origin (method git-fetch) @@ -6082,7 +6082,7 @@ to a Yojson.Safe value.") (file-name (git-file-name name version)) (sha256 (base32 - "1bd4j2zq0lyszbkibgky1z9swv4scb7ljww3fv1kqy0cya743b5l")))) + "1d9q6yl5i08j9lkmbywh5q1yfjxin5n9yp9bqwi7a9lanhwg8psi")))) (build-system dune-build-system) (arguments '(#:package "merlin-lib" #:tests? #f)) ; no tests @@ -6099,7 +6099,7 @@ interfaces and the standard higher-level merlin protocol.") (package (inherit ocaml-merlin-lib) (name "ocaml-merlin-lib") - (version "4.7.1-500") + (version "4.14-500") (source (origin (method git-fetch) @@ -6109,7 +6109,7 @@ interfaces and the standard higher-level merlin protocol.") (file-name (git-file-name name version)) (sha256 (base32 - "05a87i2dkzv800nwb6y7b2j45avg8gs3gzb5a98wrj1i5zjqwh01")))) + "0rx0h8a7m435jmfvpxjf4682dxgb2f74ar1k1m3c3hls6yxgw0a9")))) (properties '()))) (define-public ocaml5.0-merlin-lib -- cgit v1.2.3