me
/
guix
Archived
1
0
Fork 0

gnu: rust-rustls-0.19: Inherit from rust-rustls-0.20.

* gnu/packages/crates-io.scm (rust-rustls-0.19): Inherit from rust-rustls-0.20.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Aleksandr Vityazev 2022-01-17 13:28:08 +00:00 committed by Nicolas Goaziou
parent 42814db126
commit 3fcdcefa36
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 8 deletions

View File

@ -48198,6 +48198,7 @@ rustc compiler.")
(define-public rust-rustls-0.19 (define-public rust-rustls-0.19
(package (package
(inherit rust-rustls-0.20)
(name "rust-rustls") (name "rust-rustls")
(version "0.19.0") (version "0.19.0")
(source (source
@ -48208,7 +48209,6 @@ rustc compiler.")
(string-append name "-" version ".tar.gz")) (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 "02wqas2pcxk75s9l9c9f1r5am7258bmqprh68pnqfvkwz0gx4kq6")))) (base32 "02wqas2pcxk75s9l9c9f1r5am7258bmqprh68pnqfvkwz0gx4kq6"))))
(build-system cargo-build-system)
(arguments (arguments
`(#:skip-build? #t `(#:skip-build? #t
#:cargo-inputs #:cargo-inputs
@ -48216,13 +48216,7 @@ rustc compiler.")
("rust-log" ,rust-log-0.4) ("rust-log" ,rust-log-0.4)
("rust-ring" ,rust-ring-0.16) ("rust-ring" ,rust-ring-0.16)
("rust-sct" ,rust-sct-0.6) ("rust-sct" ,rust-sct-0.6)
("rust-webpki" ,rust-webpki-0.21)))) ("rust-webpki" ,rust-webpki-0.21))))))
(home-page "https://github.com/ctz/rustls")
(synopsis "Modern TLS library written in Rust")
(description
"This package provides a modern TLS library written in Rust.")
(license
(list license:asl2.0 license:isc license:expat))))
(define-public rust-rustls-0.18 (define-public rust-rustls-0.18
(package (package