gnu: ocaml-dot-merlin: Update to 4.5-414.

* gnu/packages/ocaml.scm (ocaml-dot-merlin): Update to 4.5.414.
This commit is contained in:
Julien Lepiller 2022-04-30 17:55:10 +02:00
parent d0da63c576
commit 39e88fa2c8
No known key found for this signature in database
GPG Key ID: 53D457B2D636EE82

View File

@ -4817,7 +4817,7 @@ format}. @code{craml} is released as a single binary (called @code{craml}).")
(define-public ocaml-dot-merlin-reader (define-public ocaml-dot-merlin-reader
(package (package
(name "ocaml-dot-merlin-reader") (name "ocaml-dot-merlin-reader")
(version "4.4-413") (version "4.5-414")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -4827,7 +4827,7 @@ format}. @code{craml} is released as a single binary (called @code{craml}).")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0wijg1vh2q6yr46vkv34vvksligd0ajl4hv7m6qbz3ywqr8akg23")))) "125gyk63fg9plqkyrkl3wvpr3czjxgvshf4496fc4swldl7z587c"))))
(build-system dune-build-system) (build-system dune-build-system)
(arguments '(#:package "dot-merlin-reader" (arguments '(#:package "dot-merlin-reader"
#:tests? #f)) ; no tests #:tests? #f)) ; no tests