mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 12:17:10 -05:00
gnu: ocaml-mmap: Update to 1.2.0.
* gnu/packages/ocaml.scm (ocaml-mmap): Update to 1.2.0.
This commit is contained in:
parent
8e2e722555
commit
96242758e0
1 changed files with 3 additions and 2 deletions
|
@ -2445,7 +2445,7 @@ (define-public ocaml-ssl
|
||||||
(define-public ocaml-mmap
|
(define-public ocaml-mmap
|
||||||
(package
|
(package
|
||||||
(name "ocaml-mmap")
|
(name "ocaml-mmap")
|
||||||
(version "1.1.0")
|
(version "1.2.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -2454,8 +2454,9 @@ (define-public ocaml-mmap
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1jaismy5d1bhbbanysmr2k79px0yv6ya265dri3949nha1l23i60"))))
|
"1a7w7l682cbksn2zlmz24gb519x7wb65ivr5vndm9x5pi9fw5pfb"))))
|
||||||
(build-system dune-build-system)
|
(build-system dune-build-system)
|
||||||
|
(propagated-inputs (list ocaml-bigarray-compat))
|
||||||
(home-page "https://github.com/mirage/mmap")
|
(home-page "https://github.com/mirage/mmap")
|
||||||
(synopsis "File mapping for OCaml")
|
(synopsis "File mapping for OCaml")
|
||||||
(description "This project provides a @command{Mmap.map_file} function
|
(description "This project provides a @command{Mmap.map_file} function
|
||||||
|
|
Loading…
Reference in a new issue