diff options
author | Julien Lepiller <julien@lepiller.eu> | 2022-04-30 21:09:09 +0200 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2022-05-01 13:14:54 +0200 |
commit | 217180c1f39fbc5fa6289aac35c334f404f268b4 (patch) | |
tree | 2c6212b365cdbc49b69237f40dfbc7c39bc54467 /gnu | |
parent | fe940507b1a5a0e72da6b97a05463cebc35e17bb (diff) | |
download | guix-217180c1f39fbc5fa6289aac35c334f404f268b4.tar.gz |
gnu: ocaml-bisect-ppx: Update to 2.8.1.
* gnu/packages/ocaml.scm (ocaml-bisect-ppx): Update to 2.8.1.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/ocaml.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index 6eb26927fe..0273474cad 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -7194,7 +7194,7 @@ combinators.") (define-public ocaml-bisect-ppx (package (name "ocaml-bisect-ppx") - (version "2.8.0") + (version "2.8.1") (source (origin (method git-fetch) @@ -7204,7 +7204,7 @@ combinators.") (file-name (git-file-name name version)) (sha256 (base32 - "0k9wbxf89d35444rg19l7vzpzs1zxq5pncawfcncdsskp1yms6b9")))) + "0562rwwnhqlf5alxl1wd1n0xs0k4aamxafrh8bbmh5yl3i5rxrx4")))) (build-system dune-build-system) (propagated-inputs (list ocaml-ppxlib ocaml-cmdliner)) |