gnu: ocaml-ppx-js-style: Update to 0.15.0.

* gnu/packages/ocaml.scm (ocaml-ppx-js-style): Update to 0.15.0.
This commit is contained in:
Julien Lepiller 2022-04-30 18:52:42 +02:00
parent 2a528d96a0
commit f01e73eac9
No known key found for this signature in database
GPG key ID: 53D457B2D636EE82

View file

@ -6360,7 +6360,7 @@ (define-public ocaml4.07-ppx-expect
(define-public ocaml-ppx-js-style
(package
(name "ocaml-ppx-js-style")
(version "0.14.1")
(version "0.15.0")
(source
(origin
(method git-fetch)
@ -6370,7 +6370,7 @@ (define-public ocaml-ppx-js-style
(file-name (git-file-name name version))
(sha256
(base32
"16ax6ww9h36xyn9acbm8zxv0ajs344sm37lgj2zd2bvgsqv24kxj"))))
"0q2p9pvmlncgv0hprph95xiv7s6q44ynvp4yl4dckf1qx68rb3ba"))))
(build-system dune-build-system)
(arguments `(#:tests? #f)) ; No tests
(propagated-inputs