guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/54: gnu: ocaml-ppx-js-style: Update to 0.15.0.


From: guix-commits
Subject: 07/54: gnu: ocaml-ppx-js-style: Update to 0.15.0.
Date: Sun, 1 May 2022 07:16:03 -0400 (EDT)

roptat pushed a commit to branch master
in repository guix.

commit f01e73eac9bdb22d721ba218700c35724fe77b48
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Sat Apr 30 18:52:42 2022 +0200

    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(-)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]