diff options
author | Julien Lepiller <julien@lepiller.eu> | 2022-04-30 18:52:42 +0200 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2022-05-01 13:14:52 +0200 |
commit | f01e73eac9bdb22d721ba218700c35724fe77b48 (patch) | |
tree | 4cf756a33c49dc2d4b73112b6b78768b8c406748 | |
parent | 2a528d96a0b963a5f72180e5eaff554a0d606e1f (diff) | |
download | guix-f01e73eac9bdb22d721ba218700c35724fe77b48.tar.gz guix-f01e73eac9bdb22d721ba218700c35724fe77b48.zip |
gnu: ocaml-ppx-js-style: Update to 0.15.0.
* gnu/packages/ocaml.scm (ocaml-ppx-js-style): Update to 0.15.0.
-rw-r--r-- | gnu/packages/ocaml.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index e98ec8dfe5..9c7cf8443b 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -6360,7 +6360,7 @@ to denote the expected output.") (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 @@ to denote the expected output.") (file-name (git-file-name name version)) (sha256 (base32 - "16ax6ww9h36xyn9acbm8zxv0ajs344sm37lgj2zd2bvgsqv24kxj")))) + "0q2p9pvmlncgv0hprph95xiv7s6q44ynvp4yl4dckf1qx68rb3ba")))) (build-system dune-build-system) (arguments `(#:tests? #f)) ; No tests (propagated-inputs |