gnu: ocaml-bigstringaf: Update to 0.9.0.

* gnu/packages/ocaml.scm (ocaml-bigstringaf): Update to 0.9.0.
This commit is contained in:
Julien Lepiller 2022-04-30 19:20:05 +02:00
parent 1383cf4b3a
commit 6514485998
No known key found for this signature in database
GPG key ID: 53D457B2D636EE82

View file

@ -7891,7 +7891,7 @@ a uniform style.")
(define-public ocaml-bigstringaf (define-public ocaml-bigstringaf
(package (package
(name "ocaml-bigstringaf") (name "ocaml-bigstringaf")
(version "0.8.0") (version "0.9.0")
(home-page "https://github.com/inhabitedtype/bigstringaf") (home-page "https://github.com/inhabitedtype/bigstringaf")
(source (source
(origin (origin
@ -7902,7 +7902,7 @@ a uniform style.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0z69g3bpgw4p7z9h5j70w75rnxfrd8c7nlhqq6xvvkkgbxafm1ll")))) "188j9awxg99vrp2l3rqfmdxdazq5xrjmg1wf62vfqsks9sff6wqx"))))
(build-system dune-build-system) (build-system dune-build-system)
(arguments (arguments
'(#:test-target ".")) '(#:test-target "."))