mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: rust-scroll-0.10: Update to 0.10.2.
* gnu/packages/crates-io.scm (rust-scroll-0.10): Update to 0.10.2. [arguments]: Do not skip build; add cargo development inputs rust-byteorder-1 and rust-rayon-1.
This commit is contained in:
parent
02cbb76392
commit
cce608d256
1 changed files with 7 additions and 5 deletions
|
@ -53720,7 +53720,7 @@ (define-public rust-scrypt-0.2
|
|||
(define-public rust-scroll-0.10
|
||||
(package
|
||||
(name "rust-scroll")
|
||||
(version "0.10.1")
|
||||
(version "0.10.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -53729,12 +53729,14 @@ (define-public rust-scroll-0.10
|
|||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1cbcns8538sqmfnmdbphqy0fd4j8z75z802pvmz3zlwmnln37cmb"))))
|
||||
"1v61drdig30qfx2xh8bn7qdk2xgqbmmhwyrznjl0gf1h915qv8px"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
(("rust-scroll-derive" ,rust-scroll-derive-0.10))))
|
||||
`(#:cargo-inputs
|
||||
(("rust-scroll-derive" ,rust-scroll-derive-0.10))
|
||||
#:cargo-development-inputs
|
||||
(("rust-byteorder" ,rust-byteorder-1)
|
||||
("rust-rayon" ,rust-rayon-1))))
|
||||
(home-page "https://github.com/m4b/scroll")
|
||||
(synopsis "Endian-aware Read/Write traits for byte buffers")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue