mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-29 07:42:23 -05:00
gnu: rust-memmap2-0.5: Update to 0.5.5.
* gnu/packages/crates-io.scm (rust-memmap2-0.5): Update to 0.5.5. [arguments]: Do not skip build. Add rust-owning-ref-0.4 and rust-tempfile-3 to inputs.
This commit is contained in:
parent
c505de52d4
commit
810291e479
1 changed files with 6 additions and 5 deletions
|
@ -34399,20 +34399,21 @@ (define-public rust-memmap-0.2
|
||||||
(define-public rust-memmap2-0.5
|
(define-public rust-memmap2-0.5
|
||||||
(package
|
(package
|
||||||
(name "rust-memmap2")
|
(name "rust-memmap2")
|
||||||
(version "0.5.0")
|
(version "0.5.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "memmap2" version))
|
(uri (crate-uri "memmap2" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0vp9pxd20gyq8196v73chxdw6gfxz3g4lkdkvffd5slgawds2is6"))))
|
(base32 "1irzc4skrr8a2i0x9kdisq59w6rzyigkp8prx9za59d7jffb6y9s"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:skip-build? #t
|
`(#:cargo-inputs
|
||||||
#:cargo-inputs
|
|
||||||
(("rust-libc" ,rust-libc-0.2)
|
(("rust-libc" ,rust-libc-0.2)
|
||||||
("rust-stable-deref-trait" ,rust-stable-deref-trait-1))))
|
("rust-owning-ref" ,rust-owning-ref-0.4)
|
||||||
|
("rust-stable-deref-trait" ,rust-stable-deref-trait-1)
|
||||||
|
("rust-tempfile" ,rust-tempfile-3))))
|
||||||
(home-page "https://github.com/RazrFalcon/memmap2-rs")
|
(home-page "https://github.com/RazrFalcon/memmap2-rs")
|
||||||
(synopsis "Cross-platform Rust API for memory-mapped file IO")
|
(synopsis "Cross-platform Rust API for memory-mapped file IO")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue