roptat pushed a commit to branch master
in repository guix.

commit f0dbbe88ceaf05a6b7ca12902fbe8d5cd23feae3
Author: Julien Lepiller <[email protected]>
AuthorDate: Tue Mar 1 22:37:26 2022 +0100

    gnu: ocaml-bisect-ppx: Update to 2.8.0.
    
    * gnu/packages/ocaml.scm (ocaml-bisect-ppx): Update to 2.8.0.
---
 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 b34013cc31..bc5d6d4956 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -6708,7 +6708,7 @@ combinators.")
 (define-public ocaml-bisect-ppx
   (package
     (name "ocaml-bisect-ppx")
-    (version "2.7.1")
+    (version "2.8.0")
     (source
      (origin
        (method git-fetch)
@@ -6718,7 +6718,7 @@ combinators.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "02sn1a9anyksd2lpd9xryrxsx76xg99c7mx1mq6b5q09r9b060d4"))))
+         "0k9wbxf89d35444rg19l7vzpzs1zxq5pncawfcncdsskp1yms6b9"))))
     (build-system dune-build-system)
     (propagated-inputs
      (list ocaml-ppxlib ocaml-cmdliner))

Reply via email to