mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-06 03:17:15 -05:00
gnu: rust-heapless-0.5: Update to 0.5.6.
* gnu/packages/crates-io.scm (rust-heapless-0.5): Update to 0.5.6. [arguments]: Disable test suite. Change-Id: I1b0bfd2890cfbf67bf38d06b20dac315021f93df
This commit is contained in:
parent
c1d364ac25
commit
caef66a447
1 changed files with 4 additions and 3 deletions
|
@ -33222,7 +33222,7 @@ (define-public rust-heapless-0.5
|
|||
(package
|
||||
(inherit rust-heapless-0.6)
|
||||
(name "rust-heapless")
|
||||
(version "0.5.5")
|
||||
(version "0.5.6")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -33230,9 +33230,10 @@ (define-public rust-heapless-0.5
|
|||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1h1d6s1f9zn0rz2vkdn0b42kcnkmlpd90yhfyqqhpirv38ws5a3k"))))
|
||||
"1wc444z7w5ahxs1phbwcdy86wfvfafywy35wc7xzr335l5l1m4bl"))))
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
`(#:tests? #f ; could not find `pool` in `heapless`
|
||||
#:cargo-inputs
|
||||
(("rust-as-slice" ,rust-as-slice-0.1)
|
||||
("rust-generic-array" ,rust-generic-array-0.13)
|
||||
("rust-hash32" ,rust-hash32-0.1)
|
||||
|
|
Loading…
Reference in a new issue