mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-04 18:07:24 +01:00
gnu: ocaml-ppx-let: Update to 0.15.0.
* gnu/packages/ocaml.scm (ocaml-ppx-let): Update to 0.15.0.
This commit is contained in:
parent
c49e0ef477
commit
0fe56e5bb2
1 changed files with 3 additions and 3 deletions
|
@ -6170,13 +6170,13 @@ (define-public ocaml4.07-ppx-optcomp
|
||||||
(define-public ocaml-ppx-let
|
(define-public ocaml-ppx-let
|
||||||
(package
|
(package
|
||||||
(name "ocaml-ppx-let")
|
(name "ocaml-ppx-let")
|
||||||
(version "0.14.0")
|
(version "0.15.0")
|
||||||
(source
|
(source
|
||||||
(janestreet-origin "ppx_let" version
|
(janestreet-origin "ppx_let" version
|
||||||
"1qcrnd86pbr1di5m6z4ps4p15qawwa02jxwz3xfd82hdbjmdwf1s"))
|
"0m9niyiiv3qzv5x8hw0ifxjjzshnmx40dchka9d93mmnx88jqx34"))
|
||||||
(build-system dune-build-system)
|
(build-system dune-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list ocaml-base ocaml-migrate-parsetree ocaml-ppxlib))
|
(list ocaml-base ocaml-migrate-parsetree ocaml-ppxlib ocaml-ppx-here))
|
||||||
(properties `((upstream-name . "ppx_let")
|
(properties `((upstream-name . "ppx_let")
|
||||||
(ocaml4.07-variant . ,(delay ocaml4.07-ppx-let))))
|
(ocaml4.07-variant . ,(delay ocaml4.07-ppx-let))))
|
||||||
(home-page "https://github.com/janestreet/ppx_let")
|
(home-page "https://github.com/janestreet/ppx_let")
|
||||||
|
|
Loading…
Reference in a new issue