gnu: ocaml-ppx-sexp-value: Update to 0.15.0.

* gnu/packages/ocaml.scm (ocaml-ppx-sexp-value): Update to 0.15.0.
This commit is contained in:
Julien Lepiller 2022-05-01 11:15:57 +02:00
parent 4ce554c6da
commit db20b6c133
No known key found for this signature in database
GPG key ID: 53D457B2D636EE82

View file

@ -5933,7 +5933,7 @@ (define-public ocaml4.07-typerep
(define-public ocaml-ppx-sexp-value
(package
(name "ocaml-ppx-sexp-value")
(version "0.14.0")
(version "0.15.0")
(source
(origin
(method git-fetch)
@ -5942,7 +5942,7 @@ (define-public ocaml-ppx-sexp-value
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1d1c92pyypqkd9473d59j0sfppxvcxggbc62w8bkqnbxrdmvirn9"))))
(base32 "0kz83j9v6yz3v8c6vr9ilhkcci4hhjd6i6r6afnx72jh6i7d3hnv"))))
(build-system dune-build-system)
(propagated-inputs
(list ocaml-base ocaml-ppx-here ocaml-ppx-sexp-conv ocaml-ppxlib))