guix-commits
[Top][All Lists]
Advanced

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

07/14: gnu: ocaml-odoc-parser: Update to 2.0.0.


From: guix-commits
Subject: 07/14: gnu: ocaml-odoc-parser: Update to 2.0.0.
Date: Sat, 13 Aug 2022 15:22:25 -0400 (EDT)

roptat pushed a commit to branch master
in repository guix.

commit d75210a871b13b3fc5a3c2a5e065baff9b84638d
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Sat Aug 13 19:45:00 2022 +0200

    gnu: ocaml-odoc-parser: Update to 2.0.0.
    
    * gnu/packages/ocaml.scm (ocaml-odoc-parser): Update to 2.0.0.
    (ocamlformat): Update to 0.24.1.
---
 gnu/packages/ocaml.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 75a8c25bfa..a4c76ea5e1 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -7698,7 +7698,7 @@ complexity of the OCaml module system.")
 (define-public ocaml-odoc-parser
   (package
     (name "ocaml-odoc-parser")
-    (version "1.0.0")
+    (version "2.0.0")
     (source
       (origin
         (method git-fetch)
@@ -7708,10 +7708,10 @@ complexity of the OCaml module system.")
         (file-name (git-file-name name version))
         (sha256
           (base32
-           "0mvwbnla0wd29bc7ckwpb494qv7p616cx8hnm0zg36np7v3zwy4w"))))
+           "1x48kf051xs98rd6cri591bk1ccp9hyp93n1rlf6qnxic55jw683"))))
     (build-system dune-build-system)
     (propagated-inputs
-      (list ocaml-astring ocaml-result))
+      (list ocaml-astring ocaml-camlp-streams ocaml-result))
     (native-inputs
       (list ocaml-ppx-expect))
     (home-page "https://github.com/ocaml-doc/odoc-parser";)
@@ -8227,7 +8227,7 @@ defined in OCaml 4.12.0.")
 (define-public ocamlformat
   (package
     (name "ocamlformat")
-    (version "0.22.4")
+    (version "0.24.1")
     (source
       (origin
         (method git-fetch)
@@ -8237,7 +8237,7 @@ defined in OCaml 4.12.0.")
         (file-name (git-file-name name version))
         (sha256
           (base32
-            "171lq3vx4y8xj4by5zy93isx8nhg6ysxg1hxmkqkq16fdaiz8mnc"))))
+            "0y1j5mwwrliy6a78cmpi6j8gw425shghqg9ylyl3qw5fx4b088pp"))))
     (build-system dune-build-system)
     (arguments
      '(#:package "ocamlformat"



reply via email to

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