roptat pushed a commit to branch master
in repository guix.

commit bf64ef1a83ce13bb157e58ec25947454f23152ec
Author: Julien Lepiller <[email protected]>
AuthorDate: Fri Oct 8 03:54:06 2021 +0200

    gnu: ocaml-bisect-ppx: Add upstream-name.
    
    * gnu/packages/ocaml.scm (ocaml-bisect-ppx)[properties]: Add
    upstream-name.
---
 gnu/packages/ocaml.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 783eea0..c684659 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -6546,6 +6546,7 @@ combinators.")
     (arguments
      ;; Tests require ocamlformat which would lead to circular dependencies
      '(#:tests? #f))
+    (properties '((upstream-name . "bisect_ppx")))
     (home-page "https://github.com/aantron/bisect_ppx";)
     (synopsis "Code coverage for OCaml")
     (description "Bisect_ppx helps you test thoroughly.  It is a small

Reply via email to