mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 19:19:20 -05:00
gnu: rust-crc32fast: Update to 1.3.2.
* gnu/packages/crates-io.scm (rust-crc32fast-1): Update to 1.3.2. [arguments]: Update #:cargo-inputs. Remove #:skip-build?.
This commit is contained in:
parent
26afc27f29
commit
e62dd8e762
1 changed files with 5 additions and 6 deletions
|
@ -13979,7 +13979,7 @@ (define-public rust-crc-any-2
|
||||||
(define-public rust-crc32fast-1
|
(define-public rust-crc32fast-1
|
||||||
(package
|
(package
|
||||||
(name "rust-crc32fast")
|
(name "rust-crc32fast")
|
||||||
(version "1.2.0")
|
(version "1.3.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -13988,15 +13988,14 @@ (define-public rust-crc32fast-1
|
||||||
(string-append name "-" version ".tar.gz"))
|
(string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1c9dhkvf3brrzzplcijaywxi2w8wv5578i0ryhcm7x8dmzi5s4ms"))))
|
"03c8f29yx293yf43xar946xbls1g60c207m9drf8ilqhr25vsh5m"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:skip-build? #t
|
`(#:cargo-inputs
|
||||||
#:cargo-inputs
|
(("rust-cfg-if" ,rust-cfg-if-1))
|
||||||
(("rust-cfg-if" ,rust-cfg-if-0.1))
|
|
||||||
#:cargo-development-inputs
|
#:cargo-development-inputs
|
||||||
(("rust-bencher" ,rust-bencher-0.1)
|
(("rust-bencher" ,rust-bencher-0.1)
|
||||||
("rust-quickcheck" ,rust-quickcheck-0.8)
|
("rust-quickcheck" ,rust-quickcheck-1)
|
||||||
("rust-rand" ,rust-rand-0.4))))
|
("rust-rand" ,rust-rand-0.4))))
|
||||||
(home-page "https://github.com/srijs/rust-crc32fast")
|
(home-page "https://github.com/srijs/rust-crc32fast")
|
||||||
(synopsis
|
(synopsis
|
||||||
|
|
Loading…
Reference in a new issue