summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Lepiller <julien@lepiller.eu>2022-03-01 22:37:26 +0100
committerJulien Lepiller <julien@lepiller.eu>2022-03-02 00:11:36 +0100
commitf0dbbe88ceaf05a6b7ca12902fbe8d5cd23feae3 (patch)
tree1c3c71fae280da8635346f9749e60f9891c768ed
parent6693ff05696d71a9ca556760a1597b48a95c5298 (diff)
downloadguix-patches-f0dbbe88ceaf05a6b7ca12902fbe8d5cd23feae3.tar
guix-patches-f0dbbe88ceaf05a6b7ca12902fbe8d5cd23feae3.tar.gz
gnu: ocaml-bisect-ppx: Update to 2.8.0.
* gnu/packages/ocaml.scm (ocaml-bisect-ppx): Update to 2.8.0.
-rw-r--r--gnu/packages/ocaml.scm4
1 files 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))