diff options
author | Julien Lepiller <julien@lepiller.eu> | 2022-02-04 13:05:02 +0100 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2022-02-04 17:49:56 +0100 |
commit | 8dfc0efd9245b881f7d19bcc54fc40f15b845ac2 (patch) | |
tree | 2a0cddddfb2f1d60819b1ee30f6eed06e25e3d33 | |
parent | 1a97471939e28884dee4d239bea65aa8a68f58e2 (diff) | |
download | guix-8dfc0efd9245b881f7d19bcc54fc40f15b845ac2.tar.gz |
gnu: ocaml-mdx: Update to 2.1.0.
* gnu/packages/ocaml.scm (ocaml-mdx): Update to 2.1.0.
-rw-r--r-- | gnu/packages/ocaml.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index 151499c3ef..16eab94542 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -7008,7 +7008,7 @@ variants.") (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 @@ variants.") (file-name (git-file-name name version)) (sha256 (base32 - "1w2vx4my9z6n57vjvsa3b9vwkbdzs1kq0cc58rf088qrh2lrx2ba")))) + "1w1givvhwv9jzj9zbg4mmlpb35sqi75w83r99p2z50bdr69fdf57")))) (build-system dune-build-system) (inputs (list ocaml-fmt |