me
/
guix
Archived
1
0
Fork 0

gnu: ocaml-piqi: Update to 0.7.7.

* gnu/packages/ocaml.scm (ocaml-piqi): Update to 0.7.7.
master
Julien Lepiller 2019-11-27 21:49:22 +01:00
parent c7174a75bf
commit c8b309ec89
No known key found for this signature in database
GPG Key ID: 43111F4520086A0C
1 changed files with 5 additions and 5 deletions

View File

@ -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.