From 65144859988724a25b95f82c866474b5bdef8ed8 Mon Sep 17 00:00:00 2001 From: Julien Lepiller Date: Sat, 30 Apr 2022 19:20:05 +0200 Subject: gnu: ocaml-bigstringaf: Update to 0.9.0. * gnu/packages/ocaml.scm (ocaml-bigstringaf): Update to 0.9.0. --- gnu/packages/ocaml.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages') diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index 5be54f9c0d..74baeffe88 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -7891,7 +7891,7 @@ a uniform style.") (define-public ocaml-bigstringaf (package (name "ocaml-bigstringaf") - (version "0.8.0") + (version "0.9.0") (home-page "https://github.com/inhabitedtype/bigstringaf") (source (origin @@ -7902,7 +7902,7 @@ a uniform style.") (file-name (git-file-name name version)) (sha256 (base32 - "0z69g3bpgw4p7z9h5j70w75rnxfrd8c7nlhqq6xvvkkgbxafm1ll")))) + "188j9awxg99vrp2l3rqfmdxdazq5xrjmg1wf62vfqsks9sff6wqx")))) (build-system dune-build-system) (arguments '(#:test-target ".")) -- cgit v1.2.3