guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: ocaml-merlin-reader: Update to 4.3.1-411.


From: guix-commits
Subject: branch master updated: gnu: ocaml-merlin-reader: Update to 4.3.1-411.
Date: Sun, 21 Nov 2021 13:50:15 -0500

This is an automated email from the git hooks/post-receive script.

roptat pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 8b140f3  gnu: ocaml-merlin-reader: Update to 4.3.1-411.
8b140f3 is described below

commit 8b140f393e8682d07699d58926e299511c50bdfd
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Sun Nov 21 19:48:56 2021 +0100

    gnu: ocaml-merlin-reader: Update to 4.3.1-411.
    
    * gnu/packages/ocaml.scm (ocaml-merlin-reader): Update to 4.3.1-411.
---
 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 f682456..123f05d 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -4710,7 +4710,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.2-411")
+    (version "4.3.1-411")
     (source
      (origin
        (method git-fetch)
@@ -4720,7 +4720,7 @@ format}.  @code{craml} is released as a single binary 
(called @code{craml}).")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "1vl6p8m2pag5j283h5g2gzxxfm599k6qhyrjkdf3kyc476fc9lw8"))))
+         "1nwgc9nyy80dc9cgkskyfwv9c785yjyg39s005d4wiagj4fy68v8"))))
     (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]