mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 06:37:08 +01:00
gnu: ocaml-menhir: Update to 20211012.
* gnu/packages/ocaml.scm (ocaml-menhir): Update to 20211012.
This commit is contained in:
parent
4f86ef865e
commit
be9ae1347c
1 changed files with 2 additions and 2 deletions
|
@ -1060,7 +1060,7 @@ (define-public emacs-tuareg
|
|||
(define-public ocaml-menhir
|
||||
(package
|
||||
(name "ocaml-menhir")
|
||||
(version "20210419")
|
||||
(version "20211012")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -1069,7 +1069,7 @@ (define-public ocaml-menhir
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0jcbr7s3iwfr7xxfybs3h407g76yfp5yq5r9i0wg2ahvvbqh03ky"))))
|
||||
(base32 "08kf5apbv15n2kcr3qhyr3rvsf2lg25ackr3x9kfgiiqc0p3sz40"))))
|
||||
(build-system dune-build-system)
|
||||
(inputs
|
||||
`(("ocaml" ,ocaml)))
|
||||
|
|
Loading…
Reference in a new issue