diff options
author | Julien Lepiller <julien@lepiller.eu> | 2022-05-01 07:34:13 +0200 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2022-05-01 13:14:55 +0200 |
commit | 6abb5fe8a9e6a6656bfe88761a39078e3d709802 (patch) | |
tree | f8ae7b6ab7ae2b63bbb76e62e1a67dd3dd7982f9 /gnu | |
parent | 25a027b94986091e93d242dd07ef3485a320de61 (diff) | |
download | guix-6abb5fe8a9e6a6656bfe88761a39078e3d709802.tar.gz |
gnu: ocaml-ppx-bench: Update to 0.15.0.
* gnu/packages/ocaml.scm (ocaml-ppx-bench): Update to 0.15.0.
Diffstat (limited to 'gnu')
-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 18ead5e1e5..fee9ab1cc6 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -5804,7 +5804,7 @@ many values).") (define-public ocaml-ppx-bench (package (name "ocaml-ppx-bench") - (version "0.14.1") + (version "0.15.0") (source (origin (method git-fetch) @@ -5813,7 +5813,7 @@ many values).") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "12r7jgqgpb4i4cry3rgyl2nmxcscs5w7mmk06diz7i49r27p96im")))) + (base32 "0bc0gbm922417wqisafxh35jslcp7xy1s0h0a1q32rhx0ivxx3g6")))) (build-system dune-build-system) (arguments ;; No tests |