gnu: ocaml-ppx-bench: Update to 0.15.0.
* gnu/packages/ocaml.scm (ocaml-ppx-bench): Update to 0.15.0.
This commit is contained in:
parent
25a027b949
commit
6abb5fe8a9
1 changed files with 2 additions and 2 deletions
|
@ -5804,7 +5804,7 @@ many values).")
|
||||||
(define-public ocaml-ppx-bench
|
(define-public ocaml-ppx-bench
|
||||||
(package
|
(package
|
||||||
(name "ocaml-ppx-bench")
|
(name "ocaml-ppx-bench")
|
||||||
(version "0.14.1")
|
(version "0.15.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -5813,7 +5813,7 @@ many values).")
|
||||||
(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 "12r7jgqgpb4i4cry3rgyl2nmxcscs5w7mmk06diz7i49r27p96im"))))
|
(base32 "0bc0gbm922417wqisafxh35jslcp7xy1s0h0a1q32rhx0ivxx3g6"))))
|
||||||
(build-system dune-build-system)
|
(build-system dune-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
;; No tests
|
;; No tests
|
||||||
|
|
Reference in a new issue