gnu: ocaml-parsexp: Update to 0.14.2.

* gnu/packages/ocaml.scm (ocaml-parsexp): Update to 0.14.2.
This commit is contained in:
Julien Lepiller 2022-02-04 14:24:06 +01:00
parent 60356cc029
commit a041609a82
No known key found for this signature in database
GPG key ID: 53D457B2D636EE82

View file

@ -4965,7 +4965,7 @@ (define-public ocaml4.07-sexplib0
(define-public ocaml-parsexp
(package
(name "ocaml-parsexp")
(version "0.14.1")
(version "0.14.2")
(home-page "https://github.com/janestreet/parsexp")
(source (origin
(method git-fetch)
@ -4975,7 +4975,7 @@ (define-public ocaml-parsexp
(file-name (git-file-name name version))
(sha256
(base32
"1nr0ncb8l2mkk8pqzknr7fsqw5kpz8y102kyv5bc0x7c36v0d4zy"))))
"14yi0licf1cp6b7qny5pz6dmlalqdksx0m0kzcrwi6byjxwjkbi9"))))
(build-system dune-build-system)
(inputs
(list ocaml-sexplib0 ocaml-base))