mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-12 18:10:47 +02:00
gnu: Remove rust-gemini-fetch-0.2.
* gnu/packages/crates-web.scm (rust-gemini-fetch-0.2): Delete variable. Change-Id: I2072325b9fccbcbed089da08f20ea3d5180e640c
This commit is contained in:
parent
d59c4a4858
commit
b2f5783b3b
1 changed files with 0 additions and 28 deletions
|
@ -2990,34 +2990,6 @@ similar to the nom parser combinators library.")
|
|||
(("rust-env-logger" ,rust-env-logger-0.7)
|
||||
("rust-pretty-assertions" ,rust-pretty-assertions-0.6))))))
|
||||
|
||||
(define-public rust-gemini-fetch-0.2
|
||||
(package
|
||||
(name "rust-gemini-fetch")
|
||||
(version "0.2.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "gemini-fetch" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1851jk1a7w6pcb9qcgmgp7vvg3dfihwr7ldlh5k9qxmyaymdy4ma"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-anyhow" ,rust-anyhow-1)
|
||||
("rust-ring" ,rust-ring-0.16)
|
||||
("rust-rustls" ,rust-rustls-0.19)
|
||||
("rust-thiserror" ,rust-thiserror-1)
|
||||
("rust-tokio" ,rust-tokio-1)
|
||||
("rust-tokio-rustls" ,rust-tokio-rustls-0.22)
|
||||
("rust-url" ,rust-url-2)
|
||||
("rust-webpki" ,rust-webpki-0.21)
|
||||
("rust-webpki-roots" ,rust-webpki-roots-0.21)
|
||||
("rust-x509-signature" ,rust-x509-signature-0.5))))
|
||||
(home-page "https://github.com/jsvana/gemini-fetch/")
|
||||
(synopsis "Fetch gemini pages")
|
||||
(description "This package provides a library to fetch gemini pages.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-h2-0.4
|
||||
(package
|
||||
(name "rust-h2")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue