efraim pushed a commit to branch rust-team
in repository guix.
commit b9e0611d49e526c7ed773f8749cc67603f11d6e6
Author: Efraim Flashner <[email protected]>
AuthorDate: Wed Dec 4 12:08:38 2024 +0200
gnu: rust-aes-gcm-0.10: Update to 0.10.3.
* gnu/packages/crates-crypto.scm (rust-aes-gcm-0.10): Update to 0.10.3.
Change-Id: I1853e7bea0f32e1e9aa9c9623123cb7712e13ef7
---
gnu/packages/crates-crypto.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/crates-crypto.scm b/gnu/packages/crates-crypto.scm
index 87b4169de0..992ad45fc4 100644
--- a/gnu/packages/crates-crypto.scm
+++ b/gnu/packages/crates-crypto.scm
@@ -298,14 +298,14 @@ Standard}. Use the AES crate if possible, as the aes-ctr
has been into it.")
(define-public rust-aes-gcm-0.10
(package
(name "rust-aes-gcm")
- (version "0.10.1")
+ (version "0.10.3")
(source
(origin
(method url-fetch)
(uri (crate-uri "aes-gcm" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
- (base32 "0z2429v2d2wyf809h2wc4vwwibwypz3y4p7sn4kzkjb91ip3dqc2"))))
+ (base32 "1lgaqgg1gh9crg435509lqdhajg1m2vgma6f7fdj1qa2yyh10443"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs