gnu: ocaml-bisect-ppx: Update to 2.8.1.
* gnu/packages/ocaml.scm (ocaml-bisect-ppx): Update to 2.8.1.
This commit is contained in:
parent
fe940507b1
commit
217180c1f3
1 changed files with 2 additions and 2 deletions
|
@ -7194,7 +7194,7 @@ (define-public ocaml4.07-tyxml
|
|||
(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 @@ (define-public ocaml-bisect-ppx
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0k9wbxf89d35444rg19l7vzpzs1zxq5pncawfcncdsskp1yms6b9"))))
|
||||
"0562rwwnhqlf5alxl1wd1n0xs0k4aamxafrh8bbmh5yl3i5rxrx4"))))
|
||||
(build-system dune-build-system)
|
||||
(propagated-inputs
|
||||
(list ocaml-ppxlib ocaml-cmdliner))
|
||||
|
|
Loading…
Reference in a new issue