mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 23:48:07 -05:00
gnu: rust-slab: Update to 0.4.7.
* gnu/packages/crates-io.scm (rust-slab-0.4): Update to 0.4.7. [arguments]: New field. [native-inputs]: Add RUST-AUTOCFG-1.
This commit is contained in:
parent
1c4bf48e52
commit
4147751e3d
1 changed files with 9 additions and 2 deletions
|
@ -53877,7 +53877,7 @@ (define-public rust-skeptic-0.13
|
|||
(define-public rust-slab-0.4
|
||||
(package
|
||||
(name "rust-slab")
|
||||
(version "0.4.2")
|
||||
(version "0.4.7")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -53885,8 +53885,15 @@ (define-public rust-slab-0.4
|
|||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1y59xsa27jk84sxzswjk60xcjf8b4fm5960jwpznrrcmasyva4f1"))))
|
||||
"1vyw3rkdfdfkzfa1mh83s237sll8v5kazfwxma60bq4b59msf526"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-development-inputs
|
||||
(("rust-rustversion" ,rust-rustversion-1)
|
||||
("rust-serde-test" ,rust-serde-test-1))
|
||||
#:cargo-inputs (("rust-serde" ,rust-serde-1))))
|
||||
(native-inputs
|
||||
(list rust-autocfg-1))
|
||||
(home-page "https://github.com/carllerche/slab")
|
||||
(synopsis "Pre-allocated storage for a uniform data type")
|
||||
(description "This create provides a pre-allocated storage for a uniform
|
||||
|
|
Loading…
Reference in a new issue