mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: ocaml-ppx-jane: Update to 0.15.0.
* gnu/packages/ocaml.scm (ocaml-ppx-jane): Update to 0.15.0.
This commit is contained in:
parent
564a310065
commit
143b9d3a3d
1 changed files with 5 additions and 2 deletions
|
@ -6664,7 +6664,7 @@ (define-public ocaml-ppx-disable-unused-warnings
|
||||||
(define-public ocaml-ppx-jane
|
(define-public ocaml-ppx-jane
|
||||||
(package
|
(package
|
||||||
(name "ocaml-ppx-jane")
|
(name "ocaml-ppx-jane")
|
||||||
(version "0.14.0")
|
(version "0.15.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -6673,7 +6673,7 @@ (define-public ocaml-ppx-jane
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1kk238fvrcylymwm7xwc7llbyspmx1y662ypq00vy70g112rir7j"))))
|
(base32 "1p6847gdfnnj6qpa4yh57s6wwpsl7rfgy0q7993chz24h9mhz5lk"))))
|
||||||
(build-system dune-build-system)
|
(build-system dune-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:test-target "."))
|
`(#:test-target "."))
|
||||||
|
@ -6684,12 +6684,15 @@ (define-public ocaml-ppx-jane
|
||||||
ocaml-ppx-bench
|
ocaml-ppx-bench
|
||||||
ocaml-ppx-bin-prot
|
ocaml-ppx-bin-prot
|
||||||
ocaml-ppx-custom-printf
|
ocaml-ppx-custom-printf
|
||||||
|
ocaml-ppx-disable-unused-warnings
|
||||||
ocaml-ppx-expect
|
ocaml-ppx-expect
|
||||||
ocaml-ppx-fields-conv
|
ocaml-ppx-fields-conv
|
||||||
ocaml-ppx-fixed-literal
|
ocaml-ppx-fixed-literal
|
||||||
ocaml-ppx-here
|
ocaml-ppx-here
|
||||||
|
ocaml-ppx-ignore-instrumentation
|
||||||
ocaml-ppx-inline-test
|
ocaml-ppx-inline-test
|
||||||
ocaml-ppx-let
|
ocaml-ppx-let
|
||||||
|
ocaml-ppx-log
|
||||||
ocaml-ppx-module-timer
|
ocaml-ppx-module-timer
|
||||||
ocaml-ppx-optcomp
|
ocaml-ppx-optcomp
|
||||||
ocaml-ppx-optional
|
ocaml-ppx-optional
|
||||||
|
|
Loading…
Reference in a new issue