guix-commits
[Top][All Lists]
Advanced

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

04/11: gnu: ocamlformat: Update to 0.22.4.


From: guix-commits
Subject: 04/11: gnu: ocamlformat: Update to 0.22.4.
Date: Sat, 18 Jun 2022 07:16:17 -0400 (EDT)

roptat pushed a commit to branch master
in repository guix.

commit fcb23bf406f168a8a205b27200ab8fc8ead1f6c9
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Sat Jun 18 10:28:05 2022 +0200

    gnu: ocamlformat: Update to 0.22.4.
    
    * gnu/packages/ocaml.scm (ocamlformat): Update to 0.22.4.
---
 gnu/packages/ocaml.scm | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 2a45364b53..70cb29f8e3 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -7996,7 +7996,7 @@ defined in OCaml 4.12.0.")
 (define-public ocamlformat
   (package
     (name "ocamlformat")
-    (version "0.21.0")
+    (version "0.22.4")
     (source
       (origin
         (method git-fetch)
@@ -8006,12 +8006,16 @@ defined in OCaml 4.12.0.")
         (file-name (git-file-name name version))
         (sha256
           (base32
-            "10vy102a0isd8cg94y61pm4qfgy74d6003dw0qn0bdmbd19r5071"))))
+            "171lq3vx4y8xj4by5zy93isx8nhg6ysxg1hxmkqkq16fdaiz8mnc"))))
     (build-system dune-build-system)
     (arguments
      '(#:package "ocamlformat"
        #:phases
        (modify-phases %standard-phases
+         ;; Tests related to other packages
+         (add-after 'unpack 'remove-unrelated-tests
+           (lambda _
+             (delete-file-recursively "test/rpc")))
          (add-after 'unpack 'fix-test-format
            (lambda _
              (substitute* "test/cli/repl_file_errors.t/run.t"



reply via email to

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