guix-commits
[Top][All Lists]
Advanced

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

03/05: gnu: ocamlformat: Update to 0.20.0.


From: guix-commits
Subject: 03/05: gnu: ocamlformat: Update to 0.20.0.
Date: Fri, 10 Dec 2021 06:52:26 -0500 (EST)

roptat pushed a commit to branch master
in repository guix.

commit 6e06846c9d2b1f7ef726914ac8d11d3ed1300248
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Fri Dec 10 02:24:31 2021 +0100

    gnu: ocamlformat: Update to 0.20.0.
    
    * gnu/packages/ocaml.scm (ocamlformat): Update to 0.20.0.
---
 gnu/packages/ocaml.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 7406213..e293c33 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -7502,7 +7502,7 @@ defined in OCaml 4.12.0.")
 (define-public ocamlformat
   (package
     (name "ocamlformat")
-    (version "0.19.0")
+    (version "0.20.0")
     (source
       (origin
         (method git-fetch)
@@ -7512,7 +7512,7 @@ defined in OCaml 4.12.0.")
         (file-name (git-file-name name version))
         (sha256
           (base32
-            "0dp4pkznz9yvqx9gxwbid1z2b8ajkr8i27zay9ghx69624hz3i4z"))))
+            "0zhvhb8ky0danmfvp4vvbh0pg89d7r7ka6m3q81vlyvb7gk08r6r"))))
     (build-system dune-build-system)
     (arguments
      '(#:package "ocamlformat"
@@ -7524,6 +7524,7 @@ defined in OCaml 4.12.0.")
         ("ocaml-base" ,ocaml-base)
         ("ocaml-cmdliner" ,ocaml-cmdliner)
         ("ocaml-dune-build-info" ,ocaml-dune-build-info)
+        ("ocaml-either" ,ocaml-either)
         ("ocaml-fix" ,ocaml-fix)
         ("ocaml-fpath" ,ocaml-fpath)
         ("ocaml-menhir" ,ocaml-menhir)



reply via email to

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