mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 20:27:36 -05:00
gnu: ocaml-mdx: Update to 2.1.0.
* gnu/packages/ocaml.scm (ocaml-mdx): Update to 2.1.0.
This commit is contained in:
parent
1a97471939
commit
8dfc0efd92
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue