mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-05 10:20:14 +01:00
gnu: ocaml-ppx-bin-prot: Update to 0.15.0.
* gnu/packages/ocaml.scm (ocaml-ppx-bin-prot): Update to 0.15.0.
This commit is contained in:
parent
143b9d3a3d
commit
ae7c2c4b16
1 changed files with 2 additions and 2 deletions
|
@ -6537,7 +6537,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.14.0")
|
(version "0.15.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -6546,7 +6546,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 "1qryjxhyz3kn5jz5wm62j59lhjhd1mp7nbsj0np9qnbpapnnr1zg"))))
|
(base32 "1280wsls061fmvmdysjqn3lv4mnkyg400jnjf4jyfr14s33h1ad5"))))
|
||||||
(build-system dune-build-system)
|
(build-system dune-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
;; Cyclic dependency with ocaml-ppx-jane
|
;; Cyclic dependency with ocaml-ppx-jane
|
||||||
|
|
Loading…
Add table
Reference in a new issue