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:
parent
4ce554c6da
commit
db20b6c133
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue