roptat pushed a commit to branch master
in repository guix.
commit 14f9caf9debdbbd4ba7339a02d1fa1997054049d
Author: Xinglu Chen <[email protected]>
AuthorDate: Sun Sep 26 19:02:56 2021 +0200
gnu: ocaml-bigstringaf: Update to 0.8.0.
* gnu/packages/ocaml.scm (ocaml-bigstringaf): Update to 0.8.0.
Signed-off-by: Julien Lepiller <[email protected]>
---
gnu/packages/ocaml.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 1381250..64bb8e9 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 "."))