mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: ocaml-piqi: Update to 0.7.7.
* gnu/packages/ocaml.scm (ocaml-piqi): Update to 0.7.7.
This commit is contained in:
parent
c7174a75bf
commit
c8b309ec89
1 changed files with 5 additions and 5 deletions
|
@ -2910,7 +2910,7 @@ (define-public ocaml-graph
|
|||
(define-public ocaml-piqi
|
||||
(package
|
||||
(name "ocaml-piqi")
|
||||
(version "0.7.6")
|
||||
(version "0.7.7")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://github.com/alavrik/piqi-ocaml/"
|
||||
|
@ -2918,7 +2918,7 @@ (define-public ocaml-piqi
|
|||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0da0v2v28aj65b0cwpvvmcqyrfvz94pp3j5zgfdr1jrl5s37c21g"))))
|
||||
"1l0b4saxmwqgw9mb10mwrz31lvpj3l0abh3cwarqp0x4vdrzshbh"))))
|
||||
(build-system ocaml-build-system)
|
||||
(arguments
|
||||
`(#:make-flags
|
||||
|
@ -2930,11 +2930,11 @@ (define-public ocaml-piqi
|
|||
(delete 'configure))))
|
||||
(native-inputs
|
||||
`(("which" ,which)
|
||||
("camlp4" ,camlp4)
|
||||
("protobuf" ,protobuf))) ; for tests
|
||||
(propagated-inputs
|
||||
`(("num" ,ocaml-num)
|
||||
("piqilib" ,ocaml-piqilib)))
|
||||
`(("ocaml-num" ,ocaml-num)
|
||||
("ocaml-piqilib" ,ocaml-piqilib)
|
||||
("ocaml-stdlib-shims" ,ocaml-stdlib-shims)))
|
||||
(home-page "https://github.com/alavrik/piqi-ocaml")
|
||||
(synopsis "Protocol serialization system for OCaml")
|
||||
(description "Piqi is a multi-format data serialization system for OCaml.
|
||||
|
|
Loading…
Reference in a new issue