gnu: ocaml-ppx-optcomp: Update to 0.14.3.

* gnu/packages/ocaml.scm (ocaml-ppx-optcomp): Update to 0.14.3.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Xinglu Chen 2021-09-06 16:06:45 +02:00 committed by Ludovic Courtès
parent 5fc9d71bac
commit c80e71a586
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -5786,7 +5786,7 @@ else expression.")
(define-public ocaml-ppx-optcomp (define-public ocaml-ppx-optcomp
(package (package
(name "ocaml-ppx-optcomp") (name "ocaml-ppx-optcomp")
(version "0.14.1") (version "0.14.3")
(home-page "https://github.com/janestreet/ppx_optcomp") (home-page "https://github.com/janestreet/ppx_optcomp")
(source (source
(origin (origin
@ -5797,7 +5797,7 @@ else expression.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0j5smqa0hig1yn8wfrb4mv0y59kkwsalmqkm5asbd7kcc6589ap4")))) "1iflgfzs23asw3k6098v84al5zqx59rx2qjw0mhvk56avlx71pkw"))))
(build-system dune-build-system) (build-system dune-build-system)
(propagated-inputs (propagated-inputs
`(("ocaml-base" ,ocaml-base) `(("ocaml-base" ,ocaml-base)