mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
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:
parent
31fd941441
commit
65ffe31969
1 changed files with 2 additions and 2 deletions
|
@ -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")
|
||||||
|
|
Loading…
Reference in a new issue