gnu: ocaml-piqi: Update to 0.7.7.
* gnu/packages/ocaml.scm (ocaml-piqi): Update to 0.7.7.master
parent
c7174a75bf
commit
c8b309ec89
|
@ -2910,7 +2910,7 @@ and 4 (random based) according to RFC 4122.")
|
||||||
(define-public ocaml-piqi
|
(define-public ocaml-piqi
|
||||||
(package
|
(package
|
||||||
(name "ocaml-piqi")
|
(name "ocaml-piqi")
|
||||||
(version "0.7.6")
|
(version "0.7.7")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/alavrik/piqi-ocaml/"
|
(uri (string-append "https://github.com/alavrik/piqi-ocaml/"
|
||||||
|
@ -2918,7 +2918,7 @@ and 4 (random based) according to RFC 4122.")
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0da0v2v28aj65b0cwpvvmcqyrfvz94pp3j5zgfdr1jrl5s37c21g"))))
|
"1l0b4saxmwqgw9mb10mwrz31lvpj3l0abh3cwarqp0x4vdrzshbh"))))
|
||||||
(build-system ocaml-build-system)
|
(build-system ocaml-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:make-flags
|
`(#:make-flags
|
||||||
|
@ -2930,11 +2930,11 @@ and 4 (random based) according to RFC 4122.")
|
||||||
(delete 'configure))))
|
(delete 'configure))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("which" ,which)
|
`(("which" ,which)
|
||||||
("camlp4" ,camlp4)
|
|
||||||
("protobuf" ,protobuf))) ; for tests
|
("protobuf" ,protobuf))) ; for tests
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("num" ,ocaml-num)
|
`(("ocaml-num" ,ocaml-num)
|
||||||
("piqilib" ,ocaml-piqilib)))
|
("ocaml-piqilib" ,ocaml-piqilib)
|
||||||
|
("ocaml-stdlib-shims" ,ocaml-stdlib-shims)))
|
||||||
(home-page "https://github.com/alavrik/piqi-ocaml")
|
(home-page "https://github.com/alavrik/piqi-ocaml")
|
||||||
(synopsis "Protocol serialization system for OCaml")
|
(synopsis "Protocol serialization system for OCaml")
|
||||||
(description "Piqi is a multi-format data serialization system for OCaml.
|
(description "Piqi is a multi-format data serialization system for OCaml.
|
||||||
|
|
Reference in New Issue