gnu: ocaml-mdx: Update to 2.1.0.

* gnu/packages/ocaml.scm (ocaml-mdx): Update to 2.1.0.
This commit is contained in:
Julien Lepiller 2022-02-04 13:05:02 +01:00
parent 1a97471939
commit 8dfc0efd92
No known key found for this signature in database
GPG key ID: 53D457B2D636EE82

View file

@ -7008,7 +7008,7 @@ (define-public ocaml-version
(define-public ocaml-mdx
(package
(name "ocaml-mdx")
(version "1.11.0")
(version "2.1.0")
(source (origin
(method git-fetch)
(uri (git-reference
@ -7017,7 +7017,7 @@ (define-public ocaml-mdx
(file-name (git-file-name name version))
(sha256
(base32
"1w2vx4my9z6n57vjvsa3b9vwkbdzs1kq0cc58rf088qrh2lrx2ba"))))
"1w1givvhwv9jzj9zbg4mmlpb35sqi75w83r99p2z50bdr69fdf57"))))
(build-system dune-build-system)
(inputs
(list ocaml-fmt