mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: Remove rust-roxmltree-0.14.
* gnu/packages/crates-io.scm (rust-roxmltree-0.14): Delete variable. Change-Id: Iaaa24995b6fd2afcbdc83cb364c18ccb425f7431
This commit is contained in:
parent
b9e88f0da4
commit
04c8eead0c
1 changed files with 0 additions and 16 deletions
|
@ -65630,22 +65630,6 @@ (define-public rust-roxmltree-0.18
|
|||
(arguments
|
||||
`(#:cargo-inputs (("rust-xmlparser" ,rust-xmlparser-0.13))))))
|
||||
|
||||
(define-public rust-roxmltree-0.14
|
||||
(package
|
||||
(inherit rust-roxmltree-0.19)
|
||||
(name "rust-roxmltree")
|
||||
(version "0.14.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "roxmltree" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "010mahzyarkzb7kaawgga1a9y46nsp209yh2i4g4pq98bg8afn5z"))))
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs (("rust-xmlparser" ,rust-xmlparser-0.13))))))
|
||||
|
||||
(define-public rust-rpassword-7
|
||||
(package
|
||||
(name "rust-rpassword")
|
||||
|
|
Loading…
Reference in a new issue