[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
43/54: gnu: ocaml-base-bigstring: Update to 0.15.0.
From: |
guix-commits |
Subject: |
43/54: gnu: ocaml-base-bigstring: Update to 0.15.0. |
Date: |
Sun, 1 May 2022 07:16:08 -0400 (EDT) |
roptat pushed a commit to branch master
in repository guix.
commit 0cea8f99aa0d406b6ddbcc9d69cae4ed68f698ee
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Sun May 1 10:51:55 2022 +0200
gnu: ocaml-base-bigstring: Update to 0.15.0.
* gnu/packages/ocaml.scm (ocaml-base-bigstring): Update to 0.15.0.
---
gnu/packages/ocaml.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 6d0500189c..186e554b23 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -6769,7 +6769,7 @@ driver including all standard Jane Street ppx rewriters.")
(define-public ocaml-base-bigstring
(package
(name "ocaml-base-bigstring")
- (version "0.14.0")
+ (version "0.15.0")
(source
(origin
(method git-fetch)
@@ -6778,9 +6778,9 @@ driver including all standard Jane Street ppx rewriters.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1ald2m7qywhxbygv58dzpgaj54p38zn0aiqd1z7i95kf3bsnsjqa"))))
+ (base32 "1hv3hw2fwqmkrxms1g6rw3c18mmla1z5bva3anx45mnff903iv4q"))))
(build-system dune-build-system)
- (propagated-inputs (list ocaml-base ocaml-ppx-jane))
+ (propagated-inputs (list ocaml-base ocaml-int-repr ocaml-ppx-jane))
(properties `((upstream-name . "base_bigstring")))
(home-page "https://github.com/janestreet/base_bigstring")
(synopsis "String type based on [Bigarray], for use in I/O and C-bindings")
- 30/54: gnu: Add ocaml-ppx-ignore-instrumentation., (continued)
- 30/54: gnu: Add ocaml-ppx-ignore-instrumentation., guix-commits, 2022/05/01
- 32/54: gnu: Add ocaml-ppx-disable-unused-warnings., guix-commits, 2022/05/01
- 44/54: gnu: ocaml-jane-street-headers: Update to 0.15.0., guix-commits, 2022/05/01
- 48/54: gnu: ocaml-jst-config: Update to 0.15.1., guix-commits, 2022/05/01
- 50/54: gnu: ocaml-ppx-hash: Update to 0.15.0., guix-commits, 2022/05/01
- 52/54: gnu: ocaml-ppx-fields-conv: Update to 0.15.0., guix-commits, 2022/05/01
- 34/54: gnu: ocaml-ppx-bin-prot: Update to 0.15.0., guix-commits, 2022/05/01
- 36/54: gnu: ocaml-ppx-optcomp: Update to 0.15.0., guix-commits, 2022/05/01
- 38/54: gnu: ocaml-easy-format: Update to 1.3.3., guix-commits, 2022/05/01
- 41/54: gnu: ocaml-ppxlib: Update to 0.25.0., guix-commits, 2022/05/01
- 43/54: gnu: ocaml-base-bigstring: Update to 0.15.0.,
guix-commits <=
- 46/54: gnu: ocaml-ppx-base: Update to 0.15.0., guix-commits, 2022/05/01
- 37/54: gnu: ocaml-variantslib: Update to 0.15.0., guix-commits, 2022/05/01
- 49/54: gnu: ocaml-ppx-sexp-value: Update to 0.15.0., guix-commits, 2022/05/01
- 51/54: gnu: ocaml-parsexp: Update to 0.15.0., guix-commits, 2022/05/01
- 45/54: gnu: ocaml-ppx-compare: Update to 0.15.0., guix-commits, 2022/05/01
- 39/54: gnu: ocaml-hex: Update to 1.5.0., guix-commits, 2022/05/01