diff options
author | Julien Lepiller <julien@lepiller.eu> | 2022-10-10 19:33:11 +0200 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2022-10-10 20:30:46 +0200 |
commit | 3402f53e99b9d6e165314e57cbbc9e08b391d495 (patch) | |
tree | bc78fc19dbdfaceef22237abc885bb09069197eb | |
parent | f0a6aafa22c2e7c7f33786dd7de7083a64401d01 (diff) | |
download | guix-3402f53e99b9d6e165314e57cbbc9e08b391d495.tar.gz guix-3402f53e99b9d6e165314e57cbbc9e08b391d495.zip |
gnu: ocaml-ppx-tools: Update to 6.6.
* gnu/packages/ocaml.scm (ocaml-ppx-tools): Update to 6.6.
-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 66ee91668d..2702847029 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -2506,7 +2506,7 @@ simple (yet expressive) query language to select the tests to run.") (define-public ocaml-ppx-tools (package (name "ocaml-ppx-tools") - (version "6.5") + (version "6.6") (source (origin (method git-fetch) @@ -2516,7 +2516,7 @@ simple (yet expressive) query language to select the tests to run.") (file-name (git-file-name name version)) (sha256 (base32 - "0fwibah2hgllrnbdrmfqil5gr5raf6pb5h2zx6zs1h3d4ykvy8k8")))) + "1ms2i063cwsm8wcw7jixz3qx2f2prrmf0k44gbksvsgqvm1rl6s2")))) (build-system dune-build-system) (arguments ;; No tests |