summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Lepiller <julien@lepiller.eu>2022-04-30 18:52:42 +0200
committerJulien Lepiller <julien@lepiller.eu>2022-05-01 13:14:52 +0200
commitf01e73eac9bdb22d721ba218700c35724fe77b48 (patch)
tree4cf756a33c49dc2d4b73112b6b78768b8c406748
parent2a528d96a0b963a5f72180e5eaff554a0d606e1f (diff)
downloadguix-patches-f01e73eac9bdb22d721ba218700c35724fe77b48.tar
guix-patches-f01e73eac9bdb22d721ba218700c35724fe77b48.tar.gz
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.scm4
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