me
/
guix
Archived
1
0
Fork 0

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
master
Efraim Flashner 2024-04-01 13:09:41 +03:00
parent 59f1eeed24
commit eb3ee77e62
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -4015,7 +4015,7 @@ for constructing a Message Authentication Code (MAC).")
(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 @@ for constructing a Message Authentication Code (MAC).")
(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")