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:
parent
7ab6907448
commit
0bfafa49fa
1 changed files with 2 additions and 2 deletions
|
@ -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)))
|
||||||
|
|
Reference in a new issue