guix-commits
[Top][All Lists]
Advanced

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

69/134: gnu: rust-webpki-roots-0.21: Inherit from rust-webpki-roots-0.22


From: guix-commits
Subject: 69/134: gnu: rust-webpki-roots-0.21: Inherit from rust-webpki-roots-0.22.
Date: Sat, 22 Jan 2022 07:39:15 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 7dd2d3029cdba71670c3ed37d7faaa812bd0e96a
Author: Aleksandr Vityazev <avityazev@posteo.org>
AuthorDate: Mon Jan 17 13:27:34 2022 +0000

    gnu: rust-webpki-roots-0.21: Inherit from rust-webpki-roots-0.22.
    
    * gnu/packages/crates-io.scm (rust-webpki-roots-0.21): Inherit from 
rust-webpki-roots-0.22.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 gnu/packages/crates-io.scm | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index a0a92075f3..fbf6766127 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -66005,6 +66005,7 @@ with webpki.")
 
 (define-public rust-webpki-roots-0.21
   (package
+    (inherit rust-webpki-roots-0.22)
     (name "rust-webpki-roots")
     (version "0.21.1")
     (source
@@ -66014,16 +66015,10 @@ with webpki.")
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
         (base32 "0h49lkr7hrxpyr0xg1nph4m3v1l6rhg8ax9n8msvfwz48hsibgma"))))
-    (build-system cargo-build-system)
     (arguments
      `(#:skip-build? #t
        #:cargo-inputs
-       (("rust-webpki" ,rust-webpki-0.21))))
-    (home-page "https://github.com/ctz/webpki-roots";)
-    (synopsis "Mozilla's CA root certificates for use with webpki")
-    (description "This package provides Mozilla's CA root certificates for use
-with webpki.")
-    (license license:mpl2.0)))
+       (("rust-webpki" ,rust-webpki-0.21))))))
 
 (define-public rust-webpki-roots-0.20
   (package



reply via email to

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