gnu: ocaml-bigstringaf: Update to 0.8.0.

* gnu/packages/ocaml.scm (ocaml-bigstringaf): Update to 0.8.0.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
This commit is contained in:
Xinglu Chen 2021-09-26 19:02:56 +02:00 committed by Julien Lepiller
parent e78d9ea012
commit 14f9caf9de
No known key found for this signature in database
GPG key ID: 53D457B2D636EE82

View file

@ -7199,7 +7199,7 @@ (define-public ocamlformat
(define-public ocaml-bigstringaf (define-public ocaml-bigstringaf
(package (package
(name "ocaml-bigstringaf") (name "ocaml-bigstringaf")
(version "0.7.0") (version "0.8.0")
(home-page "https://github.com/inhabitedtype/bigstringaf") (home-page "https://github.com/inhabitedtype/bigstringaf")
(source (source
(origin (origin
@ -7210,7 +7210,7 @@ (define-public ocaml-bigstringaf
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1q1sqxzdnlrpl95ccrhl7lwy3zswgd9rbn19ildclh0lyi2vazbj")))) "0z69g3bpgw4p7z9h5j70w75rnxfrd8c7nlhqq6xvvkkgbxafm1ll"))))
(build-system dune-build-system) (build-system dune-build-system)
(arguments (arguments
'(#:test-target ".")) '(#:test-target "."))