me
/
guix
Archived
1
0
Fork 0

gnu: Add rust-webpki-roots-0.23.

* gnu/packages/crates-io.scm (rust-webpki-roots-0.23): New variable.
Efraim Flashner 2023-08-03 14:45:15 +03:00
parent 33f5ad3cc3
commit 15ce9e74e6
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 15 additions and 0 deletions

View File

@ -76756,6 +76756,21 @@ Verification.")
with webpki.")
(license license:mpl2.0)))
(define-public rust-webpki-roots-0.23
(package
(inherit rust-webpki-roots-0.25)
(name "rust-webpki-roots")
(version "0.23.1")
(source (origin
(method url-fetch)
(uri (crate-uri "webpki-roots" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"0f4k8nng542iilxbibh1nhrdf5wbyi9is4fr219zzrc6hgw5hc5h"))))
(arguments
`(#:cargo-inputs (("rust-rustls-webpki" ,rust-rustls-webpki-0.100))))))
(define-public rust-webpki-roots-0.22
(package
(inherit rust-webpki-roots-0.25)