mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ocaml-bisect-ppx: Update to 2.8.0.
* gnu/packages/ocaml.scm (ocaml-bisect-ppx): Update to 2.8.0.
This commit is contained in:
parent
6693ff0569
commit
f0dbbe88ce
1 changed files with 2 additions and 2 deletions
|
@ -6708,7 +6708,7 @@ combinators.")
|
||||||
(define-public ocaml-bisect-ppx
|
(define-public ocaml-bisect-ppx
|
||||||
(package
|
(package
|
||||||
(name "ocaml-bisect-ppx")
|
(name "ocaml-bisect-ppx")
|
||||||
(version "2.7.1")
|
(version "2.8.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -6718,7 +6718,7 @@ combinators.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"02sn1a9anyksd2lpd9xryrxsx76xg99c7mx1mq6b5q09r9b060d4"))))
|
"0k9wbxf89d35444rg19l7vzpzs1zxq5pncawfcncdsskp1yms6b9"))))
|
||||||
(build-system dune-build-system)
|
(build-system dune-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list ocaml-ppxlib ocaml-cmdliner))
|
(list ocaml-ppxlib ocaml-cmdliner))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue