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
This commit is contained in:
Efraim Flashner 2024-12-04 12:08:38 +02:00
parent 9128931169
commit 32a48b24b8
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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