[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/08: gnu: ocaml-mmap: Update to 1.2.0.
From: |
guix-commits |
Subject: |
08/08: gnu: ocaml-mmap: Update to 1.2.0. |
Date: |
Tue, 1 Mar 2022 18:12:28 -0500 (EST) |
roptat pushed a commit to branch master
in repository guix.
commit 96242758e0471becef5c6b54e085aa54cc3284fe
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Wed Mar 2 00:10:17 2022 +0100
gnu: ocaml-mmap: Update to 1.2.0.
* gnu/packages/ocaml.scm (ocaml-mmap): Update to 1.2.0.
---
gnu/packages/ocaml.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index dd5556b9f9..3b3687de4f 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -2445,7 +2445,7 @@ through Transport Layer Security (@dfn{TLS}) encrypted
connections.")
(define-public ocaml-mmap
(package
(name "ocaml-mmap")
- (version "1.1.0")
+ (version "1.2.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -2454,8 +2454,9 @@ through Transport Layer Security (@dfn{TLS}) encrypted
connections.")
(file-name (git-file-name name version))
(sha256
(base32
- "1jaismy5d1bhbbanysmr2k79px0yv6ya265dri3949nha1l23i60"))))
+ "1a7w7l682cbksn2zlmz24gb519x7wb65ivr5vndm9x5pi9fw5pfb"))))
(build-system dune-build-system)
+ (propagated-inputs (list ocaml-bigarray-compat))
(home-page "https://github.com/mirage/mmap")
(synopsis "File mapping for OCaml")
(description "This project provides a @command{Mmap.map_file} function
- branch master updated (6693ff0569 -> 96242758e0), guix-commits, 2022/03/01
- 05/08: gnu: ocaml-menhir: Update to 20220210., guix-commits, 2022/03/01
- 04/08: gnu: ocaml-mtime: Update to 1.4.0., guix-commits, 2022/03/01
- 07/08: gnu: ocaml-lambda-term: Update to 3.2.0., guix-commits, 2022/03/01
- 06/08: gnu: ocamlbuild: Update to 0.14.1., guix-commits, 2022/03/01
- 08/08: gnu: ocaml-mmap: Update to 1.2.0.,
guix-commits <=
- 01/08: gnu: ocaml-bisect-ppx: Update to 2.8.0., guix-commits, 2022/03/01
- 02/08: gnu: ocaml-bindlib: Update to 6.0.0., guix-commits, 2022/03/01
- 03/08: gnu: ocaml-ounit2: Update to 2.2.6., guix-commits, 2022/03/01