guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/05: gnu: ocaml-dot-merlin: Update to 4.5-414.


From: guix-commits
Subject: 04/05: gnu: ocaml-dot-merlin: Update to 4.5-414.
Date: Sat, 30 Apr 2022 12:02:29 -0400 (EDT)

roptat pushed a commit to branch master
in repository guix.

commit 39e88fa2c8790317c5f857f4c5f6f3fdc1697f20
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Sat Apr 30 17:55:10 2022 +0200

    gnu: ocaml-dot-merlin: Update to 4.5-414.
    
    * gnu/packages/ocaml.scm (ocaml-dot-merlin): Update to 4.5.414.
---
 gnu/packages/ocaml.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 85bf4d064b..71328b2a90 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -4817,7 +4817,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 "4.4-413")
+    (version "4.5-414")
     (source
      (origin
        (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))
        (sha256
         (base32
-         "0wijg1vh2q6yr46vkv34vvksligd0ajl4hv7m6qbz3ywqr8akg23"))))
+         "125gyk63fg9plqkyrkl3wvpr3czjxgvshf4496fc4swldl7z587c"))))
     (build-system dune-build-system)
     (arguments '(#:package "dot-merlin-reader"
                  #:tests? #f))          ; no tests



reply via email to

[Prev in Thread] Current Thread [Next in Thread]