diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2024-12-31 12:57:02 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2025-01-06 12:21:38 +0200 |
commit | 8249155a61251c840be2c87663bbab7ba80cb343 (patch) | |
tree | d0996e0e060117fe6c8c24bdcd777a2f8fbe202a /gnu/packages/crates-tls.scm | |
parent | b9220982d8e74fea1e28d61187a910d40d9b5db4 (diff) |
gnu: Remove rust-rustls-native-certs-0.4.
* gnu/packages/crates-tls.scm (rust-rustls-native-certs-0.4): Delete variable.
Change-Id: Ic1f08031249b5e2a0dc50f6cd3f5bb242b4621ac
Diffstat (limited to 'gnu/packages/crates-tls.scm')
-rw-r--r-- | gnu/packages/crates-tls.scm | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/gnu/packages/crates-tls.scm b/gnu/packages/crates-tls.scm index 1f663001ce..5632f1e62d 100644 --- a/gnu/packages/crates-tls.scm +++ b/gnu/packages/crates-tls.scm @@ -1686,33 +1686,6 @@ native certificate store.") ("rust-schannel" ,rust-schannel-0.1) ("rust-security-framework" ,rust-security-framework-2)))))) -(define-public rust-rustls-native-certs-0.4 - (package - (inherit rust-rustls-native-certs-0.5) - (name "rust-rustls-native-certs") - (version "0.4.0") - (source - (origin - (method url-fetch) - (uri (crate-uri "rustls-native-certs" version)) - (file-name (string-append name "-" version ".tar.gz")) - (sha256 - (base32 - "1f2rkvdkz92qcmwryyqiw9phkqkf95g4962ljpfq5nkjfsd477b2")))) - (arguments - `(#:tests? #f ; Tests want network access - #:cargo-inputs - (("rust-openssl-probe" ,rust-openssl-probe-0.1) - ("rust-rustls" ,rust-rustls-0.18) - ("rust-schannel" ,rust-schannel-0.1) - ("rust-security-framework" - ,rust-security-framework-1)) - #:cargo-development-inputs - (("rust-ring" ,rust-ring-0.16) - ("rust-untrusted" ,rust-untrusted-0.7) - ("rust-webpki" ,rust-webpki-0.21) - ("rust-webpki-roots" ,rust-webpki-roots-0.20)))))) - (define-public rust-rustls-pemfile-2 (package (name "rust-rustls-pemfile") |