mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: rust-smallvec-0.6: Update to 0.6.13.
* gnu/packages/crates-io.scm (rust-smallvec-0.6): Upgrade to 0.6.13. [arguments]: Add rust-maybe-uninit-2.0 to cargo-inputs.
This commit is contained in:
parent
f628bf4952
commit
d9d4d4f9fa
1 changed files with 8 additions and 2 deletions
|
@ -13471,7 +13471,7 @@ (define-public rust-smallvec-0.6
|
|||
(package
|
||||
(inherit rust-smallvec-1)
|
||||
(name "rust-smallvec")
|
||||
(version "0.6.10")
|
||||
(version "0.6.13")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -13480,7 +13480,13 @@ (define-public rust-smallvec-0.6
|
|||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1dyl43rgzny79jjpgzi07y0ly2ggx1xwsn64csxj0j91bsf6lq5b"))))))
|
||||
"1dl219vnfkmsfx28lm3f83lyw24zap6fdsli6rg8nnp1aa67bc7p"))))
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-maybe-uninit" ,rust-maybe-uninit-2.0)
|
||||
("rust-serde" ,rust-serde-1.0))
|
||||
#:cargo-development-inputs
|
||||
(("rust-bincode" ,rust-bincode-1.1))))))
|
||||
|
||||
(define-public rust-socket2-0.3
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue