mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ocaml-piqilib: Update to 0.6.15.
* gnu/packages/ocaml.scm (ocaml-piqilib): Update to 0.6.15. [source]: Remove patch. [native-inputs]: Remove camlp4. [propagated-inputs]: Replace ulex with sedlex. * gnu/packages/patches/ocaml-piqilib-Update-base64.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Remove it.
This commit is contained in:
parent
98a468ffd2
commit
05fe0a587a
3 changed files with 7 additions and 57 deletions
|
@ -2821,7 +2821,7 @@ Format module of the OCaml standard library.")
|
|||
(define-public ocaml-piqilib
|
||||
(package
|
||||
(name "ocaml-piqilib")
|
||||
(version "0.6.14")
|
||||
(version "0.6.15")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -2830,9 +2830,7 @@ Format module of the OCaml standard library.")
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0lyqllmfsxmwlg7qidy92kvxi9n39lvachmydcyi81f8p07ykd2d"))
|
||||
(patches
|
||||
(search-patches "ocaml-piqilib-Update-base64.patch"))))
|
||||
(base32 "0v04hs85xv6d4ysqxyv1dik34dx49yab9shpi4x7iv19qlzl7csb"))))
|
||||
(build-system ocaml-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
|
@ -2868,13 +2866,12 @@ Format module of the OCaml standard library.")
|
|||
(string-append stubs "/dllpiqilib_stubs.so"))
|
||||
#t))))))
|
||||
(native-inputs
|
||||
`(("which" ,which)
|
||||
("camlp4" ,camlp4)))
|
||||
`(("which" ,which)))
|
||||
(propagated-inputs
|
||||
`(("xmlm" ,ocaml-xmlm)
|
||||
("ulex" ,ocaml-ulex)
|
||||
("easy-format" ,ocaml-easy-format)
|
||||
("base64" ,ocaml-base64)))
|
||||
`(("ocaml-xmlm" ,ocaml-xmlm)
|
||||
("ocaml-sedlex" ,ocaml-sedlex)
|
||||
("ocaml-easy-format" ,ocaml-easy-format)
|
||||
("ocaml-base64" ,ocaml-base64)))
|
||||
(home-page "http://piqi.org")
|
||||
(synopsis "Data serialization and conversion library")
|
||||
(description "Piqilib is the common library used by the piqi command-line
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue