roptat pushed a commit to branch master
in repository guix.
commit 8ee1ba81df6f0803268b6f8710b1054c107a2a70
Author: Julien Lepiller <[email protected]>
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))