mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: ocaml-bisect-ppx: Update to 2.7.1.
* gnu/packages/ocaml.scm (ocaml-bisect-ppx): Update to 2.7.1.
This commit is contained in:
parent
66c5d6e8d5
commit
643c2fb44b
1 changed files with 2 additions and 2 deletions
|
@ -6703,7 +6703,7 @@ (define-public ocaml4.07-tyxml
|
||||||
(define-public ocaml-bisect-ppx
|
(define-public ocaml-bisect-ppx
|
||||||
(package
|
(package
|
||||||
(name "ocaml-bisect-ppx")
|
(name "ocaml-bisect-ppx")
|
||||||
(version "2.6.1")
|
(version "2.7.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -6713,7 +6713,7 @@ (define-public ocaml-bisect-ppx
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1knglw1b2kjr9jnd8cpfzmm581abxxdcx9l3cd2balg6gnac7qk1"))))
|
"02sn1a9anyksd2lpd9xryrxsx76xg99c7mx1mq6b5q09r9b060d4"))))
|
||||||
(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…
Reference in a new issue