gnu: rust-ppv-lite86-0.2: Update to 0.2.8.

* gnu/packages/crates-io.scm (rust-ppv-lite86): Update to 0.2.8.
This commit is contained in:
Efraim Flashner 2020-07-09 15:37:42 +03:00
parent 31fd941441
commit 65ffe31969
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -17498,7 +17498,7 @@ (define-public rust-podio-0.1
(define-public rust-ppv-lite86-0.2 (define-public rust-ppv-lite86-0.2
(package (package
(name "rust-ppv-lite86") (name "rust-ppv-lite86")
(version "0.2.6") (version "0.2.8")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -17506,7 +17506,7 @@ (define-public rust-ppv-lite86-0.2
(file-name (string-append name "-" version ".crate")) (file-name (string-append name "-" version ".crate"))
(sha256 (sha256
(base32 (base32
"06zs492wbms7j5qhy58cs3976c7kyc47rx0d6fn63rgvp580njbl")))) "1shj4q7jwj0azssr8cg51dk3kh7d4lg9rmbbz1kbqk971vc5wyi3"))))
(build-system cargo-build-system) (build-system cargo-build-system)
(home-page "https://github.com/cryptocorrosion/cryptocorrosion") (home-page "https://github.com/cryptocorrosion/cryptocorrosion")
(synopsis "Implementation of the crypto-simd API for x86") (synopsis "Implementation of the crypto-simd API for x86")