efraim pushed a commit to branch master
in repository guix.

commit f2032c893a94c9ab4313046de4c682bf8dc89f49
Author: Efraim Flashner <[email protected]>
AuthorDate: Tue Feb 11 15:30:34 2025 +0200

    gnu: rust-sequoia-wot-0.13: Update to 0.13.3.
    
    * gnu/packages/sequoia.scm (rust-sequoia-wot-0.13): Update to 0.13.3.
    [cargo-inputs]: Replace rust-thiserror-1 with 2.
    
    Change-Id: Ie0cf8c5fe835a5c541e8795c2e937888eac8f807
---
 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 8b3662e256..8cce4c8fb8 100644
--- a/gnu/packages/sequoia.scm
+++ b/gnu/packages/sequoia.scm
@@ -883,14 +883,14 @@ This Guix package is built to use the nettle 
cryptographic library.")
 (define-public rust-sequoia-wot-0.13
   (package
     (name "rust-sequoia-wot")
-    (version "0.13.2")
+    (version "0.13.3")
     (source
      (origin
        (method url-fetch)
        (uri (crate-uri "sequoia-wot" version))
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32 "17npdicfxfp9v59y6nsr3lhz510c97bicqrzyw0s6infizpshf8b"))))
+        (base32 "08948jazk7c5a4sza5amq9ah8r0mg02lcrrpqhwgi3qjx6w550v0"))))
     (build-system cargo-build-system)
     (arguments
      `(#:features '("sequoia-openpgp/crypto-nettle")
@@ -900,7 +900,7 @@ This Guix package is built to use the nettle cryptographic 
library.")
                        ("rust-num-cpus" ,rust-num-cpus-1)
                        ("rust-sequoia-cert-store" ,rust-sequoia-cert-store-0.6)
                        ("rust-sequoia-openpgp" ,rust-sequoia-openpgp-1)
-                       ("rust-thiserror" ,rust-thiserror-1))
+                       ("rust-thiserror" ,rust-thiserror-2))
        #:cargo-development-inputs
        (("rust-quickcheck" ,rust-quickcheck-1)
         ("rust-sequoia-openpgp" ,rust-sequoia-openpgp-1))))

Reply via email to