guix-commits
[Top][All Lists]
Advanced

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

224/424: gnu: rust-openpgp-cert-d-0.3: Update to 0.3.3.


From: guix-commits
Subject: 224/424: gnu: rust-openpgp-cert-d-0.3: Update to 0.3.3.
Date: Sun, 10 Nov 2024 05:42:10 -0500 (EST)

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

commit 81f9d5c3b55d6109897c1faf9f631dce3abb7234
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Sep 22 18:47:26 2024 +0300

    gnu: rust-openpgp-cert-d-0.3: Update to 0.3.3.
    
    * gnu/packages/sequoia.scm (rust-openpgp-cert-d-0.3): Update to 0.3.3.
    
    Change-Id: I6fd73c0d2fb0e8501d26e327b9f0a3b9922f3012
---
 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 8cec446daa..6e8f54642c 100644
--- a/gnu/packages/sequoia.scm
+++ b/gnu/packages/sequoia.scm
@@ -43,14 +43,14 @@
 (define-public rust-openpgp-cert-d-0.3
   (package
     (name "rust-openpgp-cert-d")
-    (version "0.3.1")
+    (version "0.3.3")
     (source
      (origin
        (method url-fetch)
        (uri (crate-uri "openpgp-cert-d" version))
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32 "1kk2mr4rsib04cygv7jg55wvdxivakggqsfrn4apnaxxl5aknb0c"))))
+        (base32 "01b3wac69jz0wkf9lq8a3rlh502glw31k8daba1j0vwclln06yvw"))))
     (build-system cargo-build-system)
     (arguments
      `(#:tests? #f      ; Not all files included.



reply via email to

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