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:
Efraim Flashner 2024-12-31 15:46:13 +02:00
parent b9e88f0da4
commit 04c8eead0c
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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")