gnu: ocaml-ppx-bench: Update to 0.16.0.

* gnu/packages/ocaml.scm (ocaml-ppx-bench): Update to 0.16.0.

Change-Id: If65570f4baff82200bf30c0277f2dccad9e23732
This commit is contained in:
Julien Lepiller 2024-01-10 08:43:20 +01:00
parent 98497f923d
commit 30ad3fb059
No known key found for this signature in database
GPG key ID: 53D457B2D636EE82

View file

@ -6650,7 +6650,7 @@ (define-public ocaml-ppx-enumerate
(define-public ocaml-ppx-bench (define-public ocaml-ppx-bench
(package (package
(name "ocaml-ppx-bench") (name "ocaml-ppx-bench")
(version "0.15.0") (version "0.16.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -6659,7 +6659,7 @@ (define-public ocaml-ppx-bench
(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 "0bc0gbm922417wqisafxh35jslcp7xy1s0h0a1q32rhx0ivxx3g6")))) (base32 "0pry0vgi1ilwdi5viqydyf9n7y289c17s8wfn16wyzzfr887769m"))))
(build-system dune-build-system) (build-system dune-build-system)
(arguments (arguments
;; No tests ;; No tests