mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
9128931169
commit
32a48b24b8
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue