efraim pushed a commit to branch rust-team
in repository guix.
commit b8aae69a298f26c3f4e3a3d4dfb290d813dedeb9
Author: Efraim Flashner <[email protected]>
AuthorDate: Wed Sep 18 19:47:32 2024 +0300
gnu: rust-ppv-lite86-0.2: Update to 0.2.20.
* gnu/packages/crates-crypto.scm (rust-ppv-lite86-0.2): Update to 0.2.20.
[cargo-inputs]: Add rust-zerocopy-0.7.
Change-Id: Ibb989d5e4029052f3f72ed089f48f1377b751f5a
---
gnu/packages/crates-crypto.scm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/crates-crypto.scm b/gnu/packages/crates-crypto.scm
index 422edfbc1d..d43f0c89b9 100644
--- a/gnu/packages/crates-crypto.scm
+++ b/gnu/packages/crates-crypto.scm
@@ -4010,7 +4010,7 @@ for constructing a Message Authentication Code (MAC).")
(define-public rust-ppv-lite86-0.2
(package
(name "rust-ppv-lite86")
- (version "0.2.17")
+ (version "0.2.20")
(source
(origin
(method url-fetch)
@@ -4018,8 +4018,10 @@ for constructing a Message Authentication Code (MAC).")
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
- "1pp6g52aw970adv3x2310n7glqnji96z0a9wiamzw89ibf0ayh2v"))))
+ "017ax9ssdnpww7nrl1hvqh2lzncpv04nnsibmnw9nxjnaqlpp5bp"))))
(build-system cargo-build-system)
+ (arguments
+ `(#:cargo-inputs (("rust-zerocopy" ,rust-zerocopy-0.7))))
(home-page "https://github.com/cryptocorrosion/cryptocorrosion")
(synopsis "Implementation of the crypto-simd API for x86")
(description "This crate provides an implementation of the crypto-simd API