diff options
author | Julien Lepiller <julien@lepiller.eu> | 2022-04-30 19:20:05 +0200 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2022-05-01 13:14:53 +0200 |
commit | 65144859988724a25b95f82c866474b5bdef8ed8 (patch) | |
tree | 4d55d5d322cc05aebf8e913f81345643203cd258 /gnu | |
parent | 1383cf4b3a9d4475a2d0b89cecc42f9275c6e12b (diff) | |
download | guix-65144859988724a25b95f82c866474b5bdef8ed8.tar.gz |
gnu: ocaml-bigstringaf: Update to 0.9.0.
* gnu/packages/ocaml.scm (ocaml-bigstringaf): Update to 0.9.0.
Diffstat (limited to 'gnu')
-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 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 ".")) |