mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 06:37:08 +01:00
gnu: Add rust-roxmltree-0.18.
* gnu/packages/crates-io.scm (rust-roxmltree-0.18): New variable. Change-Id: I3cc05dda9db1699f571f09a9dcd8ad01e53ca617
This commit is contained in:
parent
46e806b2c7
commit
ac17b9460b
1 changed files with 15 additions and 0 deletions
|
@ -70233,6 +70233,21 @@ (define-public rust-roxmltree-0.19
|
|||
"@code{roxmltree} represents an XML 1.0 document as a read-only tree.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-roxmltree-0.18
|
||||
(package
|
||||
(inherit rust-roxmltree-0.19)
|
||||
(name "rust-roxmltree")
|
||||
(version "0.18.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "roxmltree" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "00mkd2xyrxm8ap39sxpkhzdzfn2m98q3zicf6wd2f6yfa7il08w6"))))
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-xmlparser" ,rust-xmlparser-0.13))))))
|
||||
|
||||
(define-public rust-roxmltree-0.14
|
||||
(package
|
||||
(inherit rust-roxmltree-0.19)
|
||||
|
|
Loading…
Reference in a new issue