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 <dannym@friendly-machines.com>
This commit is contained in:
Benjamin 2024-03-24 00:35:20 +01:00 committed by Danny Milosavljevic
parent 70b5ac94a2
commit 11f05fbab9
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5

View file

@ -6072,7 +6072,7 @@ to a Yojson.Safe value.")
(define-public ocaml-merlin-lib (define-public ocaml-merlin-lib
(package (package
(name "ocaml-merlin-lib") (name "ocaml-merlin-lib")
(version "4.7-414") (version "4.14-414")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -6082,7 +6082,7 @@ to a Yojson.Safe value.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1bd4j2zq0lyszbkibgky1z9swv4scb7ljww3fv1kqy0cya743b5l")))) "1d9q6yl5i08j9lkmbywh5q1yfjxin5n9yp9bqwi7a9lanhwg8psi"))))
(build-system dune-build-system) (build-system dune-build-system)
(arguments '(#:package "merlin-lib" (arguments '(#:package "merlin-lib"
#:tests? #f)) ; no tests #:tests? #f)) ; no tests
@ -6099,7 +6099,7 @@ interfaces and the standard higher-level merlin protocol.")
(package (package
(inherit ocaml-merlin-lib) (inherit ocaml-merlin-lib)
(name "ocaml-merlin-lib") (name "ocaml-merlin-lib")
(version "4.7.1-500") (version "4.14-500")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -6109,7 +6109,7 @@ interfaces and the standard higher-level merlin protocol.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"05a87i2dkzv800nwb6y7b2j45avg8gs3gzb5a98wrj1i5zjqwh01")))) "0rx0h8a7m435jmfvpxjf4682dxgb2f74ar1k1m3c3hls6yxgw0a9"))))
(properties '()))) (properties '())))
(define-public ocaml5.0-merlin-lib (define-public ocaml5.0-merlin-lib