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

commit c57b2a47788e50b78debcf53ae0b4851edcd9c0f
Author: Efraim Flashner <[email protected]>
AuthorDate: Wed Dec 25 09:28:14 2024 +0200

    gnu: Add rust-sequoia-gpg-agent-0.5.
    
    * gnu/packages/sequoia.scm (rust-sequoia-gpg-agent-0.5): New variable.
    (rust-sequoia-gpg-agent-0.4): Remove variable.
    
    Change-Id: I3d07b3f727820b79be3b4c3504a09b82f6ffebfb
---
 gnu/packages/sequoia.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/sequoia.scm b/gnu/packages/sequoia.scm
index cea2816a0a..6a5ea35953 100644
--- a/gnu/packages/sequoia.scm
+++ b/gnu/packages/sequoia.scm
@@ -251,17 +251,17 @@ than just headers; it requires tight integration with the 
MUA.")
     (description "This package provides Directories used by Sequoia.")
     (license license:lgpl2.0+)))
 
-(define-public rust-sequoia-gpg-agent-0.4
+(define-public rust-sequoia-gpg-agent-0.5
   (package
     (name "rust-sequoia-gpg-agent")
-    (version "0.4.2")
+    (version "0.5.0")
     (source
      (origin
        (method url-fetch)
        (uri (crate-uri "sequoia-gpg-agent" version))
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32 "119njpmhg0is0vlba199bmyp7fi19w8y555i89njkyrfv7yvakds"))))
+        (base32 "1f8vzxzkwdaa1v0yh5c1pb3wry734wrf2wwsa1zvypwxgvs129fc"))))
     (build-system cargo-build-system)
     (arguments
      `(#:features '("sequoia-openpgp/crypto-nettle")

Reply via email to