me
/
guix
Archived
1
0
Fork 0

gnu: Add rust-webpki-roots-0.14.

* gnu/packages/crates-io.scm (rust-webpki-roots-0.14): New variable.
master
Hartmut Goebel 2020-04-25 13:25:05 +02:00
parent 5b4051bf0b
commit 1431405e3f
No known key found for this signature in database
GPG Key ID: 634A8DFFD3F631DF
1 changed files with 16 additions and 0 deletions

View File

@ -26718,6 +26718,22 @@ Verification.")
(sha256
(base32 "12vi8dh0yik0h4f0b9dnlw5i3gxyky7iblbksh6zcq4xvlvswqm2"))))))
(define-public rust-webpki-roots-0.14
(package/inherit rust-webpki-roots-0.18
(name "rust-webpki-roots")
(version "0.14.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "webpki-roots" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "05zw919077i3jadbvdsvl69wv2siijg2pjbykl6fyi7hmgb7bggd"))))
(arguments
`(#:cargo-inputs
(("rust-untrusted" ,rust-untrusted-0.6)
("rust-webpki" ,rust-webpki-0.18))))))
(define-public rust-weedle-0.10
(package
(name "rust-weedle")