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

commit d23e4cdce7a7c4bb3b7f0c617f7ff59c5b4c6d7c
Author: Efraim Flashner <[email protected]>
AuthorDate: Wed Dec 25 09:27:37 2024 +0200

    gnu: rust-sequoia-keystore-0.6: Update to 0.6.2.
    
    * gnu/packages/sequoia.scm (rust-sequoia-keystore-0.6): Update to 0.6.2.
    
    Change-Id: Ia46634f133fae57a157469cd427e114368beb085
---
 gnu/packages/sequoia.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/sequoia.scm b/gnu/packages/sequoia.scm
index 8c9f3a640b..cea2816a0a 100644
--- a/gnu/packages/sequoia.scm
+++ b/gnu/packages/sequoia.scm
@@ -340,14 +340,14 @@ than just headers; it requires tight integration with the 
MUA.")
 (define-public rust-sequoia-keystore-0.6
   (package
     (name "rust-sequoia-keystore")
-    (version "0.6.1")
+    (version "0.6.2")
     (source
      (origin
        (method url-fetch)
        (uri (crate-uri "sequoia-keystore" version))
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32 "168scr1nv5h1fm67p1p59ym267db07kg3fw3shrramaq0af2smx8"))))
+        (base32 "1qy3nk2r39m5mzvx58ij7a1r9hiw0fmgmjrad6j4nf8djids5lsx"))))
     (build-system cargo-build-system)
     (arguments
      `(#:features '("sequoia-openpgp/crypto-nettle")

Reply via email to