guix-commits
[Top][All Lists]
Advanced

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

05/08: gnu: ocaml-menhir: Update to 20220210.


From: guix-commits
Subject: 05/08: gnu: ocaml-menhir: Update to 20220210.
Date: Tue, 1 Mar 2022 18:12:28 -0500 (EST)

roptat pushed a commit to branch master
in repository guix.

commit 8ee1ba81df6f0803268b6f8710b1054c107a2a70
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Tue Mar 1 23:37:30 2022 +0100

    gnu: ocaml-menhir: Update to 20220210.
    
    * gnu/packages/ocaml.scm (ocaml-menhir): Update to 20220210.
---
 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 1d92a5ff38..11c2586641 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -1062,7 +1062,7 @@ Emacs.")
 (define-public ocaml-menhir
   (package
     (name "ocaml-menhir")
-    (version "20211230")
+    (version "20220210")
     (source
      (origin
        (method git-fetch)
@@ -1071,7 +1071,7 @@ Emacs.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "177gfp23gxc84j5pv2mqkza1ggg6rskvfwwjg229ba1457inayzs"))))
+        (base32 "0f31isr3cyiishflz6qr4xc3gp9xwf32r3vxdvm5wnr2my1fnn1n"))))
     (build-system dune-build-system)
     (inputs
      (list ocaml))



reply via email to

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