me
/
guix
Archived
1
0
Fork 0

gnu: ocaml-menhir: Update to 20220210.

* gnu/packages/ocaml.scm (ocaml-menhir): Update to 20220210.
Julien Lepiller 2022-03-01 23:37:30 +01:00
parent 680db2cbad
commit 8ee1ba81df
No known key found for this signature in database
GPG Key ID: 53D457B2D636EE82
1 changed files with 2 additions and 2 deletions

View File

@ -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))