diff options
author | Julien Lepiller <julien@lepiller.eu> | 2022-05-01 10:59:45 +0200 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2022-05-01 13:14:58 +0200 |
commit | 72ca35c539ef34026bc98f1a767de08a71551d6c (patch) | |
tree | 15c0165b7d1acbb646dfad9a3bd101f17d3b3474 | |
parent | d1a4653bf6b4eb276e96f64617bfb9b0bb43596a (diff) | |
download | guix-72ca35c539ef34026bc98f1a767de08a71551d6c.tar guix-72ca35c539ef34026bc98f1a767de08a71551d6c.tar.gz |
gnu: ocaml-ppx-compare: Update to 0.15.0.
* gnu/packages/ocaml.scm (ocaml-ppx-compare): Update to 0.15.0.
-rw-r--r-- | gnu/packages/ocaml.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index abf3573207..0ea0f7bd5e 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -5382,10 +5382,10 @@ OCaml AST in the OCaml syntax; (define-public ocaml-ppx-compare (package (name "ocaml-ppx-compare") - (version "0.14.0") + (version "0.15.0") (source (janestreet-origin "ppx_compare" version - "0mqxa2s194nif7x4fjn1p5gd9i3bakr8nv27gf8x1g5nmi8q9pmp")) + "11bkw7fgzfay8ws0piwphqip3y2lk2c9s2gil3zisnbvka92h1va")) (build-system dune-build-system) (arguments ;; Tests are currenlty failing |