summaryrefslogtreecommitdiff
path: root/gnu/packages/ocaml.scm
diff options
context:
space:
mode:
authorpukkamustard <pukkamustard@posteo.net>2021-06-19 10:53:02 +0200
committerJulien Lepiller <julien@lepiller.eu>2021-06-19 12:31:47 +0200
commite93f6b693b5b328a2fa6d03da26ff5ad7a7926a0 (patch)
tree7742971ac9212f345eb3f3932012ef4884d59afd /gnu/packages/ocaml.scm
parent2e30e84b64b4cc8ca7f40fbe65d01b2477b75311 (diff)
downloadguix-patches-e93f6b693b5b328a2fa6d03da26ff5ad7a7926a0.tar
guix-patches-e93f6b693b5b328a2fa6d03da26ff5ad7a7926a0.tar.gz
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>
Diffstat (limited to 'gnu/packages/ocaml.scm')
-rw-r--r--gnu/packages/ocaml.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index a8432ebbfe..a47267916c 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -6745,7 +6745,7 @@ variants.")
(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 @@ variants.")
(file-name (git-file-name name version))
(sha256
(base32
- "10avyv99xkfqdq3gmq8gps770jpibbfslg97sbhgmp0dpwikz49d"))))
+ "0fhwaci8j73fx9xqapa9iv9xwjx73r6p8wh9xg6brnfbqkc38d5b"))))
(build-system dune-build-system)
(inputs
`(("ocaml-fmt" ,ocaml-fmt)