guix-commits
[Top][All Lists]
Advanced

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

07/15: gnu: ocaml-ppx-js-style: Update to 0.14.1.


From: guix-commits
Subject: 07/15: gnu: ocaml-ppx-js-style: Update to 0.14.1.
Date: Sat, 20 Nov 2021 11:09:35 -0500 (EST)

roptat pushed a commit to branch master
in repository guix.

commit 97fd67edea951edd53d62250975edf93ed90c1a5
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Sat Nov 20 15:30:56 2021 +0100

    gnu: ocaml-ppx-js-style: Update to 0.14.1.
    
    * gnu/packages/ocaml.scm (ocaml-ppx-js-style): Update to 0.14.1.
---
 gnu/packages/ocaml.scm | 13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index d378bf4..b52c680 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -6143,10 +6143,17 @@ to denote the expected output.")
 (define-public ocaml-ppx-js-style
   (package
     (name "ocaml-ppx-js-style")
-    (version "0.14.0")
+    (version "0.14.1")
     (source
-     (janestreet-origin "ppx_js_style" version
-      "141fgxfipfn5jdaxc946dmp5y4fcnbhxms9maji9ddywgx82ya7l"))
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/janestreet/ppx_js_style";)
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32
+         "16ax6ww9h36xyn9acbm8zxv0ajs344sm37lgj2zd2bvgsqv24kxj"))))
     (build-system dune-build-system)
     (arguments `(#:tests? #f)) ; No tests
     (propagated-inputs



reply via email to

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