mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: rust-encoding-rs-0.8: Update to 0.8.26.
* gnu/packages/crates-io.scm (rust-encoding-rs-0.8): Update to 0.8.26. [arguments]: In cargo-inputs remove rust-packed-simd-0.3, add rust-packed-simd-2-0.3, replace rust-cfg-if-0.1 with 1. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
4c45509ebe
commit
2c0fc869aa
1 changed files with 4 additions and 4 deletions
|
@ -8078,7 +8078,7 @@ (define-public rust-encoding-index-tradchinese-1.20141219
|
||||||
(define-public rust-encoding-rs-0.8
|
(define-public rust-encoding-rs-0.8
|
||||||
(package
|
(package
|
||||||
(name "rust-encoding-rs")
|
(name "rust-encoding-rs")
|
||||||
(version "0.8.17")
|
(version "0.8.26")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -8087,13 +8087,13 @@ (define-public rust-encoding-rs-0.8
|
||||||
(string-append name "-" version ".tar.gz"))
|
(string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1v902qqnbd37vdq4rjvp6k05wmghrasfdcjy30gp1xpjg5f7hma1"))))
|
"10xjcafwbxvm2kfsyymxlz8wc9s4bmdj1xzlc809rxyp2yrbl6w0"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:skip-build? #t
|
`(#:skip-build? #t
|
||||||
#:cargo-inputs
|
#:cargo-inputs
|
||||||
(("rust-cfg-if" ,rust-cfg-if-0.1)
|
(("rust-cfg-if" ,rust-cfg-if-1)
|
||||||
("rust-packed-simd" ,rust-packed-simd-0.3)
|
("rust-packed-simd" ,rust-packed-simd-2-0.3)
|
||||||
("rust-serde" ,rust-serde-1))
|
("rust-serde" ,rust-serde-1))
|
||||||
#:cargo-development-inputs
|
#:cargo-development-inputs
|
||||||
(("rust-bincode" ,rust-bincode-1)
|
(("rust-bincode" ,rust-bincode-1)
|
||||||
|
|
Loading…
Reference in a new issue