gnu: Update ocaml-mdx to 1.9.0.

* gnu/packages/ocaml.scm (ocaml-mdx): Update to 1.9.0.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
This commit is contained in:
pukkamustard 2021-06-19 10:53:02 +02:00 committed by Julien Lepiller
parent 2e30e84b64
commit e93f6b693b
No known key found for this signature in database
GPG key ID: 53D457B2D636EE82

View file

@ -6745,7 +6745,7 @@ (define-public ocaml-version
(define-public ocaml-mdx
(package
(name "ocaml-mdx")
(version "1.7.0")
(version "1.9.0")
(source (origin
(method git-fetch)
(uri (git-reference
@ -6754,7 +6754,7 @@ (define-public ocaml-mdx
(file-name (git-file-name name version))
(sha256
(base32
"10avyv99xkfqdq3gmq8gps770jpibbfslg97sbhgmp0dpwikz49d"))))
"0fhwaci8j73fx9xqapa9iv9xwjx73r6p8wh9xg6brnfbqkc38d5b"))))
(build-system dune-build-system)
(inputs
`(("ocaml-fmt" ,ocaml-fmt)