Archived
1
0
Fork 0

gnu: ocaml-menhir: Update to 20210419.

* gnu/packages/ocaml.scm (ocaml-menhir): Update to 20210419.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
This commit is contained in:
Xinglu Chen 2021-06-20 12:41:52 +02:00 committed by Julien Lepiller
parent 7ab6907448
commit 0bfafa49fa
No known key found for this signature in database
GPG key ID: 53D457B2D636EE82

View file

@ -1030,7 +1030,7 @@ Emacs.")
(define-public ocaml-menhir (define-public ocaml-menhir
(package (package
(name "ocaml-menhir") (name "ocaml-menhir")
(version "20200211") (version "20210419")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -1039,7 +1039,7 @@ Emacs.")
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "019izf51kdc7pzkw68zg8a2alc8lxw1gwdp7in970mr90n16b5zj")))) (base32 "0jcbr7s3iwfr7xxfybs3h407g76yfp5yq5r9i0wg2ahvvbqh03ky"))))
(build-system dune-build-system) (build-system dune-build-system)
(inputs (inputs
`(("ocaml" ,ocaml))) `(("ocaml" ,ocaml)))