From f01e73eac9bdb22d721ba218700c35724fe77b48 Mon Sep 17 00:00:00 2001 From: Julien Lepiller Date: Sat, 30 Apr 2022 18:52:42 +0200 Subject: gnu: ocaml-ppx-js-style: Update to 0.15.0. * gnu/packages/ocaml.scm (ocaml-ppx-js-style): Update to 0.15.0. --- gnu/packages/ocaml.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages') 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 -- cgit v1.2.3