guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: ocaml-menhir: Update to 20210419.


From: guix-commits
Subject: 01/03: gnu: ocaml-menhir: Update to 20210419.
Date: Sun, 20 Jun 2021 07:14:36 -0400 (EDT)

roptat pushed a commit to branch master
in repository guix.

commit 0bfafa49fa387c6a58f79178fc6344b2ce0bf02d
Author: Xinglu Chen <public@yoctocell.xyz>
AuthorDate: Sun Jun 20 12:41:52 2021 +0200

    gnu: ocaml-menhir: Update to 20210419.
    
    * gnu/packages/ocaml.scm (ocaml-menhir): Update to 20210419.
    
    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 4e0c645..a49ee83 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -1030,7 +1030,7 @@ Emacs.")
 (define-public ocaml-menhir
   (package
     (name "ocaml-menhir")
-    (version "20200211")
+    (version "20210419")
     (source
      (origin
        (method git-fetch)
@@ -1039,7 +1039,7 @@ Emacs.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "019izf51kdc7pzkw68zg8a2alc8lxw1gwdp7in970mr90n16b5zj"))))
+        (base32 "0jcbr7s3iwfr7xxfybs3h407g76yfp5yq5r9i0wg2ahvvbqh03ky"))))
     (build-system dune-build-system)
     (inputs
      `(("ocaml" ,ocaml)))



reply via email to

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