mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: rust-smallvec: Update to 1.9.0.
* gnu/packages/crates-io.scm (rust-smallvec-1): Update to 1.9.0. [arguments]: Add RUST-ARBITRATY-1 to #:cargo-inputs.
This commit is contained in:
parent
6611cabd1c
commit
f3673447cc
1 changed files with 4 additions and 3 deletions
|
@ -57669,7 +57669,7 @@ (define-public rust-smallbitvec-2
|
|||
(define-public rust-smallvec-1
|
||||
(package
|
||||
(name "rust-smallvec")
|
||||
(version "1.6.1")
|
||||
(version "1.9.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -57678,11 +57678,12 @@ (define-public rust-smallvec-1
|
|||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0kk08axr0ybfbjzk65a41k84mb6sfhyajmfndaka9igkx34kf3zy"))))
|
||||
"1lfss4vs5z5njm3ac9c499s5m1gphzm5a7gxcbw1zncpjmsdpl1g"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-serde" ,rust-serde-1))
|
||||
(("rust-arbitrary" ,rust-arbitrary-1)
|
||||
("rust-serde" ,rust-serde-1))
|
||||
#:cargo-development-inputs
|
||||
(("rust-bincode" ,rust-bincode-1))))
|
||||
(home-page "https://github.com/servo/rust-smallvec")
|
||||
|
|
Loading…
Reference in a new issue