mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: rust-ppv-lite86-0.2: Update to 0.2.17.
* gnu/packages/crates-crypto.scm (rust-ppv-lite86-0.2): Update to 0.2.17. Change-Id: Idb52634ea49b0ba8f592e3d4b80bf1db03091712
This commit is contained in:
parent
59f1eeed24
commit
eb3ee77e62
1 changed files with 2 additions and 2 deletions
|
@ -4015,7 +4015,7 @@ (define-public rust-polyval-0.3
|
|||
(define-public rust-ppv-lite86-0.2
|
||||
(package
|
||||
(name "rust-ppv-lite86")
|
||||
(version "0.2.8")
|
||||
(version "0.2.17")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -4023,7 +4023,7 @@ (define-public rust-ppv-lite86-0.2
|
|||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1shj4q7jwj0azssr8cg51dk3kh7d4lg9rmbbz1kbqk971vc5wyi3"))))
|
||||
"1pp6g52aw970adv3x2310n7glqnji96z0a9wiamzw89ibf0ayh2v"))))
|
||||
(build-system cargo-build-system)
|
||||
(home-page "https://github.com/cryptocorrosion/cryptocorrosion")
|
||||
(synopsis "Implementation of the crypto-simd API for x86")
|
||||
|
|
Loading…
Reference in a new issue