gnu: rust-crc32fast-1: Update to 1.4.0.
* gnu/packages/crates-io.scm (rust-crc32fast-1): Update to 1.4.0. [cargo-development-inputs]: Replace rust-rand-0.4 with 0.8. Change-Id: Ia8d0321e61658d0e56d9dccb435fba73b2012620
This commit is contained in:
parent
eb3ee77e62
commit
6d6e9e62fa
1 changed files with 9 additions and 15 deletions
|
@ -16760,29 +16760,23 @@ final xor value. It has many built-in CRC functions.")
|
||||||
(define-public rust-crc32fast-1
|
(define-public rust-crc32fast-1
|
||||||
(package
|
(package
|
||||||
(name "rust-crc32fast")
|
(name "rust-crc32fast")
|
||||||
(version "1.3.2")
|
(version "1.4.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "crc32fast" version))
|
(uri (crate-uri "crc32fast" version))
|
||||||
(file-name
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(string-append name "-" version ".tar.gz"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "1ahy259ypc955l5ak24hdlgllb6vm6y2pvwr6qrlyisbg255m1dk"))))
|
||||||
"03c8f29yx293yf43xar946xbls1g60c207m9drf8ilqhr25vsh5m"))))
|
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:cargo-inputs (("rust-cfg-if" ,rust-cfg-if-1))
|
||||||
(("rust-cfg-if" ,rust-cfg-if-1))
|
#:cargo-development-inputs (("rust-bencher" ,rust-bencher-0.1)
|
||||||
#:cargo-development-inputs
|
("rust-quickcheck" ,rust-quickcheck-1)
|
||||||
(("rust-bencher" ,rust-bencher-0.1)
|
("rust-rand" ,rust-rand-0.8))))
|
||||||
("rust-quickcheck" ,rust-quickcheck-1)
|
|
||||||
("rust-rand" ,rust-rand-0.4))))
|
|
||||||
(home-page "https://github.com/srijs/rust-crc32fast")
|
(home-page "https://github.com/srijs/rust-crc32fast")
|
||||||
(synopsis
|
(synopsis "Fast, SIMD-accelerated CRC32 (IEEE) checksum computation")
|
||||||
"Fast, SIMD-accelerated CRC32 (IEEE) checksum computation")
|
(description "Fast, SIMD-accelerated CRC32 (IEEE) checksum computation.")
|
||||||
(description
|
|
||||||
"Fast, SIMD-accelerated CRC32 (IEEE) checksum computation.")
|
|
||||||
(license (list license:expat license:asl2.0))))
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
(define-public rust-crc64-2
|
(define-public rust-crc64-2
|
||||||
|
|
Reference in a new issue