diff options
author | Xinglu Chen <public@yoctocell.xyz> | 2021-09-26 19:02:56 +0200 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2021-10-08 03:21:08 +0200 |
commit | 14f9caf9debdbbd4ba7339a02d1fa1997054049d (patch) | |
tree | 89157cf0259126c385de484ef4d42a6da3cdc401 /gnu/packages | |
parent | e78d9ea012af843b1012692ffb1918d319ae9e92 (diff) |
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>
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/ocaml.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index 1381250b75..64bb8e97d1 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -7199,7 +7199,7 @@ a uniform style.") (define-public ocaml-bigstringaf (package (name "ocaml-bigstringaf") - (version "0.7.0") + (version "0.8.0") (home-page "https://github.com/inhabitedtype/bigstringaf") (source (origin @@ -7210,7 +7210,7 @@ a uniform style.") (file-name (git-file-name name version)) (sha256 (base32 - "1q1sqxzdnlrpl95ccrhl7lwy3zswgd9rbn19ildclh0lyi2vazbj")))) + "0z69g3bpgw4p7z9h5j70w75rnxfrd8c7nlhqq6xvvkkgbxafm1ll")))) (build-system dune-build-system) (arguments '(#:test-target ".")) |