gnu: ocaml-ppx-bin-prot: Update to 0.16.0.
* gnu/packages/ocaml.scm (ocaml-ppx-bin-prot): Update to 0.16.0. Change-Id: Ib907aca6c1d76ecf0d8ddc8ce30728546b4adb9cmaster
parent
48145430c3
commit
4584ec6415
|
@ -7142,7 +7142,7 @@ verification tool.")
|
||||||
(define-public ocaml-ppx-bin-prot
|
(define-public ocaml-ppx-bin-prot
|
||||||
(package
|
(package
|
||||||
(name "ocaml-ppx-bin-prot")
|
(name "ocaml-ppx-bin-prot")
|
||||||
(version "0.15.0")
|
(version "0.16.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -7151,7 +7151,7 @@ verification tool.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1280wsls061fmvmdysjqn3lv4mnkyg400jnjf4jyfr14s33h1ad5"))))
|
(base32 "091l1gvgbibrqzy9a31vz03wzfs7z5zmk5ldl5yvg742x7idmmwj"))))
|
||||||
(build-system dune-build-system)
|
(build-system dune-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
;; Cyclic dependency with ocaml-ppx-jane
|
;; Cyclic dependency with ocaml-ppx-jane
|
||||||
|
|
Reference in New Issue