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