gnu: ocaml-ppx-let: Update to 0.15.0.

* gnu/packages/ocaml.scm (ocaml-ppx-let): Update to 0.15.0.
This commit is contained in:
Julien Lepiller 2022-04-30 21:19:08 +02:00
parent c49e0ef477
commit 0fe56e5bb2
No known key found for this signature in database
GPG key ID: 53D457B2D636EE82

View file

@ -6170,13 +6170,13 @@ (define-public ocaml4.07-ppx-optcomp
(define-public ocaml-ppx-let (define-public ocaml-ppx-let
(package (package
(name "ocaml-ppx-let") (name "ocaml-ppx-let")
(version "0.14.0") (version "0.15.0")
(source (source
(janestreet-origin "ppx_let" version (janestreet-origin "ppx_let" version
"1qcrnd86pbr1di5m6z4ps4p15qawwa02jxwz3xfd82hdbjmdwf1s")) "0m9niyiiv3qzv5x8hw0ifxjjzshnmx40dchka9d93mmnx88jqx34"))
(build-system dune-build-system) (build-system dune-build-system)
(propagated-inputs (propagated-inputs
(list ocaml-base ocaml-migrate-parsetree ocaml-ppxlib)) (list ocaml-base ocaml-migrate-parsetree ocaml-ppxlib ocaml-ppx-here))
(properties `((upstream-name . "ppx_let") (properties `((upstream-name . "ppx_let")
(ocaml4.07-variant . ,(delay ocaml4.07-ppx-let)))) (ocaml4.07-variant . ,(delay ocaml4.07-ppx-let))))
(home-page "https://github.com/janestreet/ppx_let") (home-page "https://github.com/janestreet/ppx_let")