guix-commits
[Top][All Lists]
Advanced

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

276/409: gnu: rust-trust-dns-openssl-0.20: Update to 0.20.4.


From: guix-commits
Subject: 276/409: gnu: rust-trust-dns-openssl-0.20: Update to 0.20.4.
Date: Thu, 19 Dec 2024 02:22:35 -0500 (EST)

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

commit 1f59cd70b80f7d28ae26235b06309a010c2fe28a
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Dec 4 17:39:15 2024 +0200

    gnu: rust-trust-dns-openssl-0.20: Update to 0.20.4.
    
    * gnu/packages/crates-web.scm (rust-trust-dns-openssl-0.20): Update to
    0.20.4.
    [arguments]: Don't skip the build.
    [cargo-development-inputs]: Add rust-openssl-0.10, rust-tokio-1.
    [native-inputs]: Add pkg-config.
    [inputs]: Add openssl.
    
    Change-Id: I72f38b4b4fa07c518f8af56d76f69e8306d986d5
---
 gnu/packages/crates-web.scm | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/crates-web.scm b/gnu/packages/crates-web.scm
index 0820693f70..ed84e9d8bf 100644
--- a/gnu/packages/crates-web.scm
+++ b/gnu/packages/crates-web.scm
@@ -6314,24 +6314,27 @@ extension for the Trust-DNS client to use native-tls 
for TLS.")
 (define-public rust-trust-dns-openssl-0.20
   (package
     (name "rust-trust-dns-openssl")
-    (version "0.20.0")
+    (version "0.20.4")
     (source
      (origin
        (method url-fetch)
        (uri (crate-uri "trust-dns-openssl" version))
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32 "1zd10g824qrs0yw2bmxphw43iylxlpgvnwb3l3hnwblp2ffhcx50"))))
+        (base32 "0snwgqj7174ss9hgz0yhgycf5gbkzkrrhx3x3lmq6arn63ii7vcx"))))
     (build-system cargo-build-system)
     (arguments
-     `(#:skip-build? #t
-       #:cargo-inputs
+     `(#:cargo-inputs
        (("rust-futures-channel" ,rust-futures-channel-0.3)
         ("rust-futures-util" ,rust-futures-util-0.3)
         ("rust-openssl" ,rust-openssl-0.10)
         ("rust-tokio" ,rust-tokio-1)
         ("rust-tokio-openssl" ,rust-tokio-openssl-0.6)
-        ("rust-trust-dns-proto" ,rust-trust-dns-proto-0.20))))
+        ("rust-trust-dns-proto" ,rust-trust-dns-proto-0.20))
+       #:cargo-development-inputs (("rust-openssl" ,rust-openssl-0.10)
+                                   ("rust-tokio" ,rust-tokio-1))))
+    (native-inputs (list pkg-config))
+    (inputs (list openssl))
     (home-page "https://www.trust-dns.org/index.html";)
     (synopsis "Trust-DNS client tokio-openssl extension")
     (description "Trust-DNS is a safe and secure DNS library.  This is an



reply via email to

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