mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-18 17:01:51 -05:00
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 @@ (define-public ocaml4.07-ppx-enumerate
|
|||
(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 @@ (define-public ocaml-ppx-bench
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue