roptat pushed a commit to branch master in repository guix. commit 643c2fb44b3c60017a4feaf6d3cfffb6efb1e789 Author: Julien Lepiller <jul...@lepiller.eu> AuthorDate: Thu Feb 3 14:25:53 2022 +0100
gnu: ocaml-bisect-ppx: Update to 2.7.1. * gnu/packages/ocaml.scm (ocaml-bisect-ppx): Update to 2.7.1. --- 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 da8b2bc978..5f25f4341a 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -6703,7 +6703,7 @@ combinators.") (define-public ocaml-bisect-ppx (package (name "ocaml-bisect-ppx") - (version "2.6.1") + (version "2.7.1") (source (origin (method git-fetch) @@ -6713,7 +6713,7 @@ combinators.") (file-name (git-file-name name version)) (sha256 (base32 - "1knglw1b2kjr9jnd8cpfzmm581abxxdcx9l3cd2balg6gnac7qk1")))) + "02sn1a9anyksd2lpd9xryrxsx76xg99c7mx1mq6b5q09r9b060d4")))) (build-system dune-build-system) (propagated-inputs (list ocaml-ppxlib ocaml-cmdliner))