mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-05 10:56:56 -05:00
gnu: rust-chacha20poly1305-0.9: Update to 0.9.1.
* gnu/packages/crates-io.scm (rust-chacha20poly1305-0.9): Update to 0.9.1. [home-page]: Update to new home-page. Change-Id: I34384bc3f51440bb250b4eb9efb20c3eb1a9ddca
This commit is contained in:
parent
446c232fdf
commit
3b48456c9f
1 changed files with 3 additions and 3 deletions
|
@ -12279,14 +12279,14 @@ (define-public rust-chacha20-0.8
|
||||||
(define-public rust-chacha20poly1305-0.9
|
(define-public rust-chacha20poly1305-0.9
|
||||||
(package
|
(package
|
||||||
(name "rust-chacha20poly1305")
|
(name "rust-chacha20poly1305")
|
||||||
(version "0.9.0")
|
(version "0.9.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "chacha20poly1305" version))
|
(uri (crate-uri "chacha20poly1305" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0alawaaakczsll1b98qf4m6r6kfaw28506ljvsysjyjz3mnyv11v"))
|
(base32 "1xfgn306nfch4a4wwddha8lz6qpnhng50iy4prxlagg6kfq4d151"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(begin
|
||||||
|
@ -12302,7 +12302,7 @@ (define-public rust-chacha20poly1305-0.9
|
||||||
("rust-zeroize" ,rust-zeroize-1))
|
("rust-zeroize" ,rust-zeroize-1))
|
||||||
#:cargo-development-inputs
|
#:cargo-development-inputs
|
||||||
(("rust-aead" ,rust-aead-0.4))))
|
(("rust-aead" ,rust-aead-0.4))))
|
||||||
(home-page "https://github.com/RustCrypto/AEADs")
|
(home-page "https://github.com/RustCrypto/AEADs/tree/master/chacha20poly1305")
|
||||||
(synopsis
|
(synopsis
|
||||||
"Pure Rust implementation of ChaCha20Poly1305 Authenticated Encryption")
|
"Pure Rust implementation of ChaCha20Poly1305 Authenticated Encryption")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue