guix-commits
[Top][All Lists]
Advanced

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

11/16: gnu: ocaml-mdx: Update to 2.1.0.


From: guix-commits
Subject: 11/16: gnu: ocaml-mdx: Update to 2.1.0.
Date: Fri, 4 Feb 2022 11:51:07 -0500 (EST)

roptat pushed a commit to branch master
in repository guix.

commit 8dfc0efd9245b881f7d19bcc54fc40f15b845ac2
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Fri Feb 4 13:05:02 2022 +0100

    gnu: ocaml-mdx: Update to 2.1.0.
    
    * gnu/packages/ocaml.scm (ocaml-mdx): Update to 2.1.0.
---
 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 151499c3ef..16eab94542 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -7008,7 +7008,7 @@ variants.")
 (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 @@ variants.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1w2vx4my9z6n57vjvsa3b9vwkbdzs1kq0cc58rf088qrh2lrx2ba"))))
+                "1w1givvhwv9jzj9zbg4mmlpb35sqi75w83r99p2z50bdr69fdf57"))))
     (build-system dune-build-system)
     (inputs
      (list ocaml-fmt



reply via email to

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