me
/
guix
Archived
1
0
Fork 0

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?.
master
Marius Bakke 2022-07-26 11:01:12 +02:00
parent 26afc27f29
commit e62dd8e762
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 5 additions and 6 deletions

View File

@ -13979,7 +13979,7 @@ 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.2.0") (version "1.3.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -13988,15 +13988,14 @@ final xor value. It has many built-in CRC functions.")
(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