me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/ocaml.scm (ocaml-ppx-sexp-value): Update to 0.15.0.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -5933,7 +5933,7 @@ many values).")
(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 @@ many values).")
(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))