guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: ocaml-dot-merlin-reader: Update to 4.2-411.


From: guix-commits
Subject: 01/02: gnu: ocaml-dot-merlin-reader: Update to 4.2-411.
Date: Sun, 20 Jun 2021 18:14:22 -0400 (EDT)

roptat pushed a commit to branch master
in repository guix.

commit 5ae0d2c24737572ba3e0619a0176a07758078e1d
Author: Xinglu Chen <public@yoctocell.xyz>
AuthorDate: Sun Jun 20 16:52:14 2021 +0200

    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>
---
 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 047d504..58b34d4 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



reply via email to

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