[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
13/33: gnu: rust-chacha20poly1305-0.9: Update to 0.9.1.
From: |
guix-commits |
Subject: |
13/33: gnu: rust-chacha20poly1305-0.9: Update to 0.9.1. |
Date: |
Wed, 25 Oct 2023 05:36:39 -0400 (EDT) |
efraim pushed a commit to branch rust-team
in repository guix.
commit a9a34ea9d9725ea07804cd6a2406e2f66cd7bda5
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Oct 25 09:53:20 2023 +0300
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
---
gnu/packages/crates-io.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 8720e5a1df..e78887a7eb 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -12264,14 +12264,14 @@ XChaCha20, XChaCha12 and XChaCha8 stream ciphers, and
also optional
(define-public rust-chacha20poly1305-0.9
(package
(name "rust-chacha20poly1305")
- (version "0.9.0")
+ (version "0.9.1")
(source
(origin
(method url-fetch)
(uri (crate-uri "chacha20poly1305" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
- (base32 "0alawaaakczsll1b98qf4m6r6kfaw28506ljvsysjyjz3mnyv11v"))
+ (base32 "1xfgn306nfch4a4wwddha8lz6qpnhng50iy4prxlagg6kfq4d151"))
(modules '((guix build utils)))
(snippet
'(begin
@@ -12287,7 +12287,7 @@ XChaCha20, XChaCha12 and XChaCha8 stream ciphers, and
also optional
("rust-zeroize" ,rust-zeroize-1))
#:cargo-development-inputs
(("rust-aead" ,rust-aead-0.4))))
- (home-page "https://github.com/RustCrypto/AEADs")
+ (home-page
"https://github.com/RustCrypto/AEADs/tree/master/chacha20poly1305")
(synopsis
"Pure Rust implementation of ChaCha20Poly1305 Authenticated Encryption")
(description
- 01/33: gnu: rust-atomic-polyfill-0.1: Update to 0.1.11., (continued)
- 01/33: gnu: rust-atomic-polyfill-0.1: Update to 0.1.11., guix-commits, 2023/10/25
- 11/33: gnu: Add rust-actix-macros-0.2., guix-commits, 2023/10/25
- 14/33: gnu: Add rust-iai-macro-0.1., guix-commits, 2023/10/25
- 29/33: gnu: Add rust-sqlite-0.30., guix-commits, 2023/10/25
- 09/33: gnu: rust-num-bigint-0.4: Update to 0.4.4., guix-commits, 2023/10/25
- 10/33: gnu: rust-num-traits-0.2: Update to 0.2.17., guix-commits, 2023/10/25
- 12/33: gnu: Add rust-actix-rt-2., guix-commits, 2023/10/25
- 05/33: gnu: rust-objc2-encode-2: Skip test suite., guix-commits, 2023/10/25
- 08/33: gnu: rust-num-bigint-0.3: Update to 0.3.3., guix-commits, 2023/10/25
- 15/33: gnu: Add rust-iai-0.1., guix-commits, 2023/10/25
- 13/33: gnu: rust-chacha20poly1305-0.9: Update to 0.9.1.,
guix-commits <=
- 19/33: gnu: Add rust-rstest-macros-0.13., guix-commits, 2023/10/25
- 18/33: gnu: Add rust-open-3., guix-commits, 2023/10/25
- 20/33: gnu: Add rust-rstest-0.13., guix-commits, 2023/10/25
- 17/33: gnu: Add rust-lru-0.9., guix-commits, 2023/10/25
- 27/33: gnu: Add rust-sqlite3-sys-0.15., guix-commits, 2023/10/25
- 26/33: gnu: Add rust-tokio-uring-0.4., guix-commits, 2023/10/25
- 30/33: gnu: alfis: Update to 0.8.4., guix-commits, 2023/10/25
- 22/33: gnu: Add rust-simplelog-0.12., guix-commits, 2023/10/25
- 32/33: gnu: rust-proptest-derive-0.1: Skip tests., guix-commits, 2023/10/25
- 33/33: gnu: rust-git2-0.9: Update to 0.9.2., guix-commits, 2023/10/25