guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: ocaml-ppx-tools: Update to 6.6.


From: guix-commits
Subject: 01/02: gnu: ocaml-ppx-tools: Update to 6.6.
Date: Mon, 10 Oct 2022 14:57:55 -0400 (EDT)

roptat pushed a commit to branch master
in repository guix.

commit 3402f53e99b9d6e165314e57cbbc9e08b391d495
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Mon Oct 10 19:33:11 2022 +0200

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



reply via email to

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