guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

168/311: gnu: rust-chacha20poly1305-0.9: Update to 0.9.1.


From: guix-commits
Subject: 168/311: gnu: rust-chacha20poly1305-0.9: Update to 0.9.1.
Date: Sat, 28 Oct 2023 16:38:53 -0400 (EDT)

efraim pushed a commit to branch rust-team
in repository guix.

commit 2d59fbdabcd27780df026890897afee86b881de8
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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]