mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 02:07:56 +01:00
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:
parent
2e30e84b64
commit
e93f6b693b
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue