guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: Update ocaml-mdx to 1.9.0.


From: guix-commits
Subject: branch master updated: gnu: Update ocaml-mdx to 1.9.0.
Date: Sat, 19 Jun 2021 06:33:09 -0400

This is an automated email from the git hooks/post-receive script.

roptat pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new e93f6b6  gnu: Update ocaml-mdx to 1.9.0.
e93f6b6 is described below

commit e93f6b693b5b328a2fa6d03da26ff5ad7a7926a0
Author: pukkamustard <pukkamustard@posteo.net>
AuthorDate: Sat Jun 19 10:53:02 2021 +0200

    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>
---
 gnu/packages/ocaml.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index a8432eb..a472679 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]