gnu: ocaml-markup: Update to 0.8.1.
* gnu/packages/ocaml.scm (ocaml-markup): Update to 0.8.1. (ocaml-bisect-ppx): Use propagated-inputs instead of inputs.
This commit is contained in:
parent
72b2e2ea7a
commit
b3419c4027
|
@ -5066,7 +5066,7 @@ the full Core is not available, such as in Javascript.")
|
||||||
(define-public ocaml-markup
|
(define-public ocaml-markup
|
||||||
(package
|
(package
|
||||||
(name "ocaml-markup")
|
(name "ocaml-markup")
|
||||||
(version "0.8.0")
|
(version "0.8.1")
|
||||||
(home-page "https://github.com/aantron/markup.ml")
|
(home-page "https://github.com/aantron/markup.ml")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
|
@ -5077,10 +5077,11 @@ the full Core is not available, such as in Javascript.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0aif4abvfmi9xc1pvw5n5rbm6rzkkpsxyvdn0lanr33rjpvkwdlm"))))
|
"0gzdjfnkv56vhmpvi9xpv1p05z50y55izhn156bkmb35s6izxds3"))))
|
||||||
(build-system dune-build-system)
|
(build-system dune-build-system)
|
||||||
(inputs
|
(propagated-inputs
|
||||||
`(("ocaml-uchar" ,ocaml-uchar)
|
`(("ocaml-bisect-ppx" ,ocaml-bisect-ppx)
|
||||||
|
("ocaml-uchar" ,ocaml-uchar)
|
||||||
("ocaml-uutf" ,ocaml-uutf)
|
("ocaml-uutf" ,ocaml-uutf)
|
||||||
("ocaml-lwt" ,ocaml-lwt)))
|
("ocaml-lwt" ,ocaml-lwt)))
|
||||||
(native-inputs `(("ocaml-ounit" ,ocaml-ounit)))
|
(native-inputs `(("ocaml-ounit" ,ocaml-ounit)))
|
||||||
|
@ -5155,7 +5156,7 @@ combinators.")
|
||||||
(base32
|
(base32
|
||||||
"1vp3qvrkz7q25nbmvd40vhsnz2k9aqh17bnd21i3q8q0xlr5hdag"))))
|
"1vp3qvrkz7q25nbmvd40vhsnz2k9aqh17bnd21i3q8q0xlr5hdag"))))
|
||||||
(build-system dune-build-system)
|
(build-system dune-build-system)
|
||||||
(inputs
|
(propagated-inputs
|
||||||
`(("ocaml-migrate-parsetree" ,ocaml-migrate-parsetree)
|
`(("ocaml-migrate-parsetree" ,ocaml-migrate-parsetree)
|
||||||
("ocaml-ppx-tools-versioned" ,ocaml-ppx-tools-versioned)
|
("ocaml-ppx-tools-versioned" ,ocaml-ppx-tools-versioned)
|
||||||
("ocaml-ounit" ,ocaml-ounit)))
|
("ocaml-ounit" ,ocaml-ounit)))
|
||||||
|
|
Loading…
Reference in New Issue