mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: ocaml-ppx-js-style: Update to 0.14.1.
* gnu/packages/ocaml.scm (ocaml-ppx-js-style): Update to 0.14.1.
This commit is contained in:
parent
95e6a977fa
commit
97fd67edea
1 changed files with 10 additions and 3 deletions
|
@ -6143,10 +6143,17 @@ (define-public ocaml4.07-ppx-expect
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue