gnu: ocaml-base-bigstring: Update to 0.15.0.

* gnu/packages/ocaml.scm (ocaml-base-bigstring): Update to 0.15.0.
This commit is contained in:
Julien Lepiller 2022-05-01 10:51:55 +02:00
parent 4fe2489816
commit 0cea8f99aa
No known key found for this signature in database
GPG key ID: 53D457B2D636EE82

View file

@ -6769,7 +6769,7 @@ (define-public ocaml4.07-ppx-jane
(define-public ocaml-base-bigstring
(package
(name "ocaml-base-bigstring")
(version "0.14.0")
(version "0.15.0")
(source
(origin
(method git-fetch)
@ -6778,9 +6778,9 @@ (define-public ocaml-base-bigstring
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1ald2m7qywhxbygv58dzpgaj54p38zn0aiqd1z7i95kf3bsnsjqa"))))
(base32 "1hv3hw2fwqmkrxms1g6rw3c18mmla1z5bva3anx45mnff903iv4q"))))
(build-system dune-build-system)
(propagated-inputs (list ocaml-base ocaml-ppx-jane))
(propagated-inputs (list ocaml-base ocaml-int-repr ocaml-ppx-jane))
(properties `((upstream-name . "base_bigstring")))
(home-page "https://github.com/janestreet/base_bigstring")
(synopsis "String type based on [Bigarray], for use in I/O and C-bindings")