guix-commits
[Top][All Lists]
Advanced

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

02/05: gnu: ocaml-ppx-tools: Update to 6.5.


From: guix-commits
Subject: 02/05: gnu: ocaml-ppx-tools: Update to 6.5.
Date: Sun, 13 Mar 2022 17:42:46 -0400 (EDT)

roptat pushed a commit to branch master
in repository guix.

commit 67a2f6d6d9d301c1a34cd0756bcd6da2ff4ffcb1
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Sun Mar 13 18:13:51 2022 +0100

    gnu: ocaml-ppx-tools: Update to 6.5.
    
    * gnu/packages/ocaml.scm (ocaml-ppx-tools): Update to 6.5.
---
 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 d23a8a4d96..fff85a6de2 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -2370,7 +2370,7 @@ simple (yet expressive) query language to select the 
tests to run.")
 (define-public ocaml-ppx-tools
   (package
     (name "ocaml-ppx-tools")
-    (version "6.4")
+    (version "6.5")
     (source
      (origin
        (method git-fetch)
@@ -2380,7 +2380,7 @@ simple (yet expressive) query language to select the 
tests to run.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "15v7yfv6gyp8lzlgwi9garz10wpg34dk4072jdv19n6v20zfg7n1"))))
+         "0fwibah2hgllrnbdrmfqil5gr5raf6pb5h2zx6zs1h3d4ykvy8k8"))))
     (build-system dune-build-system)
     (arguments
      ;; No tests



reply via email to

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