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

* gnu/packages/ocaml.scm (ocaml-ppx-base): Update to 0.15.0.
This commit is contained in:
Julien Lepiller 2022-05-01 11:08:20 +02:00
parent 72ca35c539
commit 85b23e64e2
No known key found for this signature in database
GPG key ID: 53D457B2D636EE82

View file

@ -6505,11 +6505,11 @@ conversion functions between almost identical types.")
(define-public ocaml-ppx-base (define-public ocaml-ppx-base
(package (package
(name "ocaml-ppx-base") (name "ocaml-ppx-base")
(version "0.14.0") (version "0.15.0")
(source (source
(janestreet-origin (janestreet-origin
"ppx_base" version "ppx_base" version
"0b7a3fmi90jk8paz0g36yzaq670fbnrbi1j8r5ibh9wbcfli7ji6")) "181w7y2has8jsrqdsvd08q5nhnkx523vwsk3lg0cjix55qssvfyn"))
(build-system dune-build-system) (build-system dune-build-system)
(arguments (arguments
`(#:test-target ".")) `(#:test-target "."))