mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
gnu: Remove rust-escargot-0.3.
* gnu/packages/crates-io.scm (rust-escargot-0.3): Delete variable. Change-Id: I764655f64d03abdbc571c4d6a7e191cce02285eb
This commit is contained in:
parent
9d6f226789
commit
f84d818c43
1 changed files with 0 additions and 19 deletions
|
@ -24144,25 +24144,6 @@ (define-public rust-escargot-0.5
|
|||
(description "Cargo API written in Paris.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-escargot-0.3
|
||||
(package
|
||||
(inherit rust-escargot-0.5)
|
||||
(name "rust-escargot")
|
||||
(version "0.3.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "escargot" version))
|
||||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"19fmn7bz1h6nlqy0mp825xwjwnrjn4xjdpwc06jl51j3fiz1znqr"))))
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-serde" ,rust-serde-1)
|
||||
("rust-serde-json" ,rust-serde-json-1))))))
|
||||
|
||||
(define-public rust-etcetera-0.8
|
||||
(package
|
||||
(name "rust-etcetera")
|
||||
|
|
Loading…
Reference in a new issue