guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: ocaml-menhir: Update to 20190626.


From: guix-commits
Subject: branch master updated: gnu: ocaml-menhir: Update to 20190626.
Date: Sat, 04 Apr 2020 12:34:58 -0400

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 3a3b594  gnu: ocaml-menhir: Update to 20190626.
3a3b594 is described below

commit 3a3b594822c8b63faccd01b9a85482de9cc07211
Author: Julien Lepiller <address@hidden>
AuthorDate: Sat Apr 4 18:33:16 2020 +0200

    gnu: ocaml-menhir: Update to 20190626.
    
    * gnu/packages/ocaml.scm (ocaml-menhir): Update to 20190626.
---
 gnu/packages/ocaml.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 5181d61..84efe2c 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -706,7 +706,8 @@ Emacs.")
 (define-public ocaml-menhir
   (package
     (name "ocaml-menhir")
-    (version "20181113")
+    ;; More recent versions can be built after we have dune >= 2.0
+    (version "20190626")
     (source
      (origin
        (method git-fetch)
@@ -715,7 +716,7 @@ Emacs.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1iqdf64ayq4s3d9jkwhs3s8wqc2s48b292hp0kcjsskfhcvwg0kr"))))
+        (base32 "0v8av4pw6rykzb7wx54xhbsx0jhh8xyb4x0k4yrxi0w5ylkck6mb"))))
     (build-system ocaml-build-system)
     (inputs
      `(("ocaml" ,ocaml)))



reply via email to

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